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.
 
 
 

167 lines
7.4 KiB

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