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.
 
 
 

117 lines
6.5 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v0/enums/affiliate_location_feed_relationship_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. // Possible values for a relationship type for an affiliate location feed.
  17. type AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType int32
  18. const (
  19. // Not specified.
  20. AffiliateLocationFeedRelationshipTypeEnum_UNSPECIFIED AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType = 0
  21. // Used for return value only. Represents value unknown in this version.
  22. AffiliateLocationFeedRelationshipTypeEnum_UNKNOWN AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType = 1
  23. // General retailer relationship.
  24. AffiliateLocationFeedRelationshipTypeEnum_GENERAL_RETAILER AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType = 2
  25. )
  26. var AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType_name = map[int32]string{
  27. 0: "UNSPECIFIED",
  28. 1: "UNKNOWN",
  29. 2: "GENERAL_RETAILER",
  30. }
  31. var AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType_value = map[string]int32{
  32. "UNSPECIFIED": 0,
  33. "UNKNOWN": 1,
  34. "GENERAL_RETAILER": 2,
  35. }
  36. func (x AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType) String() string {
  37. return proto.EnumName(AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType_name, int32(x))
  38. }
  39. func (AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType) EnumDescriptor() ([]byte, []int) {
  40. return fileDescriptor_affiliate_location_feed_relationship_type_ef5633e0fb9d7d56, []int{0, 0}
  41. }
  42. // Container for enum describing possible values for a relationship type for
  43. // an affiliate location feed.
  44. type AffiliateLocationFeedRelationshipTypeEnum struct {
  45. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  46. XXX_unrecognized []byte `json:"-"`
  47. XXX_sizecache int32 `json:"-"`
  48. }
  49. func (m *AffiliateLocationFeedRelationshipTypeEnum) Reset() {
  50. *m = AffiliateLocationFeedRelationshipTypeEnum{}
  51. }
  52. func (m *AffiliateLocationFeedRelationshipTypeEnum) String() string { return proto.CompactTextString(m) }
  53. func (*AffiliateLocationFeedRelationshipTypeEnum) ProtoMessage() {}
  54. func (*AffiliateLocationFeedRelationshipTypeEnum) Descriptor() ([]byte, []int) {
  55. return fileDescriptor_affiliate_location_feed_relationship_type_ef5633e0fb9d7d56, []int{0}
  56. }
  57. func (m *AffiliateLocationFeedRelationshipTypeEnum) XXX_Unmarshal(b []byte) error {
  58. return xxx_messageInfo_AffiliateLocationFeedRelationshipTypeEnum.Unmarshal(m, b)
  59. }
  60. func (m *AffiliateLocationFeedRelationshipTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  61. return xxx_messageInfo_AffiliateLocationFeedRelationshipTypeEnum.Marshal(b, m, deterministic)
  62. }
  63. func (dst *AffiliateLocationFeedRelationshipTypeEnum) XXX_Merge(src proto.Message) {
  64. xxx_messageInfo_AffiliateLocationFeedRelationshipTypeEnum.Merge(dst, src)
  65. }
  66. func (m *AffiliateLocationFeedRelationshipTypeEnum) XXX_Size() int {
  67. return xxx_messageInfo_AffiliateLocationFeedRelationshipTypeEnum.Size(m)
  68. }
  69. func (m *AffiliateLocationFeedRelationshipTypeEnum) XXX_DiscardUnknown() {
  70. xxx_messageInfo_AffiliateLocationFeedRelationshipTypeEnum.DiscardUnknown(m)
  71. }
  72. var xxx_messageInfo_AffiliateLocationFeedRelationshipTypeEnum proto.InternalMessageInfo
  73. func init() {
  74. proto.RegisterType((*AffiliateLocationFeedRelationshipTypeEnum)(nil), "google.ads.googleads.v0.enums.AffiliateLocationFeedRelationshipTypeEnum")
  75. proto.RegisterEnum("google.ads.googleads.v0.enums.AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType", AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType_name, AffiliateLocationFeedRelationshipTypeEnum_AffiliateLocationFeedRelationshipType_value)
  76. }
  77. func init() {
  78. proto.RegisterFile("google/ads/googleads/v0/enums/affiliate_location_feed_relationship_type.proto", fileDescriptor_affiliate_location_feed_relationship_type_ef5633e0fb9d7d56)
  79. }
  80. var fileDescriptor_affiliate_location_feed_relationship_type_ef5633e0fb9d7d56 = []byte{
  81. // 314 bytes of a gzipped FileDescriptorProto
  82. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x90, 0xc1, 0x4a, 0xc3, 0x30,
  83. 0x00, 0x86, 0x6d, 0x05, 0x85, 0xec, 0x60, 0x29, 0x5e, 0x77, 0xd8, 0xc0, 0x83, 0x1e, 0xd2, 0x82,
  84. 0xb7, 0x78, 0xca, 0x34, 0x1b, 0xc3, 0x59, 0x47, 0xdd, 0x2a, 0x68, 0xa1, 0xc4, 0x25, 0x8d, 0x85,
  85. 0xb6, 0x29, 0x4d, 0x37, 0xd8, 0x1b, 0xf8, 0x1c, 0x1e, 0x7d, 0x14, 0x1f, 0xc5, 0x97, 0x50, 0x9a,
  86. 0xae, 0xc5, 0x8b, 0xb2, 0x4b, 0xf8, 0x93, 0xff, 0xe7, 0xe3, 0xcf, 0x0f, 0xee, 0x84, 0x94, 0x22,
  87. 0xe5, 0x0e, 0x65, 0xca, 0x69, 0x64, 0xad, 0x36, 0xae, 0xc3, 0xf3, 0x75, 0xa6, 0x1c, 0x1a, 0xc7,
  88. 0x49, 0x9a, 0xd0, 0x8a, 0x47, 0xa9, 0x5c, 0xd1, 0x2a, 0x91, 0x79, 0x14, 0x73, 0xce, 0xa2, 0x92,
  89. 0xa7, 0xfa, 0xa6, 0x5e, 0x93, 0x22, 0xaa, 0xb6, 0x05, 0x87, 0x45, 0x29, 0x2b, 0x69, 0xf7, 0x1b,
  90. 0x06, 0xa4, 0x4c, 0xc1, 0x0e, 0x07, 0x37, 0x2e, 0xd4, 0xb8, 0xe1, 0x9b, 0x01, 0xce, 0x71, 0x8b,
  91. 0x9c, 0xed, 0x88, 0x63, 0xce, 0x99, 0xff, 0x8b, 0xb7, 0xd8, 0x16, 0x9c, 0xe4, 0xeb, 0x6c, 0xf8,
  92. 0x0c, 0xce, 0xf6, 0x0a, 0xdb, 0x27, 0xa0, 0xb7, 0xf4, 0x1e, 0xe6, 0xe4, 0x7a, 0x3a, 0x9e, 0x92,
  93. 0x1b, 0xeb, 0xc0, 0xee, 0x81, 0xe3, 0xa5, 0x77, 0xeb, 0xdd, 0x3f, 0x7a, 0x96, 0x61, 0x9f, 0x02,
  94. 0x6b, 0x42, 0x3c, 0xe2, 0xe3, 0x59, 0xe4, 0x93, 0x05, 0x9e, 0xce, 0x88, 0x6f, 0x99, 0xa3, 0x6f,
  95. 0x03, 0x0c, 0x56, 0x32, 0x83, 0xff, 0x16, 0x1e, 0x5d, 0xec, 0x55, 0x60, 0x5e, 0xff, 0x7d, 0x6e,
  96. 0x3c, 0x8d, 0x76, 0x30, 0x21, 0x53, 0x9a, 0x0b, 0x28, 0x4b, 0xe1, 0x08, 0x9e, 0xeb, 0x65, 0xda,
  97. 0x71, 0x8b, 0x44, 0xfd, 0xb1, 0xf5, 0x95, 0x3e, 0xdf, 0xcd, 0xc3, 0x09, 0xc6, 0x1f, 0x66, 0x7f,
  98. 0xd2, 0xa0, 0x30, 0x53, 0xb0, 0x91, 0xb5, 0x0a, 0x5c, 0x58, 0x2f, 0xa3, 0x3e, 0x5b, 0x3f, 0xc4,
  99. 0x4c, 0x85, 0x9d, 0x1f, 0x06, 0x6e, 0xa8, 0xfd, 0x2f, 0x73, 0xd0, 0x3c, 0x22, 0x84, 0x99, 0x42,
  100. 0xa8, 0x4b, 0x20, 0x14, 0xb8, 0x08, 0xe9, 0xcc, 0xcb, 0x91, 0x2e, 0x76, 0xf9, 0x13, 0x00, 0x00,
  101. 0xff, 0xff, 0x4c, 0xe6, 0x2f, 0xd6, 0x03, 0x02, 0x00, 0x00,
  102. }