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.6 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v1/enums/feed_attribute_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. // Possible data types for a feed attribute.
  18. type FeedAttributeTypeEnum_FeedAttributeType int32
  19. const (
  20. // Not specified.
  21. FeedAttributeTypeEnum_UNSPECIFIED FeedAttributeTypeEnum_FeedAttributeType = 0
  22. // Used for return value only. Represents value unknown in this version.
  23. FeedAttributeTypeEnum_UNKNOWN FeedAttributeTypeEnum_FeedAttributeType = 1
  24. // Int64.
  25. FeedAttributeTypeEnum_INT64 FeedAttributeTypeEnum_FeedAttributeType = 2
  26. // Double.
  27. FeedAttributeTypeEnum_DOUBLE FeedAttributeTypeEnum_FeedAttributeType = 3
  28. // String.
  29. FeedAttributeTypeEnum_STRING FeedAttributeTypeEnum_FeedAttributeType = 4
  30. // Boolean.
  31. FeedAttributeTypeEnum_BOOLEAN FeedAttributeTypeEnum_FeedAttributeType = 5
  32. // Url.
  33. FeedAttributeTypeEnum_URL FeedAttributeTypeEnum_FeedAttributeType = 6
  34. // Datetime.
  35. FeedAttributeTypeEnum_DATE_TIME FeedAttributeTypeEnum_FeedAttributeType = 7
  36. // Int64 list.
  37. FeedAttributeTypeEnum_INT64_LIST FeedAttributeTypeEnum_FeedAttributeType = 8
  38. // Double (8 bytes) list.
  39. FeedAttributeTypeEnum_DOUBLE_LIST FeedAttributeTypeEnum_FeedAttributeType = 9
  40. // String list.
  41. FeedAttributeTypeEnum_STRING_LIST FeedAttributeTypeEnum_FeedAttributeType = 10
  42. // Boolean list.
  43. FeedAttributeTypeEnum_BOOLEAN_LIST FeedAttributeTypeEnum_FeedAttributeType = 11
  44. // Url list.
  45. FeedAttributeTypeEnum_URL_LIST FeedAttributeTypeEnum_FeedAttributeType = 12
  46. // Datetime list.
  47. FeedAttributeTypeEnum_DATE_TIME_LIST FeedAttributeTypeEnum_FeedAttributeType = 13
  48. // Price.
  49. FeedAttributeTypeEnum_PRICE FeedAttributeTypeEnum_FeedAttributeType = 14
  50. )
  51. var FeedAttributeTypeEnum_FeedAttributeType_name = map[int32]string{
  52. 0: "UNSPECIFIED",
  53. 1: "UNKNOWN",
  54. 2: "INT64",
  55. 3: "DOUBLE",
  56. 4: "STRING",
  57. 5: "BOOLEAN",
  58. 6: "URL",
  59. 7: "DATE_TIME",
  60. 8: "INT64_LIST",
  61. 9: "DOUBLE_LIST",
  62. 10: "STRING_LIST",
  63. 11: "BOOLEAN_LIST",
  64. 12: "URL_LIST",
  65. 13: "DATE_TIME_LIST",
  66. 14: "PRICE",
  67. }
  68. var FeedAttributeTypeEnum_FeedAttributeType_value = map[string]int32{
  69. "UNSPECIFIED": 0,
  70. "UNKNOWN": 1,
  71. "INT64": 2,
  72. "DOUBLE": 3,
  73. "STRING": 4,
  74. "BOOLEAN": 5,
  75. "URL": 6,
  76. "DATE_TIME": 7,
  77. "INT64_LIST": 8,
  78. "DOUBLE_LIST": 9,
  79. "STRING_LIST": 10,
  80. "BOOLEAN_LIST": 11,
  81. "URL_LIST": 12,
  82. "DATE_TIME_LIST": 13,
  83. "PRICE": 14,
  84. }
  85. func (x FeedAttributeTypeEnum_FeedAttributeType) String() string {
  86. return proto.EnumName(FeedAttributeTypeEnum_FeedAttributeType_name, int32(x))
  87. }
  88. func (FeedAttributeTypeEnum_FeedAttributeType) EnumDescriptor() ([]byte, []int) {
  89. return fileDescriptor_feed_attribute_type_bf060fcf8dd49325, []int{0, 0}
  90. }
  91. // Container for enum describing possible data types for a feed attribute.
  92. type FeedAttributeTypeEnum struct {
  93. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  94. XXX_unrecognized []byte `json:"-"`
  95. XXX_sizecache int32 `json:"-"`
  96. }
  97. func (m *FeedAttributeTypeEnum) Reset() { *m = FeedAttributeTypeEnum{} }
  98. func (m *FeedAttributeTypeEnum) String() string { return proto.CompactTextString(m) }
  99. func (*FeedAttributeTypeEnum) ProtoMessage() {}
  100. func (*FeedAttributeTypeEnum) Descriptor() ([]byte, []int) {
  101. return fileDescriptor_feed_attribute_type_bf060fcf8dd49325, []int{0}
  102. }
  103. func (m *FeedAttributeTypeEnum) XXX_Unmarshal(b []byte) error {
  104. return xxx_messageInfo_FeedAttributeTypeEnum.Unmarshal(m, b)
  105. }
  106. func (m *FeedAttributeTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  107. return xxx_messageInfo_FeedAttributeTypeEnum.Marshal(b, m, deterministic)
  108. }
  109. func (dst *FeedAttributeTypeEnum) XXX_Merge(src proto.Message) {
  110. xxx_messageInfo_FeedAttributeTypeEnum.Merge(dst, src)
  111. }
  112. func (m *FeedAttributeTypeEnum) XXX_Size() int {
  113. return xxx_messageInfo_FeedAttributeTypeEnum.Size(m)
  114. }
  115. func (m *FeedAttributeTypeEnum) XXX_DiscardUnknown() {
  116. xxx_messageInfo_FeedAttributeTypeEnum.DiscardUnknown(m)
  117. }
  118. var xxx_messageInfo_FeedAttributeTypeEnum proto.InternalMessageInfo
  119. func init() {
  120. proto.RegisterType((*FeedAttributeTypeEnum)(nil), "google.ads.googleads.v1.enums.FeedAttributeTypeEnum")
  121. proto.RegisterEnum("google.ads.googleads.v1.enums.FeedAttributeTypeEnum_FeedAttributeType", FeedAttributeTypeEnum_FeedAttributeType_name, FeedAttributeTypeEnum_FeedAttributeType_value)
  122. }
  123. func init() {
  124. proto.RegisterFile("google/ads/googleads/v1/enums/feed_attribute_type.proto", fileDescriptor_feed_attribute_type_bf060fcf8dd49325)
  125. }
  126. var fileDescriptor_feed_attribute_type_bf060fcf8dd49325 = []byte{
  127. // 407 bytes of a gzipped FileDescriptorProto
  128. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x51, 0xc1, 0x6a, 0xdb, 0x40,
  129. 0x14, 0xac, 0xe5, 0xc6, 0x8e, 0x9f, 0x1d, 0x77, 0xbb, 0xd0, 0x1e, 0x4a, 0x73, 0x48, 0x3e, 0x60,
  130. 0x85, 0x68, 0x69, 0x61, 0x7b, 0x5a, 0xc5, 0x1b, 0x23, 0xaa, 0xca, 0x46, 0x96, 0x5c, 0x28, 0x02,
  131. 0xa1, 0x54, 0x5b, 0x21, 0x88, 0xb5, 0xc2, 0x2b, 0x07, 0x72, 0xef, 0x97, 0xf4, 0xd8, 0x4f, 0xe9,
  132. 0xa7, 0xa4, 0x3f, 0x51, 0x56, 0x1b, 0xe9, 0x62, 0x9a, 0x8b, 0x18, 0xcd, 0x9b, 0x99, 0x7d, 0xcc,
  133. 0x83, 0x8f, 0x85, 0x94, 0xc5, 0xad, 0xb0, 0xb3, 0x5c, 0xd9, 0x06, 0x6a, 0x74, 0xe7, 0xd8, 0xa2,
  134. 0x3a, 0xec, 0x94, 0xfd, 0x43, 0x88, 0x3c, 0xcd, 0x9a, 0x66, 0x5f, 0xde, 0x1c, 0x1a, 0x91, 0x36,
  135. 0xf7, 0xb5, 0x20, 0xf5, 0x5e, 0x36, 0x12, 0x9f, 0x1b, 0x35, 0xc9, 0x72, 0x45, 0x7a, 0x23, 0xb9,
  136. 0x73, 0x48, 0x6b, 0x7c, 0xf3, 0xb6, 0xcb, 0xad, 0x4b, 0x3b, 0xab, 0x2a, 0xd9, 0x64, 0x4d, 0x29,
  137. 0x2b, 0x65, 0xcc, 0x97, 0x3f, 0x2d, 0x78, 0x75, 0x2d, 0x44, 0xce, 0xba, 0xe4, 0xe8, 0xbe, 0x16,
  138. 0xbc, 0x3a, 0xec, 0x2e, 0x1f, 0x06, 0xf0, 0xf2, 0x68, 0x82, 0x5f, 0xc0, 0x34, 0x0e, 0x36, 0x6b,
  139. 0x7e, 0xe5, 0x5d, 0x7b, 0x7c, 0x81, 0x9e, 0xe1, 0x29, 0x8c, 0xe3, 0xe0, 0x73, 0xb0, 0xfa, 0x1a,
  140. 0xa0, 0x01, 0x9e, 0xc0, 0x89, 0x17, 0x44, 0x1f, 0xde, 0x23, 0x0b, 0x03, 0x8c, 0x16, 0xab, 0xd8,
  141. 0xf5, 0x39, 0x1a, 0x6a, 0xbc, 0x89, 0x42, 0x2f, 0x58, 0xa2, 0xe7, 0x5a, 0xef, 0xae, 0x56, 0x3e,
  142. 0x67, 0x01, 0x3a, 0xc1, 0x63, 0x18, 0xc6, 0xa1, 0x8f, 0x46, 0xf8, 0x0c, 0x26, 0x0b, 0x16, 0xf1,
  143. 0x34, 0xf2, 0xbe, 0x70, 0x34, 0xc6, 0x73, 0x80, 0x36, 0x27, 0xf5, 0xbd, 0x4d, 0x84, 0x4e, 0xf5,
  144. 0xab, 0x26, 0xcc, 0x10, 0x13, 0x4d, 0x98, 0x44, 0x43, 0x00, 0x46, 0x30, 0x7b, 0x8c, 0x35, 0xcc,
  145. 0x14, 0xcf, 0xe0, 0x34, 0x0e, 0x7d, 0xf3, 0x37, 0xc3, 0x18, 0xe6, 0xfd, 0x03, 0x86, 0x3b, 0xd3,
  146. 0xdb, 0xae, 0x43, 0xef, 0x8a, 0xa3, 0xb9, 0xfb, 0x77, 0x00, 0x17, 0xdf, 0xe5, 0x8e, 0x3c, 0x59,
  147. 0xa5, 0xfb, 0xfa, 0xa8, 0x8f, 0xb5, 0x2e, 0x71, 0x3d, 0xf8, 0xe6, 0x3e, 0x1a, 0x0b, 0x79, 0x9b,
  148. 0x55, 0x05, 0x91, 0xfb, 0xc2, 0x2e, 0x44, 0xd5, 0x56, 0xdc, 0x1d, 0xb3, 0x2e, 0xd5, 0x7f, 0x6e,
  149. 0xfb, 0xa9, 0xfd, 0xfe, 0xb2, 0x86, 0x4b, 0xc6, 0x7e, 0x5b, 0xe7, 0x4b, 0x13, 0xc5, 0x72, 0x45,
  150. 0x0c, 0xd4, 0x68, 0xeb, 0x10, 0x7d, 0x15, 0xf5, 0xa7, 0x9b, 0x27, 0x2c, 0x57, 0x49, 0x3f, 0x4f,
  151. 0xb6, 0x4e, 0xd2, 0xce, 0x1f, 0xac, 0x0b, 0x43, 0x52, 0xca, 0x72, 0x45, 0x69, 0xaf, 0xa0, 0x74,
  152. 0xeb, 0x50, 0xda, 0x6a, 0x6e, 0x46, 0xed, 0x62, 0xef, 0xfe, 0x05, 0x00, 0x00, 0xff, 0xff, 0xe7,
  153. 0xfe, 0x62, 0xd5, 0x73, 0x02, 0x00, 0x00,
  154. }