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.
 
 
 

152 Zeilen
7.5 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v1/enums/price_extension_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. // Price extension type.
  18. type PriceExtensionTypeEnum_PriceExtensionType int32
  19. const (
  20. // Not specified.
  21. PriceExtensionTypeEnum_UNSPECIFIED PriceExtensionTypeEnum_PriceExtensionType = 0
  22. // Used for return value only. Represents value unknown in this version.
  23. PriceExtensionTypeEnum_UNKNOWN PriceExtensionTypeEnum_PriceExtensionType = 1
  24. // The type for showing a list of brands.
  25. PriceExtensionTypeEnum_BRANDS PriceExtensionTypeEnum_PriceExtensionType = 2
  26. // The type for showing a list of events.
  27. PriceExtensionTypeEnum_EVENTS PriceExtensionTypeEnum_PriceExtensionType = 3
  28. // The type for showing locations relevant to your business.
  29. PriceExtensionTypeEnum_LOCATIONS PriceExtensionTypeEnum_PriceExtensionType = 4
  30. // The type for showing sub-regions or districts within a city or region.
  31. PriceExtensionTypeEnum_NEIGHBORHOODS PriceExtensionTypeEnum_PriceExtensionType = 5
  32. // The type for showing a collection of product categories.
  33. PriceExtensionTypeEnum_PRODUCT_CATEGORIES PriceExtensionTypeEnum_PriceExtensionType = 6
  34. // The type for showing a collection of related product tiers.
  35. PriceExtensionTypeEnum_PRODUCT_TIERS PriceExtensionTypeEnum_PriceExtensionType = 7
  36. // The type for showing a collection of services offered by your business.
  37. PriceExtensionTypeEnum_SERVICES PriceExtensionTypeEnum_PriceExtensionType = 8
  38. // The type for showing a collection of service categories.
  39. PriceExtensionTypeEnum_SERVICE_CATEGORIES PriceExtensionTypeEnum_PriceExtensionType = 9
  40. // The type for showing a collection of related service tiers.
  41. PriceExtensionTypeEnum_SERVICE_TIERS PriceExtensionTypeEnum_PriceExtensionType = 10
  42. )
  43. var PriceExtensionTypeEnum_PriceExtensionType_name = map[int32]string{
  44. 0: "UNSPECIFIED",
  45. 1: "UNKNOWN",
  46. 2: "BRANDS",
  47. 3: "EVENTS",
  48. 4: "LOCATIONS",
  49. 5: "NEIGHBORHOODS",
  50. 6: "PRODUCT_CATEGORIES",
  51. 7: "PRODUCT_TIERS",
  52. 8: "SERVICES",
  53. 9: "SERVICE_CATEGORIES",
  54. 10: "SERVICE_TIERS",
  55. }
  56. var PriceExtensionTypeEnum_PriceExtensionType_value = map[string]int32{
  57. "UNSPECIFIED": 0,
  58. "UNKNOWN": 1,
  59. "BRANDS": 2,
  60. "EVENTS": 3,
  61. "LOCATIONS": 4,
  62. "NEIGHBORHOODS": 5,
  63. "PRODUCT_CATEGORIES": 6,
  64. "PRODUCT_TIERS": 7,
  65. "SERVICES": 8,
  66. "SERVICE_CATEGORIES": 9,
  67. "SERVICE_TIERS": 10,
  68. }
  69. func (x PriceExtensionTypeEnum_PriceExtensionType) String() string {
  70. return proto.EnumName(PriceExtensionTypeEnum_PriceExtensionType_name, int32(x))
  71. }
  72. func (PriceExtensionTypeEnum_PriceExtensionType) EnumDescriptor() ([]byte, []int) {
  73. return fileDescriptor_price_extension_type_b804a6efd2b06f4f, []int{0, 0}
  74. }
  75. // Container for enum describing types for a price extension.
  76. type PriceExtensionTypeEnum struct {
  77. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  78. XXX_unrecognized []byte `json:"-"`
  79. XXX_sizecache int32 `json:"-"`
  80. }
  81. func (m *PriceExtensionTypeEnum) Reset() { *m = PriceExtensionTypeEnum{} }
  82. func (m *PriceExtensionTypeEnum) String() string { return proto.CompactTextString(m) }
  83. func (*PriceExtensionTypeEnum) ProtoMessage() {}
  84. func (*PriceExtensionTypeEnum) Descriptor() ([]byte, []int) {
  85. return fileDescriptor_price_extension_type_b804a6efd2b06f4f, []int{0}
  86. }
  87. func (m *PriceExtensionTypeEnum) XXX_Unmarshal(b []byte) error {
  88. return xxx_messageInfo_PriceExtensionTypeEnum.Unmarshal(m, b)
  89. }
  90. func (m *PriceExtensionTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  91. return xxx_messageInfo_PriceExtensionTypeEnum.Marshal(b, m, deterministic)
  92. }
  93. func (dst *PriceExtensionTypeEnum) XXX_Merge(src proto.Message) {
  94. xxx_messageInfo_PriceExtensionTypeEnum.Merge(dst, src)
  95. }
  96. func (m *PriceExtensionTypeEnum) XXX_Size() int {
  97. return xxx_messageInfo_PriceExtensionTypeEnum.Size(m)
  98. }
  99. func (m *PriceExtensionTypeEnum) XXX_DiscardUnknown() {
  100. xxx_messageInfo_PriceExtensionTypeEnum.DiscardUnknown(m)
  101. }
  102. var xxx_messageInfo_PriceExtensionTypeEnum proto.InternalMessageInfo
  103. func init() {
  104. proto.RegisterType((*PriceExtensionTypeEnum)(nil), "google.ads.googleads.v1.enums.PriceExtensionTypeEnum")
  105. proto.RegisterEnum("google.ads.googleads.v1.enums.PriceExtensionTypeEnum_PriceExtensionType", PriceExtensionTypeEnum_PriceExtensionType_name, PriceExtensionTypeEnum_PriceExtensionType_value)
  106. }
  107. func init() {
  108. proto.RegisterFile("google/ads/googleads/v1/enums/price_extension_type.proto", fileDescriptor_price_extension_type_b804a6efd2b06f4f)
  109. }
  110. var fileDescriptor_price_extension_type_b804a6efd2b06f4f = []byte{
  111. // 394 bytes of a gzipped FileDescriptorProto
  112. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xd1, 0x6a, 0xd4, 0x40,
  113. 0x18, 0x85, 0xcd, 0x56, 0xb7, 0xed, 0xd4, 0xe2, 0x38, 0x17, 0x15, 0xc4, 0x5e, 0xb4, 0x0f, 0x30,
  114. 0x21, 0x78, 0x23, 0xe3, 0xd5, 0x24, 0x19, 0xd3, 0xa0, 0xcc, 0x84, 0x4c, 0x36, 0x82, 0x04, 0x96,
  115. 0xd8, 0x0c, 0x21, 0xd0, 0x9d, 0x09, 0x3b, 0x69, 0xb1, 0xaf, 0xe3, 0xa5, 0x8f, 0xe2, 0x95, 0xcf,
  116. 0xa1, 0x3e, 0x84, 0x4c, 0xd2, 0x2c, 0xc2, 0xa2, 0x37, 0xe1, 0xe4, 0xff, 0xcf, 0x77, 0x48, 0xce,
  117. 0x0f, 0xde, 0xb4, 0xc6, 0xb4, 0x37, 0xca, 0xaf, 0x1b, 0xeb, 0x4f, 0xd2, 0xa9, 0xbb, 0xc0, 0x57,
  118. 0xfa, 0x76, 0x63, 0xfd, 0x7e, 0xdb, 0x5d, 0xab, 0xb5, 0xfa, 0x32, 0x28, 0x6d, 0x3b, 0xa3, 0xd7,
  119. 0xc3, 0x7d, 0xaf, 0x70, 0xbf, 0x35, 0x83, 0x41, 0xe7, 0x93, 0x1d, 0xd7, 0x8d, 0xc5, 0x3b, 0x12,
  120. 0xdf, 0x05, 0x78, 0x24, 0x5f, 0xbe, 0x9a, 0x83, 0xfb, 0xce, 0xaf, 0xb5, 0x36, 0x43, 0x3d, 0x74,
  121. 0x46, 0xdb, 0x09, 0xbe, 0xfc, 0xe5, 0x81, 0xb3, 0xcc, 0x65, 0xb3, 0x39, 0xba, 0xb8, 0xef, 0x15,
  122. 0xd3, 0xb7, 0x9b, 0xcb, 0x1f, 0x1e, 0x40, 0xfb, 0x2b, 0xf4, 0x0c, 0x9c, 0xac, 0xb8, 0xcc, 0x58,
  123. 0x94, 0xbe, 0x4b, 0x59, 0x0c, 0x1f, 0xa1, 0x13, 0x70, 0xb8, 0xe2, 0xef, 0xb9, 0xf8, 0xc8, 0xa1,
  124. 0x87, 0x00, 0x58, 0x86, 0x39, 0xe5, 0xb1, 0x84, 0x0b, 0xa7, 0x59, 0xc9, 0x78, 0x21, 0xe1, 0x01,
  125. 0x3a, 0x05, 0xc7, 0x1f, 0x44, 0x44, 0x8b, 0x54, 0x70, 0x09, 0x1f, 0xa3, 0xe7, 0xe0, 0x94, 0xb3,
  126. 0x34, 0xb9, 0x0a, 0x45, 0x7e, 0x25, 0x44, 0x2c, 0xe1, 0x13, 0x74, 0x06, 0x50, 0x96, 0x8b, 0x78,
  127. 0x15, 0x15, 0xeb, 0x88, 0x16, 0x2c, 0x11, 0x79, 0xca, 0x24, 0x5c, 0x3a, 0xeb, 0x3c, 0x2f, 0x52,
  128. 0x96, 0x4b, 0x78, 0x88, 0x9e, 0x82, 0x23, 0xc9, 0xf2, 0x32, 0x8d, 0x98, 0x84, 0x47, 0x0e, 0x7c,
  129. 0x78, 0xfb, 0x1b, 0x3c, 0x76, 0xe0, 0x3c, 0x9f, 0x40, 0x10, 0xfe, 0xf6, 0xc0, 0xc5, 0xb5, 0xd9,
  130. 0xe0, 0xff, 0x36, 0x16, 0xbe, 0xd8, 0xff, 0xeb, 0xcc, 0x95, 0x95, 0x79, 0x9f, 0xc2, 0x07, 0xb2,
  131. 0x35, 0x37, 0xb5, 0x6e, 0xb1, 0xd9, 0xb6, 0x7e, 0xab, 0xf4, 0x58, 0xe5, 0x7c, 0xb5, 0xbe, 0xb3,
  132. 0xff, 0x38, 0xe2, 0xdb, 0xf1, 0xf9, 0x75, 0x71, 0x90, 0x50, 0xfa, 0x6d, 0x71, 0x9e, 0x4c, 0x51,
  133. 0xb4, 0xb1, 0x78, 0x92, 0x4e, 0x95, 0x01, 0x76, 0xe5, 0xdb, 0xef, 0xf3, 0xbe, 0xa2, 0x8d, 0xad,
  134. 0x76, 0xfb, 0xaa, 0x0c, 0xaa, 0x71, 0xff, 0x73, 0x71, 0x31, 0x0d, 0x09, 0xa1, 0x8d, 0x25, 0x64,
  135. 0xe7, 0x20, 0xa4, 0x0c, 0x08, 0x19, 0x3d, 0x9f, 0x97, 0xe3, 0x87, 0xbd, 0xfe, 0x13, 0x00, 0x00,
  136. 0xff, 0xff, 0x6b, 0x1c, 0x5f, 0xce, 0x5c, 0x02, 0x00, 0x00,
  137. }