Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 

166 Zeilen
6.9 KiB

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