blob: ad052635f1df47989d6c5f19b40d3a2c609fdc53 [file] [log] [blame]
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: google/ads/googleads/v3/enums/ad_type.proto
package enums
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
// The possible types of an ad.
type AdTypeEnum_AdType int32
const (
// No value has been specified.
AdTypeEnum_UNSPECIFIED AdTypeEnum_AdType = 0
// The received value is not known in this version.
//
// This is a response-only value.
AdTypeEnum_UNKNOWN AdTypeEnum_AdType = 1
// The ad is a text ad.
AdTypeEnum_TEXT_AD AdTypeEnum_AdType = 2
// The ad is an expanded text ad.
AdTypeEnum_EXPANDED_TEXT_AD AdTypeEnum_AdType = 3
// The ad is a call only ad.
AdTypeEnum_CALL_ONLY_AD AdTypeEnum_AdType = 6
// The ad is an expanded dynamic search ad.
AdTypeEnum_EXPANDED_DYNAMIC_SEARCH_AD AdTypeEnum_AdType = 7
// The ad is a hotel ad.
AdTypeEnum_HOTEL_AD AdTypeEnum_AdType = 8
// The ad is a Smart Shopping ad.
AdTypeEnum_SHOPPING_SMART_AD AdTypeEnum_AdType = 9
// The ad is a standard Shopping ad.
AdTypeEnum_SHOPPING_PRODUCT_AD AdTypeEnum_AdType = 10
// The ad is a video ad.
AdTypeEnum_VIDEO_AD AdTypeEnum_AdType = 12
// This ad is a Gmail ad.
AdTypeEnum_GMAIL_AD AdTypeEnum_AdType = 13
// This ad is an Image ad.
AdTypeEnum_IMAGE_AD AdTypeEnum_AdType = 14
// The ad is a responsive search ad.
AdTypeEnum_RESPONSIVE_SEARCH_AD AdTypeEnum_AdType = 15
// The ad is a legacy responsive display ad.
AdTypeEnum_LEGACY_RESPONSIVE_DISPLAY_AD AdTypeEnum_AdType = 16
// The ad is an app ad.
AdTypeEnum_APP_AD AdTypeEnum_AdType = 17
// The ad is a legacy app install ad.
AdTypeEnum_LEGACY_APP_INSTALL_AD AdTypeEnum_AdType = 18
// The ad is a responsive display ad.
AdTypeEnum_RESPONSIVE_DISPLAY_AD AdTypeEnum_AdType = 19
// The ad is a display upload ad with the HTML5_UPLOAD_AD product type.
AdTypeEnum_HTML5_UPLOAD_AD AdTypeEnum_AdType = 21
// The ad is a display upload ad with one of the DYNAMIC_HTML5_* product
// types.
AdTypeEnum_DYNAMIC_HTML5_AD AdTypeEnum_AdType = 22
// The ad is an app engagement ad.
AdTypeEnum_APP_ENGAGEMENT_AD AdTypeEnum_AdType = 23
// The ad is a Shopping Comparison Listing ad.
AdTypeEnum_SHOPPING_COMPARISON_LISTING_AD AdTypeEnum_AdType = 24
// Video responsive ad.
AdTypeEnum_VIDEO_RESPONSIVE_AD AdTypeEnum_AdType = 30
)
var AdTypeEnum_AdType_name = map[int32]string{
0: "UNSPECIFIED",
1: "UNKNOWN",
2: "TEXT_AD",
3: "EXPANDED_TEXT_AD",
6: "CALL_ONLY_AD",
7: "EXPANDED_DYNAMIC_SEARCH_AD",
8: "HOTEL_AD",
9: "SHOPPING_SMART_AD",
10: "SHOPPING_PRODUCT_AD",
12: "VIDEO_AD",
13: "GMAIL_AD",
14: "IMAGE_AD",
15: "RESPONSIVE_SEARCH_AD",
16: "LEGACY_RESPONSIVE_DISPLAY_AD",
17: "APP_AD",
18: "LEGACY_APP_INSTALL_AD",
19: "RESPONSIVE_DISPLAY_AD",
21: "HTML5_UPLOAD_AD",
22: "DYNAMIC_HTML5_AD",
23: "APP_ENGAGEMENT_AD",
24: "SHOPPING_COMPARISON_LISTING_AD",
30: "VIDEO_RESPONSIVE_AD",
}
var AdTypeEnum_AdType_value = map[string]int32{
"UNSPECIFIED": 0,
"UNKNOWN": 1,
"TEXT_AD": 2,
"EXPANDED_TEXT_AD": 3,
"CALL_ONLY_AD": 6,
"EXPANDED_DYNAMIC_SEARCH_AD": 7,
"HOTEL_AD": 8,
"SHOPPING_SMART_AD": 9,
"SHOPPING_PRODUCT_AD": 10,
"VIDEO_AD": 12,
"GMAIL_AD": 13,
"IMAGE_AD": 14,
"RESPONSIVE_SEARCH_AD": 15,
"LEGACY_RESPONSIVE_DISPLAY_AD": 16,
"APP_AD": 17,
"LEGACY_APP_INSTALL_AD": 18,
"RESPONSIVE_DISPLAY_AD": 19,
"HTML5_UPLOAD_AD": 21,
"DYNAMIC_HTML5_AD": 22,
"APP_ENGAGEMENT_AD": 23,
"SHOPPING_COMPARISON_LISTING_AD": 24,
"VIDEO_RESPONSIVE_AD": 30,
}
func (x AdTypeEnum_AdType) String() string {
return proto.EnumName(AdTypeEnum_AdType_name, int32(x))
}
func (AdTypeEnum_AdType) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_2322810cfdc14ea3, []int{0, 0}
}
// Container for enum describing possible types of an ad.
type AdTypeEnum struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *AdTypeEnum) Reset() { *m = AdTypeEnum{} }
func (m *AdTypeEnum) String() string { return proto.CompactTextString(m) }
func (*AdTypeEnum) ProtoMessage() {}
func (*AdTypeEnum) Descriptor() ([]byte, []int) {
return fileDescriptor_2322810cfdc14ea3, []int{0}
}
func (m *AdTypeEnum) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_AdTypeEnum.Unmarshal(m, b)
}
func (m *AdTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_AdTypeEnum.Marshal(b, m, deterministic)
}
func (m *AdTypeEnum) XXX_Merge(src proto.Message) {
xxx_messageInfo_AdTypeEnum.Merge(m, src)
}
func (m *AdTypeEnum) XXX_Size() int {
return xxx_messageInfo_AdTypeEnum.Size(m)
}
func (m *AdTypeEnum) XXX_DiscardUnknown() {
xxx_messageInfo_AdTypeEnum.DiscardUnknown(m)
}
var xxx_messageInfo_AdTypeEnum proto.InternalMessageInfo
func init() {
proto.RegisterEnum("google.ads.googleads.v3.enums.AdTypeEnum_AdType", AdTypeEnum_AdType_name, AdTypeEnum_AdType_value)
proto.RegisterType((*AdTypeEnum)(nil), "google.ads.googleads.v3.enums.AdTypeEnum")
}
func init() {
proto.RegisterFile("google/ads/googleads/v3/enums/ad_type.proto", fileDescriptor_2322810cfdc14ea3)
}
var fileDescriptor_2322810cfdc14ea3 = []byte{
// 524 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x52, 0xcd, 0x6e, 0xda, 0x4c,
0x14, 0xfd, 0x00, 0x89, 0xe4, 0x1b, 0x68, 0x71, 0x86, 0xd0, 0xa4, 0x51, 0x82, 0x1a, 0xb6, 0x95,
0xec, 0x85, 0xd5, 0x8d, 0xbb, 0xba, 0x78, 0xa6, 0x66, 0x54, 0x7b, 0x3c, 0xc2, 0x86, 0x86, 0x0a,
0xc9, 0x72, 0x6b, 0x64, 0x21, 0x05, 0x1b, 0xc5, 0x24, 0x52, 0x5e, 0xa7, 0xcb, 0x3e, 0x4a, 0x9f,
0x22, 0xeb, 0x6e, 0xfa, 0x0a, 0xd5, 0xb5, 0x83, 0xc5, 0xa2, 0xed, 0xc6, 0xba, 0xe7, 0xc7, 0x57,
0x73, 0x8f, 0x0e, 0x79, 0x9b, 0xe6, 0x79, 0x7a, 0xbb, 0x32, 0xe2, 0xa4, 0x30, 0xaa, 0x11, 0xa7,
0x07, 0xd3, 0x58, 0x65, 0xf7, 0x9b, 0xc2, 0x88, 0x93, 0x68, 0xf7, 0xb8, 0x5d, 0xe9, 0xdb, 0xbb,
0x7c, 0x97, 0xd3, 0xab, 0xca, 0xa1, 0xc7, 0x49, 0xa1, 0xd7, 0x66, 0xfd, 0xc1, 0xd4, 0x4b, 0xf3,
0xc5, 0xe5, 0x7e, 0xd7, 0x76, 0x6d, 0xc4, 0x59, 0x96, 0xef, 0xe2, 0xdd, 0x3a, 0xcf, 0x8a, 0xea,
0xe7, 0xd1, 0xaf, 0x16, 0x21, 0x90, 0x84, 0x8f, 0xdb, 0x15, 0xcf, 0xee, 0x37, 0xa3, 0xa7, 0x16,
0x69, 0x57, 0x90, 0xf6, 0x48, 0x67, 0x26, 0x03, 0xc5, 0x6d, 0xf1, 0x41, 0x70, 0xa6, 0xfd, 0x47,
0x3b, 0xe4, 0x68, 0x26, 0x3f, 0x4a, 0xff, 0x93, 0xd4, 0x1a, 0x08, 0x42, 0x7e, 0x13, 0x46, 0xc0,
0xb4, 0x26, 0x3d, 0x25, 0x1a, 0xbf, 0x51, 0x20, 0x19, 0x67, 0xd1, 0x9e, 0x6d, 0x51, 0x8d, 0x74,
0x6d, 0x70, 0xdd, 0xc8, 0x97, 0xee, 0x02, 0x99, 0x36, 0x1d, 0x92, 0x8b, 0xda, 0xc7, 0x16, 0x12,
0x3c, 0x61, 0x47, 0x01, 0x87, 0xa9, 0x3d, 0x41, 0xfd, 0x88, 0x76, 0xc9, 0xf1, 0xc4, 0x0f, 0xb9,
0x8b, 0xe8, 0x98, 0x0e, 0xc8, 0x49, 0x30, 0xf1, 0x95, 0x12, 0xd2, 0x89, 0x02, 0x0f, 0xa6, 0xe5,
0xda, 0xff, 0xe9, 0x19, 0xe9, 0xd7, 0xb4, 0x9a, 0xfa, 0x6c, 0x66, 0x97, 0x02, 0xc1, 0xbf, 0xe7,
0x82, 0x71, 0x1f, 0x51, 0x17, 0x91, 0xe3, 0x81, 0x28, 0x77, 0xbd, 0x40, 0x24, 0x3c, 0x70, 0x38,
0xa2, 0x97, 0xf4, 0x9c, 0x9c, 0x4e, 0x79, 0xa0, 0x7c, 0x19, 0x88, 0x39, 0x3f, 0x78, 0x41, 0x8f,
0xbe, 0x21, 0x97, 0x2e, 0x77, 0xc0, 0x5e, 0x44, 0x07, 0x06, 0x26, 0x02, 0xe5, 0x42, 0x79, 0x83,
0x46, 0x09, 0x69, 0x83, 0x52, 0x38, 0x9f, 0xd0, 0xd7, 0x64, 0xf0, 0xec, 0x46, 0x4a, 0xc8, 0x20,
0xc4, 0x7b, 0x81, 0x69, 0x14, 0xa5, 0x3f, 0x6f, 0xe8, 0xd3, 0x3e, 0xe9, 0x4d, 0x42, 0xcf, 0x7d,
0x17, 0xcd, 0x94, 0xeb, 0x03, 0x43, 0x72, 0x80, 0x11, 0xee, 0x13, 0xa9, 0x44, 0x60, 0xda, 0x2b,
0x8c, 0x00, 0x37, 0x73, 0xe9, 0x80, 0xc3, 0x3d, 0x2e, 0xcb, 0x4b, 0xcf, 0xe8, 0x88, 0x0c, 0xeb,
0x08, 0x6c, 0xdf, 0x53, 0x30, 0x15, 0x81, 0x2f, 0x23, 0x57, 0x04, 0x21, 0x52, 0xc0, 0xb4, 0x73,
0x8c, 0xa9, 0x4a, 0xe3, 0xe0, 0x19, 0xc0, 0xb4, 0xe1, 0xf8, 0xa9, 0x41, 0xae, 0xbf, 0xe6, 0x1b,
0xfd, 0x9f, 0xad, 0x19, 0x77, 0xaa, 0x16, 0x28, 0x2c, 0x89, 0x6a, 0x7c, 0x1e, 0x3f, 0xbb, 0xd3,
0xfc, 0x36, 0xce, 0x52, 0x3d, 0xbf, 0x4b, 0x8d, 0x74, 0x95, 0x95, 0x15, 0xda, 0x17, 0x74, 0xbb,
0x2e, 0xfe, 0xd2, 0xd7, 0xf7, 0xe5, 0xf7, 0x5b, 0xb3, 0xe5, 0x00, 0x7c, 0x6f, 0x5e, 0x39, 0xd5,
0x2a, 0x48, 0x0a, 0xbd, 0x1a, 0x71, 0x9a, 0x9b, 0x3a, 0x16, 0xb0, 0xf8, 0xb1, 0xd7, 0x97, 0x90,
0x14, 0xcb, 0x5a, 0x5f, 0xce, 0xcd, 0x65, 0xa9, 0xff, 0x6c, 0x5e, 0x57, 0xa4, 0x65, 0x41, 0x52,
0x58, 0x56, 0xed, 0xb0, 0xac, 0xb9, 0x69, 0x59, 0xa5, 0xe7, 0x4b, 0xbb, 0x7c, 0x98, 0xf9, 0x3b,
0x00, 0x00, 0xff, 0xff, 0x8c, 0x65, 0x31, 0x2c, 0x47, 0x03, 0x00, 0x00,
}