blob: 88c8acbcc408e8f8d5222f8841b66a77e4420de3 [file] [log] [blame]
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: google/ads/googleads/v3/errors/ad_group_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 errors.
type AdGroupErrorEnum_AdGroupError int32
const (
// Enum unspecified.
AdGroupErrorEnum_UNSPECIFIED AdGroupErrorEnum_AdGroupError = 0
// The received error code is not known in this version.
AdGroupErrorEnum_UNKNOWN AdGroupErrorEnum_AdGroupError = 1
// AdGroup with the same name already exists for the campaign.
AdGroupErrorEnum_DUPLICATE_ADGROUP_NAME AdGroupErrorEnum_AdGroupError = 2
// AdGroup name is not valid.
AdGroupErrorEnum_INVALID_ADGROUP_NAME AdGroupErrorEnum_AdGroupError = 3
// Advertiser is not allowed to target sites or set site bids that are not
// on the Google Search Network.
AdGroupErrorEnum_ADVERTISER_NOT_ON_CONTENT_NETWORK AdGroupErrorEnum_AdGroupError = 5
// Bid amount is too big.
AdGroupErrorEnum_BID_TOO_BIG AdGroupErrorEnum_AdGroupError = 6
// AdGroup bid does not match the campaign's bidding strategy.
AdGroupErrorEnum_BID_TYPE_AND_BIDDING_STRATEGY_MISMATCH AdGroupErrorEnum_AdGroupError = 7
// AdGroup name is required for Add.
AdGroupErrorEnum_MISSING_ADGROUP_NAME AdGroupErrorEnum_AdGroupError = 8
// No link found between the ad group and the label.
AdGroupErrorEnum_ADGROUP_LABEL_DOES_NOT_EXIST AdGroupErrorEnum_AdGroupError = 9
// The label has already been attached to the ad group.
AdGroupErrorEnum_ADGROUP_LABEL_ALREADY_EXISTS AdGroupErrorEnum_AdGroupError = 10
// The CriterionTypeGroup is not supported for the content bid dimension.
AdGroupErrorEnum_INVALID_CONTENT_BID_CRITERION_TYPE_GROUP AdGroupErrorEnum_AdGroupError = 11
// The ad group type is not compatible with the campaign channel type.
AdGroupErrorEnum_AD_GROUP_TYPE_NOT_VALID_FOR_ADVERTISING_CHANNEL_TYPE AdGroupErrorEnum_AdGroupError = 12
// The ad group type is not supported in the country of sale of the
// campaign.
AdGroupErrorEnum_ADGROUP_TYPE_NOT_SUPPORTED_FOR_CAMPAIGN_SALES_COUNTRY AdGroupErrorEnum_AdGroupError = 13
// Ad groups of AdGroupType.SEARCH_DYNAMIC_ADS can only be added to
// campaigns that have DynamicSearchAdsSetting attached.
AdGroupErrorEnum_CANNOT_ADD_ADGROUP_OF_TYPE_DSA_TO_CAMPAIGN_WITHOUT_DSA_SETTING AdGroupErrorEnum_AdGroupError = 14
// Promoted hotels ad groups are only available to whitelisted customers.
AdGroupErrorEnum_PROMOTED_HOTEL_AD_GROUPS_NOT_AVAILABLE_FOR_CUSTOMER AdGroupErrorEnum_AdGroupError = 15
)
var AdGroupErrorEnum_AdGroupError_name = map[int32]string{
0: "UNSPECIFIED",
1: "UNKNOWN",
2: "DUPLICATE_ADGROUP_NAME",
3: "INVALID_ADGROUP_NAME",
5: "ADVERTISER_NOT_ON_CONTENT_NETWORK",
6: "BID_TOO_BIG",
7: "BID_TYPE_AND_BIDDING_STRATEGY_MISMATCH",
8: "MISSING_ADGROUP_NAME",
9: "ADGROUP_LABEL_DOES_NOT_EXIST",
10: "ADGROUP_LABEL_ALREADY_EXISTS",
11: "INVALID_CONTENT_BID_CRITERION_TYPE_GROUP",
12: "AD_GROUP_TYPE_NOT_VALID_FOR_ADVERTISING_CHANNEL_TYPE",
13: "ADGROUP_TYPE_NOT_SUPPORTED_FOR_CAMPAIGN_SALES_COUNTRY",
14: "CANNOT_ADD_ADGROUP_OF_TYPE_DSA_TO_CAMPAIGN_WITHOUT_DSA_SETTING",
15: "PROMOTED_HOTEL_AD_GROUPS_NOT_AVAILABLE_FOR_CUSTOMER",
}
var AdGroupErrorEnum_AdGroupError_value = map[string]int32{
"UNSPECIFIED": 0,
"UNKNOWN": 1,
"DUPLICATE_ADGROUP_NAME": 2,
"INVALID_ADGROUP_NAME": 3,
"ADVERTISER_NOT_ON_CONTENT_NETWORK": 5,
"BID_TOO_BIG": 6,
"BID_TYPE_AND_BIDDING_STRATEGY_MISMATCH": 7,
"MISSING_ADGROUP_NAME": 8,
"ADGROUP_LABEL_DOES_NOT_EXIST": 9,
"ADGROUP_LABEL_ALREADY_EXISTS": 10,
"INVALID_CONTENT_BID_CRITERION_TYPE_GROUP": 11,
"AD_GROUP_TYPE_NOT_VALID_FOR_ADVERTISING_CHANNEL_TYPE": 12,
"ADGROUP_TYPE_NOT_SUPPORTED_FOR_CAMPAIGN_SALES_COUNTRY": 13,
"CANNOT_ADD_ADGROUP_OF_TYPE_DSA_TO_CAMPAIGN_WITHOUT_DSA_SETTING": 14,
"PROMOTED_HOTEL_AD_GROUPS_NOT_AVAILABLE_FOR_CUSTOMER": 15,
}
func (x AdGroupErrorEnum_AdGroupError) String() string {
return proto.EnumName(AdGroupErrorEnum_AdGroupError_name, int32(x))
}
func (AdGroupErrorEnum_AdGroupError) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_e609153f44ae1ab8, []int{0, 0}
}
// Container for enum describing possible ad group errors.
type AdGroupErrorEnum struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *AdGroupErrorEnum) Reset() { *m = AdGroupErrorEnum{} }
func (m *AdGroupErrorEnum) String() string { return proto.CompactTextString(m) }
func (*AdGroupErrorEnum) ProtoMessage() {}
func (*AdGroupErrorEnum) Descriptor() ([]byte, []int) {
return fileDescriptor_e609153f44ae1ab8, []int{0}
}
func (m *AdGroupErrorEnum) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_AdGroupErrorEnum.Unmarshal(m, b)
}
func (m *AdGroupErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_AdGroupErrorEnum.Marshal(b, m, deterministic)
}
func (m *AdGroupErrorEnum) XXX_Merge(src proto.Message) {
xxx_messageInfo_AdGroupErrorEnum.Merge(m, src)
}
func (m *AdGroupErrorEnum) XXX_Size() int {
return xxx_messageInfo_AdGroupErrorEnum.Size(m)
}
func (m *AdGroupErrorEnum) XXX_DiscardUnknown() {
xxx_messageInfo_AdGroupErrorEnum.DiscardUnknown(m)
}
var xxx_messageInfo_AdGroupErrorEnum proto.InternalMessageInfo
func init() {
proto.RegisterEnum("google.ads.googleads.v3.errors.AdGroupErrorEnum_AdGroupError", AdGroupErrorEnum_AdGroupError_name, AdGroupErrorEnum_AdGroupError_value)
proto.RegisterType((*AdGroupErrorEnum)(nil), "google.ads.googleads.v3.errors.AdGroupErrorEnum")
}
func init() {
proto.RegisterFile("google/ads/googleads/v3/errors/ad_group_error.proto", fileDescriptor_e609153f44ae1ab8)
}
var fileDescriptor_e609153f44ae1ab8 = []byte{
// 588 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x53, 0xd1, 0x6a, 0xd4, 0x4c,
0x14, 0xfe, 0xbb, 0xed, 0xdf, 0xea, 0xb4, 0xda, 0x31, 0x88, 0x48, 0x29, 0x45, 0x17, 0x14, 0x11,
0xc9, 0x5e, 0x44, 0x51, 0x23, 0x08, 0x27, 0x99, 0x69, 0x76, 0x68, 0x32, 0x13, 0x66, 0x26, 0x5b,
0x57, 0x16, 0x86, 0xd5, 0x94, 0x50, 0x68, 0x37, 0xcb, 0xa6, 0xed, 0x03, 0x79, 0xe9, 0x73, 0x78,
0xe5, 0x1b, 0xf8, 0x0a, 0xe2, 0x43, 0xc8, 0x64, 0x9a, 0x6d, 0x8b, 0xe8, 0x55, 0xce, 0x9c, 0xf3,
0x7d, 0xe7, 0xfb, 0xe6, 0xe4, 0x0c, 0x0a, 0xaa, 0xba, 0xae, 0x4e, 0x8e, 0x06, 0xd3, 0xb2, 0x19,
0xb8, 0xd0, 0x46, 0x17, 0xc1, 0xe0, 0x68, 0xb1, 0xa8, 0x17, 0xcd, 0x60, 0x5a, 0x9a, 0x6a, 0x51,
0x9f, 0xcf, 0x4d, 0x7b, 0xf6, 0xe7, 0x8b, 0xfa, 0xac, 0xf6, 0xf6, 0x1c, 0xd2, 0x9f, 0x96, 0x8d,
0xbf, 0x24, 0xf9, 0x17, 0x81, 0xef, 0x48, 0x3b, 0xbb, 0x5d, 0xd3, 0xf9, 0xf1, 0x60, 0x3a, 0x9b,
0xd5, 0x67, 0xd3, 0xb3, 0xe3, 0x7a, 0xd6, 0x38, 0x76, 0xff, 0xc7, 0x1a, 0xc2, 0x50, 0x26, 0xb6,
0x2b, 0xb5, 0x78, 0x3a, 0x3b, 0x3f, 0xed, 0x7f, 0x5b, 0x43, 0x5b, 0xd7, 0x93, 0xde, 0x36, 0xda,
0x2c, 0xb8, 0xca, 0x69, 0xcc, 0xf6, 0x19, 0x25, 0xf8, 0x3f, 0x6f, 0x13, 0x6d, 0x14, 0xfc, 0x80,
0x8b, 0x43, 0x8e, 0x57, 0xbc, 0x1d, 0xf4, 0x80, 0x14, 0x79, 0xca, 0x62, 0xd0, 0xd4, 0x00, 0x49,
0xa4, 0x28, 0x72, 0xc3, 0x21, 0xa3, 0xb8, 0xe7, 0x3d, 0x44, 0xf7, 0x19, 0x1f, 0x41, 0xca, 0xc8,
0xcd, 0xca, 0xaa, 0xf7, 0x04, 0x3d, 0x06, 0x32, 0xa2, 0x52, 0x33, 0x45, 0xa5, 0xe1, 0x42, 0x1b,
0xc1, 0x4d, 0x2c, 0xb8, 0xa6, 0x5c, 0x1b, 0x4e, 0xf5, 0xa1, 0x90, 0x07, 0xf8, 0x7f, 0x2b, 0x1d,
0x31, 0x62, 0xb4, 0x10, 0x26, 0x62, 0x09, 0x5e, 0xf7, 0x9e, 0xa3, 0xa7, 0x6d, 0x62, 0x9c, 0x53,
0x03, 0x9c, 0x98, 0x88, 0x11, 0xc2, 0x78, 0x62, 0x94, 0x96, 0xa0, 0x69, 0x32, 0x36, 0x19, 0x53,
0x19, 0xe8, 0x78, 0x88, 0x37, 0xac, 0x7a, 0xc6, 0x94, 0xb2, 0xe5, 0x1b, 0xea, 0xb7, 0xbc, 0x47,
0x68, 0xb7, 0xcb, 0xa4, 0x10, 0xd1, 0xd4, 0x10, 0x41, 0x55, 0xeb, 0x82, 0x7e, 0x60, 0x4a, 0xe3,
0xdb, 0x7f, 0x22, 0x20, 0x95, 0x14, 0xc8, 0xd8, 0x01, 0x14, 0x46, 0xde, 0x0b, 0xf4, 0xac, 0xbb,
0x5b, 0xe7, 0xdb, 0x3a, 0x8b, 0x25, 0xd3, 0x54, 0x32, 0xc1, 0x9d, 0xc7, 0xb6, 0x05, 0xde, 0xf4,
0xde, 0xa0, 0x97, 0x40, 0xdc, 0xc9, 0x15, 0xac, 0x98, 0x63, 0xef, 0x0b, 0x69, 0xba, 0x59, 0x58,
0xaf, 0xf1, 0x10, 0x38, 0xa7, 0x69, 0x0b, 0xc3, 0x5b, 0xde, 0x5b, 0xf4, 0xaa, 0x73, 0xb2, 0x24,
0xaa, 0x22, 0xcf, 0x85, 0xd4, 0xd4, 0x91, 0x63, 0xc8, 0x72, 0x60, 0x09, 0x37, 0x0a, 0x52, 0xaa,
0x4c, 0x2c, 0x0a, 0xae, 0xe5, 0x18, 0xdf, 0xf1, 0x22, 0xf4, 0x3e, 0x06, 0x6e, 0x09, 0x40, 0xae,
0xfe, 0x80, 0xd8, 0x77, 0x8d, 0x88, 0x02, 0xa3, 0xc5, 0x15, 0xfb, 0x90, 0xe9, 0xa1, 0x28, 0x74,
0x9b, 0x57, 0x54, 0x6b, 0xc6, 0x13, 0x7c, 0xd7, 0x7b, 0x8d, 0x82, 0x5c, 0x8a, 0x4c, 0x58, 0xb1,
0xa1, 0xd0, 0x76, 0x12, 0x97, 0xf7, 0x70, 0x03, 0x83, 0x11, 0xb0, 0x14, 0xa2, 0x94, 0x3a, 0x2b,
0x85, 0xd2, 0x22, 0xa3, 0x12, 0x6f, 0x47, 0xbf, 0x56, 0x50, 0xff, 0x73, 0x7d, 0xea, 0xff, 0x7b,
0x41, 0xa3, 0x7b, 0xd7, 0x57, 0x2d, 0xb7, 0x5b, 0x99, 0xaf, 0x7c, 0x24, 0x97, 0xa4, 0xaa, 0x3e,
0x99, 0xce, 0x2a, 0xbf, 0x5e, 0x54, 0x83, 0xea, 0x68, 0xd6, 0xee, 0x6c, 0xf7, 0x34, 0xe6, 0xc7,
0xcd, 0xdf, 0x5e, 0xca, 0x3b, 0xf7, 0xf9, 0xd2, 0x5b, 0x4d, 0x00, 0xbe, 0xf6, 0xf6, 0x12, 0xd7,
0x0c, 0xca, 0xc6, 0x77, 0xa1, 0x8d, 0x46, 0x81, 0xdf, 0x4a, 0x36, 0xdf, 0x3b, 0xc0, 0x04, 0xca,
0x66, 0xb2, 0x04, 0x4c, 0x46, 0xc1, 0xc4, 0x01, 0x7e, 0xf6, 0xfa, 0x2e, 0x1b, 0x86, 0x50, 0x36,
0x61, 0xb8, 0x84, 0x84, 0xe1, 0x28, 0x08, 0x43, 0x07, 0xfa, 0xb4, 0xde, 0xba, 0x0b, 0x7e, 0x07,
0x00, 0x00, 0xff, 0xff, 0xff, 0xba, 0xb1, 0xe9, 0xc6, 0x03, 0x00, 0x00,
}