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.
 
 
 

122 lines
6.3 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v1/enums/product_channel_exclusivity.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. // Enum describing the availability of a product offer.
  18. type ProductChannelExclusivityEnum_ProductChannelExclusivity int32
  19. const (
  20. // Not specified.
  21. ProductChannelExclusivityEnum_UNSPECIFIED ProductChannelExclusivityEnum_ProductChannelExclusivity = 0
  22. // Used for return value only. Represents value unknown in this version.
  23. ProductChannelExclusivityEnum_UNKNOWN ProductChannelExclusivityEnum_ProductChannelExclusivity = 1
  24. // The item is sold through one channel only, either local stores or online
  25. // as indicated by its ProductChannel.
  26. ProductChannelExclusivityEnum_SINGLE_CHANNEL ProductChannelExclusivityEnum_ProductChannelExclusivity = 2
  27. // The item is matched to its online or local stores counterpart, indicating
  28. // it is available for purchase in both ShoppingProductChannels.
  29. ProductChannelExclusivityEnum_MULTI_CHANNEL ProductChannelExclusivityEnum_ProductChannelExclusivity = 3
  30. )
  31. var ProductChannelExclusivityEnum_ProductChannelExclusivity_name = map[int32]string{
  32. 0: "UNSPECIFIED",
  33. 1: "UNKNOWN",
  34. 2: "SINGLE_CHANNEL",
  35. 3: "MULTI_CHANNEL",
  36. }
  37. var ProductChannelExclusivityEnum_ProductChannelExclusivity_value = map[string]int32{
  38. "UNSPECIFIED": 0,
  39. "UNKNOWN": 1,
  40. "SINGLE_CHANNEL": 2,
  41. "MULTI_CHANNEL": 3,
  42. }
  43. func (x ProductChannelExclusivityEnum_ProductChannelExclusivity) String() string {
  44. return proto.EnumName(ProductChannelExclusivityEnum_ProductChannelExclusivity_name, int32(x))
  45. }
  46. func (ProductChannelExclusivityEnum_ProductChannelExclusivity) EnumDescriptor() ([]byte, []int) {
  47. return fileDescriptor_product_channel_exclusivity_2f1bcf2e000486a7, []int{0, 0}
  48. }
  49. // Availability of a product offer.
  50. type ProductChannelExclusivityEnum struct {
  51. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  52. XXX_unrecognized []byte `json:"-"`
  53. XXX_sizecache int32 `json:"-"`
  54. }
  55. func (m *ProductChannelExclusivityEnum) Reset() { *m = ProductChannelExclusivityEnum{} }
  56. func (m *ProductChannelExclusivityEnum) String() string { return proto.CompactTextString(m) }
  57. func (*ProductChannelExclusivityEnum) ProtoMessage() {}
  58. func (*ProductChannelExclusivityEnum) Descriptor() ([]byte, []int) {
  59. return fileDescriptor_product_channel_exclusivity_2f1bcf2e000486a7, []int{0}
  60. }
  61. func (m *ProductChannelExclusivityEnum) XXX_Unmarshal(b []byte) error {
  62. return xxx_messageInfo_ProductChannelExclusivityEnum.Unmarshal(m, b)
  63. }
  64. func (m *ProductChannelExclusivityEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  65. return xxx_messageInfo_ProductChannelExclusivityEnum.Marshal(b, m, deterministic)
  66. }
  67. func (dst *ProductChannelExclusivityEnum) XXX_Merge(src proto.Message) {
  68. xxx_messageInfo_ProductChannelExclusivityEnum.Merge(dst, src)
  69. }
  70. func (m *ProductChannelExclusivityEnum) XXX_Size() int {
  71. return xxx_messageInfo_ProductChannelExclusivityEnum.Size(m)
  72. }
  73. func (m *ProductChannelExclusivityEnum) XXX_DiscardUnknown() {
  74. xxx_messageInfo_ProductChannelExclusivityEnum.DiscardUnknown(m)
  75. }
  76. var xxx_messageInfo_ProductChannelExclusivityEnum proto.InternalMessageInfo
  77. func init() {
  78. proto.RegisterType((*ProductChannelExclusivityEnum)(nil), "google.ads.googleads.v1.enums.ProductChannelExclusivityEnum")
  79. proto.RegisterEnum("google.ads.googleads.v1.enums.ProductChannelExclusivityEnum_ProductChannelExclusivity", ProductChannelExclusivityEnum_ProductChannelExclusivity_name, ProductChannelExclusivityEnum_ProductChannelExclusivity_value)
  80. }
  81. func init() {
  82. proto.RegisterFile("google/ads/googleads/v1/enums/product_channel_exclusivity.proto", fileDescriptor_product_channel_exclusivity_2f1bcf2e000486a7)
  83. }
  84. var fileDescriptor_product_channel_exclusivity_2f1bcf2e000486a7 = []byte{
  85. // 324 bytes of a gzipped FileDescriptorProto
  86. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0x41, 0x4b, 0xc3, 0x30,
  87. 0x18, 0xb5, 0x1d, 0x28, 0x64, 0xa8, 0xb3, 0x37, 0xc5, 0x09, 0xdb, 0x0f, 0x48, 0x29, 0xde, 0xe2,
  88. 0x41, 0xb2, 0x19, 0x67, 0x71, 0xc6, 0xc2, 0xdc, 0x04, 0x29, 0xcc, 0xd8, 0x94, 0x58, 0xe8, 0x92,
  89. 0xb2, 0xb4, 0x43, 0x8f, 0xfe, 0x15, 0x8f, 0xfe, 0x14, 0x7f, 0x8a, 0x57, 0xff, 0x80, 0x34, 0x71,
  90. 0xf5, 0x34, 0x2f, 0xe1, 0x91, 0xef, 0x7d, 0xef, 0x7d, 0xef, 0x81, 0x73, 0xa1, 0x94, 0xc8, 0x53,
  91. 0x9f, 0x71, 0xed, 0x5b, 0x58, 0xa3, 0x55, 0xe0, 0xa7, 0xb2, 0x5a, 0x68, 0xbf, 0x58, 0x2a, 0x5e,
  92. 0x25, 0xe5, 0x3c, 0x79, 0x66, 0x52, 0xa6, 0xf9, 0x3c, 0x7d, 0x49, 0xf2, 0x4a, 0x67, 0xab, 0xac,
  93. 0x7c, 0x85, 0xc5, 0x52, 0x95, 0xca, 0xeb, 0xda, 0x2d, 0xc8, 0xb8, 0x86, 0x8d, 0x00, 0x5c, 0x05,
  94. 0xd0, 0x08, 0x1c, 0x1d, 0xaf, 0xf5, 0x8b, 0xcc, 0x67, 0x52, 0xaa, 0x92, 0x95, 0x99, 0x92, 0xda,
  95. 0x2e, 0xf7, 0xdf, 0x1c, 0xd0, 0x8d, 0xac, 0xc5, 0xd0, 0x3a, 0x90, 0x3f, 0x03, 0x22, 0xab, 0x45,
  96. 0xff, 0x11, 0x1c, 0x6e, 0x24, 0x78, 0xfb, 0xa0, 0x3d, 0xa5, 0x93, 0x88, 0x0c, 0xc3, 0xcb, 0x90,
  97. 0x5c, 0x74, 0xb6, 0xbc, 0x36, 0xd8, 0x99, 0xd2, 0x6b, 0x7a, 0x7b, 0x4f, 0x3b, 0x8e, 0xe7, 0x81,
  98. 0xbd, 0x49, 0x48, 0x47, 0x63, 0x32, 0x1f, 0x5e, 0x61, 0x4a, 0xc9, 0xb8, 0xe3, 0x7a, 0x07, 0x60,
  99. 0xf7, 0x66, 0x3a, 0xbe, 0x0b, 0x9b, 0xaf, 0xd6, 0xe0, 0xdb, 0x01, 0xbd, 0x44, 0x2d, 0xe0, 0xbf,
  100. 0x39, 0x06, 0x27, 0x1b, 0xaf, 0x88, 0xea, 0x24, 0x91, 0xf3, 0x30, 0xf8, 0x15, 0x10, 0x2a, 0x67,
  101. 0x52, 0x40, 0xb5, 0x14, 0xbe, 0x48, 0xa5, 0xc9, 0xb9, 0x6e, 0xb6, 0xc8, 0xf4, 0x86, 0xa2, 0xcf,
  102. 0xcc, 0xfb, 0xee, 0xb6, 0x46, 0x18, 0x7f, 0xb8, 0xdd, 0x91, 0x95, 0xc2, 0x5c, 0x43, 0x0b, 0x6b,
  103. 0x34, 0x0b, 0x60, 0x5d, 0x89, 0xfe, 0x5c, 0xcf, 0x63, 0xcc, 0x75, 0xdc, 0xcc, 0xe3, 0x59, 0x10,
  104. 0x9b, 0xf9, 0x97, 0xdb, 0xb3, 0x9f, 0x08, 0x61, 0xae, 0x11, 0x6a, 0x18, 0x08, 0xcd, 0x02, 0x84,
  105. 0x0c, 0xe7, 0x69, 0xdb, 0x1c, 0x76, 0xfa, 0x13, 0x00, 0x00, 0xff, 0xff, 0xc9, 0x87, 0xe2, 0x2d,
  106. 0x00, 0x02, 0x00, 0x00,
  107. }