You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

169 lines
7.2 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v1/enums/ad_type.proto
  3. package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v1/enums"
  4. import proto "github.com/golang/protobuf/proto"
  5. import fmt "fmt"
  6. import math "math"
  7. import _ "google.golang.org/genproto/googleapis/api/annotations"
  8. // Reference imports to suppress errors if they are not otherwise used.
  9. var _ = proto.Marshal
  10. var _ = fmt.Errorf
  11. var _ = math.Inf
  12. // This is a compile-time assertion to ensure that this generated file
  13. // is compatible with the proto package it is being compiled against.
  14. // A compilation error at this line likely means your copy of the
  15. // proto package needs to be updated.
  16. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
  17. // The possible types of an ad.
  18. type AdTypeEnum_AdType int32
  19. const (
  20. // No value has been specified.
  21. AdTypeEnum_UNSPECIFIED AdTypeEnum_AdType = 0
  22. // The received value is not known in this version.
  23. //
  24. // This is a response-only value.
  25. AdTypeEnum_UNKNOWN AdTypeEnum_AdType = 1
  26. // The ad is a text ad.
  27. AdTypeEnum_TEXT_AD AdTypeEnum_AdType = 2
  28. // The ad is an expanded text ad.
  29. AdTypeEnum_EXPANDED_TEXT_AD AdTypeEnum_AdType = 3
  30. // The ad is a call only ad.
  31. AdTypeEnum_CALL_ONLY_AD AdTypeEnum_AdType = 6
  32. // The ad is an expanded dynamic search ad.
  33. AdTypeEnum_EXPANDED_DYNAMIC_SEARCH_AD AdTypeEnum_AdType = 7
  34. // The ad is a hotel ad.
  35. AdTypeEnum_HOTEL_AD AdTypeEnum_AdType = 8
  36. // The ad is a Smart Shopping ad.
  37. AdTypeEnum_SHOPPING_SMART_AD AdTypeEnum_AdType = 9
  38. // The ad is a standard Shopping ad.
  39. AdTypeEnum_SHOPPING_PRODUCT_AD AdTypeEnum_AdType = 10
  40. // The ad is a video ad.
  41. AdTypeEnum_VIDEO_AD AdTypeEnum_AdType = 12
  42. // This ad is a Gmail ad.
  43. AdTypeEnum_GMAIL_AD AdTypeEnum_AdType = 13
  44. // This ad is an Image ad.
  45. AdTypeEnum_IMAGE_AD AdTypeEnum_AdType = 14
  46. // The ad is a responsive search ad.
  47. AdTypeEnum_RESPONSIVE_SEARCH_AD AdTypeEnum_AdType = 15
  48. // The ad is a legacy responsive display ad.
  49. AdTypeEnum_LEGACY_RESPONSIVE_DISPLAY_AD AdTypeEnum_AdType = 16
  50. )
  51. var AdTypeEnum_AdType_name = map[int32]string{
  52. 0: "UNSPECIFIED",
  53. 1: "UNKNOWN",
  54. 2: "TEXT_AD",
  55. 3: "EXPANDED_TEXT_AD",
  56. 6: "CALL_ONLY_AD",
  57. 7: "EXPANDED_DYNAMIC_SEARCH_AD",
  58. 8: "HOTEL_AD",
  59. 9: "SHOPPING_SMART_AD",
  60. 10: "SHOPPING_PRODUCT_AD",
  61. 12: "VIDEO_AD",
  62. 13: "GMAIL_AD",
  63. 14: "IMAGE_AD",
  64. 15: "RESPONSIVE_SEARCH_AD",
  65. 16: "LEGACY_RESPONSIVE_DISPLAY_AD",
  66. }
  67. var AdTypeEnum_AdType_value = map[string]int32{
  68. "UNSPECIFIED": 0,
  69. "UNKNOWN": 1,
  70. "TEXT_AD": 2,
  71. "EXPANDED_TEXT_AD": 3,
  72. "CALL_ONLY_AD": 6,
  73. "EXPANDED_DYNAMIC_SEARCH_AD": 7,
  74. "HOTEL_AD": 8,
  75. "SHOPPING_SMART_AD": 9,
  76. "SHOPPING_PRODUCT_AD": 10,
  77. "VIDEO_AD": 12,
  78. "GMAIL_AD": 13,
  79. "IMAGE_AD": 14,
  80. "RESPONSIVE_SEARCH_AD": 15,
  81. "LEGACY_RESPONSIVE_DISPLAY_AD": 16,
  82. }
  83. func (x AdTypeEnum_AdType) String() string {
  84. return proto.EnumName(AdTypeEnum_AdType_name, int32(x))
  85. }
  86. func (AdTypeEnum_AdType) EnumDescriptor() ([]byte, []int) {
  87. return fileDescriptor_ad_type_77e111e431d85291, []int{0, 0}
  88. }
  89. // Container for enum describing possible types of an ad.
  90. type AdTypeEnum struct {
  91. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  92. XXX_unrecognized []byte `json:"-"`
  93. XXX_sizecache int32 `json:"-"`
  94. }
  95. func (m *AdTypeEnum) Reset() { *m = AdTypeEnum{} }
  96. func (m *AdTypeEnum) String() string { return proto.CompactTextString(m) }
  97. func (*AdTypeEnum) ProtoMessage() {}
  98. func (*AdTypeEnum) Descriptor() ([]byte, []int) {
  99. return fileDescriptor_ad_type_77e111e431d85291, []int{0}
  100. }
  101. func (m *AdTypeEnum) XXX_Unmarshal(b []byte) error {
  102. return xxx_messageInfo_AdTypeEnum.Unmarshal(m, b)
  103. }
  104. func (m *AdTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  105. return xxx_messageInfo_AdTypeEnum.Marshal(b, m, deterministic)
  106. }
  107. func (dst *AdTypeEnum) XXX_Merge(src proto.Message) {
  108. xxx_messageInfo_AdTypeEnum.Merge(dst, src)
  109. }
  110. func (m *AdTypeEnum) XXX_Size() int {
  111. return xxx_messageInfo_AdTypeEnum.Size(m)
  112. }
  113. func (m *AdTypeEnum) XXX_DiscardUnknown() {
  114. xxx_messageInfo_AdTypeEnum.DiscardUnknown(m)
  115. }
  116. var xxx_messageInfo_AdTypeEnum proto.InternalMessageInfo
  117. func init() {
  118. proto.RegisterType((*AdTypeEnum)(nil), "google.ads.googleads.v1.enums.AdTypeEnum")
  119. proto.RegisterEnum("google.ads.googleads.v1.enums.AdTypeEnum_AdType", AdTypeEnum_AdType_name, AdTypeEnum_AdType_value)
  120. }
  121. func init() {
  122. proto.RegisterFile("google/ads/googleads/v1/enums/ad_type.proto", fileDescriptor_ad_type_77e111e431d85291)
  123. }
  124. var fileDescriptor_ad_type_77e111e431d85291 = []byte{
  125. // 433 bytes of a gzipped FileDescriptorProto
  126. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xc1, 0x6e, 0xd3, 0x40,
  127. 0x10, 0x86, 0x89, 0x2b, 0xa5, 0x65, 0x13, 0xa8, 0x59, 0x8a, 0x40, 0x55, 0x8b, 0x68, 0xaf, 0x48,
  128. 0x6b, 0x59, 0xdc, 0xcc, 0x69, 0x62, 0x2f, 0xce, 0x0a, 0x67, 0xbd, 0x8a, 0x13, 0xd3, 0xa0, 0x48,
  129. 0x96, 0xc1, 0x96, 0x15, 0xa9, 0xf1, 0x5a, 0xdd, 0xb4, 0x52, 0x9f, 0x06, 0x89, 0x23, 0x07, 0x1e,
  130. 0x84, 0xa7, 0xe0, 0xcc, 0x53, 0xa0, 0x5d, 0x63, 0x2b, 0x17, 0x7a, 0xb1, 0xe6, 0x9f, 0xff, 0xdb,
  131. 0xd1, 0x78, 0x7e, 0xf4, 0xb6, 0x92, 0xb2, 0xba, 0x2e, 0x9d, 0xbc, 0x50, 0x4e, 0x5b, 0xea, 0xea,
  132. 0xce, 0x75, 0xca, 0xfa, 0x76, 0xab, 0x9c, 0xbc, 0xc8, 0x76, 0xf7, 0x4d, 0x49, 0x9a, 0x1b, 0xb9,
  133. 0x93, 0xf8, 0xbc, 0x25, 0x48, 0x5e, 0x28, 0xd2, 0xc3, 0xe4, 0xce, 0x25, 0x06, 0x3e, 0x3d, 0xeb,
  134. 0x66, 0x35, 0x1b, 0x27, 0xaf, 0x6b, 0xb9, 0xcb, 0x77, 0x1b, 0x59, 0xab, 0xf6, 0xf1, 0xe5, 0x4f,
  135. 0x0b, 0x21, 0x28, 0x16, 0xf7, 0x4d, 0x49, 0xeb, 0xdb, 0xed, 0xe5, 0x37, 0x0b, 0x0d, 0x5b, 0x89,
  136. 0x8f, 0xd1, 0x68, 0xc9, 0x13, 0x41, 0x7d, 0xf6, 0x81, 0xd1, 0xc0, 0x7e, 0x84, 0x47, 0xe8, 0x70,
  137. 0xc9, 0x3f, 0xf2, 0xf8, 0x13, 0xb7, 0x07, 0x5a, 0x2c, 0xe8, 0xd5, 0x22, 0x83, 0xc0, 0xb6, 0xf0,
  138. 0x09, 0xb2, 0xe9, 0x95, 0x00, 0x1e, 0xd0, 0x20, 0xeb, 0xba, 0x07, 0xd8, 0x46, 0x63, 0x1f, 0xa2,
  139. 0x28, 0x8b, 0x79, 0xb4, 0xd2, 0x9d, 0x21, 0x7e, 0x8d, 0x4e, 0x7b, 0x2e, 0x58, 0x71, 0x98, 0x31,
  140. 0x3f, 0x4b, 0x28, 0xcc, 0xfd, 0xa9, 0xf6, 0x0f, 0xf1, 0x18, 0x1d, 0x4d, 0xe3, 0x05, 0x8d, 0xb4,
  141. 0x3a, 0xc2, 0x2f, 0xd0, 0xb3, 0x64, 0x1a, 0x0b, 0xc1, 0x78, 0x98, 0x25, 0x33, 0x98, 0x9b, 0xb1,
  142. 0x8f, 0xf1, 0x4b, 0xf4, 0xbc, 0x6f, 0x8b, 0x79, 0x1c, 0x2c, 0x7d, 0x63, 0x20, 0xfd, 0x3a, 0x65,
  143. 0x01, 0x8d, 0xb5, 0x1a, 0x6b, 0x15, 0xce, 0x80, 0x99, 0x59, 0x4f, 0xb4, 0x62, 0x33, 0x08, 0xa9,
  144. 0x56, 0x4f, 0xf1, 0x2b, 0x74, 0x32, 0xa7, 0x89, 0x88, 0x79, 0xc2, 0x52, 0xba, 0xb7, 0xc1, 0x31,
  145. 0x7e, 0x83, 0xce, 0x22, 0x1a, 0x82, 0xbf, 0xca, 0xf6, 0x80, 0x80, 0x25, 0x22, 0x02, 0xf3, 0x0f,
  146. 0xf6, 0xe4, 0xf7, 0x00, 0x5d, 0x7c, 0x95, 0x5b, 0xf2, 0xe0, 0xd1, 0x27, 0xa3, 0xf6, 0x88, 0x42,
  147. 0xdf, 0x58, 0x0c, 0x3e, 0x4f, 0xfe, 0xd1, 0x95, 0xbc, 0xce, 0xeb, 0x8a, 0xc8, 0x9b, 0xca, 0xa9,
  148. 0xca, 0xda, 0x24, 0xd0, 0xe5, 0xdb, 0x6c, 0xd4, 0x7f, 0xe2, 0x7e, 0x6f, 0xbe, 0xdf, 0xad, 0x83,
  149. 0x10, 0xe0, 0x87, 0x75, 0x1e, 0xb6, 0xa3, 0xa0, 0x50, 0xa4, 0x2d, 0x75, 0x95, 0xba, 0x44, 0xe7,
  150. 0xa7, 0x7e, 0x75, 0xfe, 0x1a, 0x0a, 0xb5, 0xee, 0xfd, 0x75, 0xea, 0xae, 0x8d, 0xff, 0xc7, 0xba,
  151. 0x68, 0x9b, 0x9e, 0x07, 0x85, 0xf2, 0xbc, 0x9e, 0xf0, 0xbc, 0xd4, 0xf5, 0x3c, 0xc3, 0x7c, 0x19,
  152. 0x9a, 0xc5, 0xde, 0xfd, 0x0d, 0x00, 0x00, 0xff, 0xff, 0x3d, 0xff, 0x64, 0x01, 0x86, 0x02, 0x00,
  153. 0x00,
  154. }