File: ad_group_feed_error.pb.go

package info (click to toggle)
golang-google-genproto 0.0~git20200413.b5235f6-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, bullseye-backports, experimental
  • size: 50,816 kB
  • sloc: sh: 49; makefile: 12
file content (154 lines) | stat: -rw-r--r-- 7,800 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: google/ads/googleads/v3/errors/ad_group_feed_error.proto

package errors

import (
	fmt "fmt"
	math "math"

	proto "github.com/golang/protobuf/proto"
	_ "google.golang.org/genproto/googleapis/api/annotations"
)

// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf

// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package

// Enum describing possible ad group feed errors.
type AdGroupFeedErrorEnum_AdGroupFeedError int32

const (
	// Enum unspecified.
	AdGroupFeedErrorEnum_UNSPECIFIED AdGroupFeedErrorEnum_AdGroupFeedError = 0
	// The received error code is not known in this version.
	AdGroupFeedErrorEnum_UNKNOWN AdGroupFeedErrorEnum_AdGroupFeedError = 1
	// An active feed already exists for this ad group and place holder type.
	AdGroupFeedErrorEnum_FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE AdGroupFeedErrorEnum_AdGroupFeedError = 2
	// The specified feed is removed.
	AdGroupFeedErrorEnum_CANNOT_CREATE_FOR_REMOVED_FEED AdGroupFeedErrorEnum_AdGroupFeedError = 3
	// The AdGroupFeed already exists. UPDATE operation should be used to modify
	// the existing AdGroupFeed.
	AdGroupFeedErrorEnum_ADGROUP_FEED_ALREADY_EXISTS AdGroupFeedErrorEnum_AdGroupFeedError = 4
	// Cannot operate on removed AdGroupFeed.
	AdGroupFeedErrorEnum_CANNOT_OPERATE_ON_REMOVED_ADGROUP_FEED AdGroupFeedErrorEnum_AdGroupFeedError = 5
	// Invalid placeholder type.
	AdGroupFeedErrorEnum_INVALID_PLACEHOLDER_TYPE AdGroupFeedErrorEnum_AdGroupFeedError = 6
	// Feed mapping for this placeholder type does not exist.
	AdGroupFeedErrorEnum_MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE AdGroupFeedErrorEnum_AdGroupFeedError = 7
	// Location AdGroupFeeds cannot be created unless there is a location
	// CustomerFeed for the specified feed.
	AdGroupFeedErrorEnum_NO_EXISTING_LOCATION_CUSTOMER_FEED AdGroupFeedErrorEnum_AdGroupFeedError = 8
)

var AdGroupFeedErrorEnum_AdGroupFeedError_name = map[int32]string{
	0: "UNSPECIFIED",
	1: "UNKNOWN",
	2: "FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE",
	3: "CANNOT_CREATE_FOR_REMOVED_FEED",
	4: "ADGROUP_FEED_ALREADY_EXISTS",
	5: "CANNOT_OPERATE_ON_REMOVED_ADGROUP_FEED",
	6: "INVALID_PLACEHOLDER_TYPE",
	7: "MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE",
	8: "NO_EXISTING_LOCATION_CUSTOMER_FEED",
}

var AdGroupFeedErrorEnum_AdGroupFeedError_value = map[string]int32{
	"UNSPECIFIED": 0,
	"UNKNOWN":     1,
	"FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE": 2,
	"CANNOT_CREATE_FOR_REMOVED_FEED":           3,
	"ADGROUP_FEED_ALREADY_EXISTS":              4,
	"CANNOT_OPERATE_ON_REMOVED_ADGROUP_FEED":   5,
	"INVALID_PLACEHOLDER_TYPE":                 6,
	"MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE": 7,
	"NO_EXISTING_LOCATION_CUSTOMER_FEED":       8,
}

func (x AdGroupFeedErrorEnum_AdGroupFeedError) String() string {
	return proto.EnumName(AdGroupFeedErrorEnum_AdGroupFeedError_name, int32(x))
}

func (AdGroupFeedErrorEnum_AdGroupFeedError) EnumDescriptor() ([]byte, []int) {
	return fileDescriptor_d50cd165cb21e840, []int{0, 0}
}

// Container for enum describing possible ad group feed errors.
type AdGroupFeedErrorEnum struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (m *AdGroupFeedErrorEnum) Reset()         { *m = AdGroupFeedErrorEnum{} }
func (m *AdGroupFeedErrorEnum) String() string { return proto.CompactTextString(m) }
func (*AdGroupFeedErrorEnum) ProtoMessage()    {}
func (*AdGroupFeedErrorEnum) Descriptor() ([]byte, []int) {
	return fileDescriptor_d50cd165cb21e840, []int{0}
}

func (m *AdGroupFeedErrorEnum) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_AdGroupFeedErrorEnum.Unmarshal(m, b)
}
func (m *AdGroupFeedErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_AdGroupFeedErrorEnum.Marshal(b, m, deterministic)
}
func (m *AdGroupFeedErrorEnum) XXX_Merge(src proto.Message) {
	xxx_messageInfo_AdGroupFeedErrorEnum.Merge(m, src)
}
func (m *AdGroupFeedErrorEnum) XXX_Size() int {
	return xxx_messageInfo_AdGroupFeedErrorEnum.Size(m)
}
func (m *AdGroupFeedErrorEnum) XXX_DiscardUnknown() {
	xxx_messageInfo_AdGroupFeedErrorEnum.DiscardUnknown(m)
}

var xxx_messageInfo_AdGroupFeedErrorEnum proto.InternalMessageInfo

func init() {
	proto.RegisterEnum("google.ads.googleads.v3.errors.AdGroupFeedErrorEnum_AdGroupFeedError", AdGroupFeedErrorEnum_AdGroupFeedError_name, AdGroupFeedErrorEnum_AdGroupFeedError_value)
	proto.RegisterType((*AdGroupFeedErrorEnum)(nil), "google.ads.googleads.v3.errors.AdGroupFeedErrorEnum")
}

func init() {
	proto.RegisterFile("google/ads/googleads/v3/errors/ad_group_feed_error.proto", fileDescriptor_d50cd165cb21e840)
}

var fileDescriptor_d50cd165cb21e840 = []byte{
	// 444 bytes of a gzipped FileDescriptorProto
	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xc1, 0x8a, 0xd4, 0x30,
	0x1c, 0xc6, 0x9d, 0xae, 0xee, 0x4a, 0xf6, 0x60, 0x29, 0x0a, 0xa2, 0xcb, 0x08, 0x3d, 0x2c, 0x22,
	0x92, 0x1e, 0x7a, 0x91, 0x7a, 0xca, 0xb6, 0xff, 0xa9, 0xc5, 0x4e, 0x12, 0xda, 0x4e, 0x75, 0x65,
	0x20, 0x54, 0x53, 0xcb, 0xc0, 0x6e, 0x33, 0x34, 0xb3, 0xfb, 0x40, 0x1e, 0x7d, 0x0d, 0x6f, 0x3e,
	0x83, 0x4f, 0xe0, 0xc9, 0x47, 0x90, 0x34, 0x3b, 0x83, 0xac, 0xa3, 0xa7, 0x7e, 0xa4, 0xbf, 0xef,
	0xcb, 0x47, 0xfe, 0x7f, 0xf4, 0xaa, 0x53, 0xaa, 0xbb, 0x68, 0x83, 0x46, 0xea, 0xc0, 0x4a, 0xa3,
	0xae, 0xc3, 0xa0, 0x1d, 0x06, 0x35, 0xe8, 0xa0, 0x91, 0xa2, 0x1b, 0xd4, 0xd5, 0x5a, 0x7c, 0x6e,
	0x5b, 0x29, 0xc6, 0x43, 0xbc, 0x1e, 0xd4, 0x46, 0x79, 0x53, 0x8b, 0xe3, 0x46, 0x6a, 0xbc, 0x73,
	0xe2, 0xeb, 0x10, 0x5b, 0xe7, 0x93, 0x93, 0x6d, 0xf2, 0x7a, 0x15, 0x34, 0x7d, 0xaf, 0x36, 0xcd,
	0x66, 0xa5, 0x7a, 0x6d, 0xdd, 0xfe, 0x0f, 0x07, 0x3d, 0x24, 0x32, 0x35, 0xd1, 0xb3, 0xb6, 0x95,
	0x60, 0x3c, 0xd0, 0x5f, 0x5d, 0xfa, 0xdf, 0x1c, 0xe4, 0xde, 0xfe, 0xe1, 0x3d, 0x40, 0xc7, 0x0b,
	0x5a, 0x72, 0x88, 0xb3, 0x59, 0x06, 0x89, 0x7b, 0xc7, 0x3b, 0x46, 0x47, 0x0b, 0xfa, 0x96, 0xb2,
	0x77, 0xd4, 0x9d, 0x78, 0x2f, 0xd1, 0xf3, 0x19, 0x40, 0x22, 0x48, 0x5e, 0x00, 0x49, 0xce, 0x05,
	0xbc, 0xcf, 0xca, 0xaa, 0x14, 0x33, 0x56, 0x08, 0x9e, 0x93, 0x18, 0xde, 0xb0, 0x3c, 0x81, 0x42,
	0x54, 0xe7, 0x1c, 0x5c, 0xc7, 0xf3, 0xd1, 0x34, 0x26, 0x94, 0xb2, 0x4a, 0xc4, 0x05, 0x90, 0x0a,
	0x46, 0xae, 0x80, 0x39, 0xab, 0x21, 0x11, 0x26, 0xc7, 0x3d, 0xf0, 0x9e, 0xa1, 0xa7, 0x24, 0x49,
	0x0b, 0xb6, 0xe0, 0x62, 0x4f, 0xb2, 0x7b, 0xd7, 0x7b, 0x81, 0x4e, 0x6f, 0x42, 0x18, 0x87, 0xc2,
	0xa4, 0x30, 0xba, 0x0b, 0xf9, 0xd3, 0xea, 0xde, 0xf3, 0x4e, 0xd0, 0xe3, 0x8c, 0xd6, 0x24, 0xcf,
	0x92, 0xbf, 0xeb, 0x1c, 0x9a, 0xf2, 0xf3, 0xac, 0x2c, 0x33, 0x9a, 0x8e, 0xfc, 0x9c, 0x70, 0x3e,
	0xea, 0x7d, 0xe5, 0x8f, 0xbc, 0x53, 0xe4, 0x53, 0x66, 0x6b, 0x18, 0x2a, 0x67, 0x31, 0xa9, 0x32,
	0x46, 0x45, 0xbc, 0x28, 0x2b, 0x36, 0x87, 0xc2, 0xde, 0x79, 0xff, 0xec, 0xd7, 0x04, 0xf9, 0x9f,
	0xd4, 0x25, 0xfe, 0xff, 0x8c, 0xce, 0x1e, 0xdd, 0x7e, 0x69, 0x6e, 0x86, 0xc3, 0x27, 0x1f, 0x92,
	0x1b, 0x63, 0xa7, 0x2e, 0x9a, 0xbe, 0xc3, 0x6a, 0xe8, 0x82, 0xae, 0xed, 0xc7, 0xd1, 0x6d, 0xd7,
	0x64, 0xbd, 0xd2, 0xff, 0xda, 0x9a, 0xd7, 0xf6, 0xf3, 0xc5, 0x39, 0x48, 0x09, 0xf9, 0xea, 0x4c,
	0x53, 0x1b, 0x46, 0xa4, 0xc6, 0x56, 0x1a, 0x55, 0x87, 0x78, 0xbc, 0x52, 0x7f, 0xdf, 0x02, 0x4b,
	0x22, 0xf5, 0x72, 0x07, 0x2c, 0xeb, 0x70, 0x69, 0x81, 0x9f, 0x8e, 0x6f, 0x4f, 0xa3, 0x88, 0x48,
	0x1d, 0x45, 0x3b, 0x24, 0x8a, 0xea, 0x30, 0x8a, 0x2c, 0xf4, 0xf1, 0x70, 0x6c, 0x17, 0xfe, 0x0e,
	0x00, 0x00, 0xff, 0xff, 0x64, 0x34, 0x18, 0x57, 0xd2, 0x02, 0x00, 0x00,
}