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.
 
 
 

126 lines
6.6 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v0/enums/ad_customizer_placeholder_field.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 Ad Customizers placeholder fields.
  17. type AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField int32
  18. const (
  19. // Not specified.
  20. AdCustomizerPlaceholderFieldEnum_UNSPECIFIED AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField = 0
  21. // Used for return value only. Represents value unknown in this version.
  22. AdCustomizerPlaceholderFieldEnum_UNKNOWN AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField = 1
  23. // Data Type: INT64. Integer value to be inserted.
  24. AdCustomizerPlaceholderFieldEnum_INTEGER AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField = 2
  25. // Data Type: STRING. Price value to be inserted.
  26. AdCustomizerPlaceholderFieldEnum_PRICE AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField = 3
  27. // Data Type: DATE_TIME. Date value to be inserted.
  28. AdCustomizerPlaceholderFieldEnum_DATE AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField = 4
  29. // Data Type: STRING. String value to be inserted.
  30. AdCustomizerPlaceholderFieldEnum_STRING AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField = 5
  31. )
  32. var AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField_name = map[int32]string{
  33. 0: "UNSPECIFIED",
  34. 1: "UNKNOWN",
  35. 2: "INTEGER",
  36. 3: "PRICE",
  37. 4: "DATE",
  38. 5: "STRING",
  39. }
  40. var AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField_value = map[string]int32{
  41. "UNSPECIFIED": 0,
  42. "UNKNOWN": 1,
  43. "INTEGER": 2,
  44. "PRICE": 3,
  45. "DATE": 4,
  46. "STRING": 5,
  47. }
  48. func (x AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField) String() string {
  49. return proto.EnumName(AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField_name, int32(x))
  50. }
  51. func (AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField) EnumDescriptor() ([]byte, []int) {
  52. return fileDescriptor_ad_customizer_placeholder_field_c38d141e237af402, []int{0, 0}
  53. }
  54. // Values for Ad Customizer placeholder fields.
  55. type AdCustomizerPlaceholderFieldEnum struct {
  56. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  57. XXX_unrecognized []byte `json:"-"`
  58. XXX_sizecache int32 `json:"-"`
  59. }
  60. func (m *AdCustomizerPlaceholderFieldEnum) Reset() { *m = AdCustomizerPlaceholderFieldEnum{} }
  61. func (m *AdCustomizerPlaceholderFieldEnum) String() string { return proto.CompactTextString(m) }
  62. func (*AdCustomizerPlaceholderFieldEnum) ProtoMessage() {}
  63. func (*AdCustomizerPlaceholderFieldEnum) Descriptor() ([]byte, []int) {
  64. return fileDescriptor_ad_customizer_placeholder_field_c38d141e237af402, []int{0}
  65. }
  66. func (m *AdCustomizerPlaceholderFieldEnum) XXX_Unmarshal(b []byte) error {
  67. return xxx_messageInfo_AdCustomizerPlaceholderFieldEnum.Unmarshal(m, b)
  68. }
  69. func (m *AdCustomizerPlaceholderFieldEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  70. return xxx_messageInfo_AdCustomizerPlaceholderFieldEnum.Marshal(b, m, deterministic)
  71. }
  72. func (dst *AdCustomizerPlaceholderFieldEnum) XXX_Merge(src proto.Message) {
  73. xxx_messageInfo_AdCustomizerPlaceholderFieldEnum.Merge(dst, src)
  74. }
  75. func (m *AdCustomizerPlaceholderFieldEnum) XXX_Size() int {
  76. return xxx_messageInfo_AdCustomizerPlaceholderFieldEnum.Size(m)
  77. }
  78. func (m *AdCustomizerPlaceholderFieldEnum) XXX_DiscardUnknown() {
  79. xxx_messageInfo_AdCustomizerPlaceholderFieldEnum.DiscardUnknown(m)
  80. }
  81. var xxx_messageInfo_AdCustomizerPlaceholderFieldEnum proto.InternalMessageInfo
  82. func init() {
  83. proto.RegisterType((*AdCustomizerPlaceholderFieldEnum)(nil), "google.ads.googleads.v0.enums.AdCustomizerPlaceholderFieldEnum")
  84. proto.RegisterEnum("google.ads.googleads.v0.enums.AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField", AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField_name, AdCustomizerPlaceholderFieldEnum_AdCustomizerPlaceholderField_value)
  85. }
  86. func init() {
  87. proto.RegisterFile("google/ads/googleads/v0/enums/ad_customizer_placeholder_field.proto", fileDescriptor_ad_customizer_placeholder_field_c38d141e237af402)
  88. }
  89. var fileDescriptor_ad_customizer_placeholder_field_c38d141e237af402 = []byte{
  90. // 320 bytes of a gzipped FileDescriptorProto
  91. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0x3d, 0x4e, 0xc3, 0x30,
  92. 0x00, 0x85, 0x49, 0xfa, 0x03, 0xb8, 0x03, 0x51, 0x66, 0x2a, 0xd1, 0x1e, 0xc0, 0x89, 0xc4, 0x66,
  93. 0x26, 0x37, 0x75, 0xa3, 0x08, 0xc9, 0x44, 0xfd, 0x43, 0x42, 0x91, 0xaa, 0x50, 0x1b, 0x53, 0x94,
  94. 0xc4, 0x55, 0xdc, 0x76, 0xe0, 0x10, 0x1c, 0x82, 0x91, 0xa3, 0x70, 0x14, 0x0e, 0xc0, 0x8c, 0xec,
  95. 0xd0, 0x30, 0x91, 0x25, 0x7a, 0xf1, 0x7b, 0xfe, 0xf4, 0xfc, 0x40, 0x20, 0xa4, 0x14, 0x19, 0xf7,
  96. 0x52, 0xa6, 0xbc, 0x4a, 0x6a, 0x75, 0xf0, 0x3d, 0x5e, 0xec, 0x73, 0xe5, 0xa5, 0x6c, 0xb5, 0xde,
  97. 0xab, 0x9d, 0xcc, 0x37, 0xaf, 0xbc, 0x5c, 0x6d, 0xb3, 0x74, 0xcd, 0x9f, 0x65, 0xc6, 0x78, 0xb9,
  98. 0x7a, 0xda, 0xf0, 0x8c, 0xc1, 0x6d, 0x29, 0x77, 0xd2, 0xed, 0x57, 0x37, 0x61, 0xca, 0x14, 0xac,
  99. 0x21, 0xf0, 0xe0, 0x43, 0x03, 0x19, 0xbe, 0x59, 0xe0, 0x0a, 0xb3, 0xa0, 0xe6, 0xc4, 0x7f, 0x98,
  100. 0x89, 0xa6, 0x90, 0x62, 0x9f, 0x0f, 0x5f, 0xc0, 0x65, 0x53, 0xc6, 0xbd, 0x00, 0xbd, 0x05, 0x9d,
  101. 0xc5, 0x24, 0x88, 0x26, 0x11, 0x19, 0x3b, 0x27, 0x6e, 0x0f, 0x9c, 0x2e, 0xe8, 0x2d, 0xbd, 0xbb,
  102. 0xa7, 0x8e, 0xa5, 0x7f, 0x22, 0x3a, 0x27, 0x21, 0x99, 0x3a, 0xb6, 0x7b, 0x0e, 0x3a, 0xf1, 0x34,
  103. 0x0a, 0x88, 0xd3, 0x72, 0xcf, 0x40, 0x7b, 0x8c, 0xe7, 0xc4, 0x69, 0xbb, 0x00, 0x74, 0x67, 0xf3,
  104. 0x69, 0x44, 0x43, 0xa7, 0x33, 0xfa, 0xb6, 0xc0, 0x60, 0x2d, 0x73, 0xd8, 0x58, 0x7b, 0x34, 0x68,
  105. 0xea, 0x13, 0xeb, 0x87, 0xc7, 0xd6, 0xc3, 0xe8, 0x97, 0x21, 0x64, 0x96, 0x16, 0x02, 0xca, 0x52,
  106. 0x78, 0x82, 0x17, 0x66, 0x96, 0xe3, 0x9e, 0xdb, 0x8d, 0xfa, 0x67, 0xde, 0x1b, 0xf3, 0x7d, 0xb7,
  107. 0x5b, 0x21, 0xc6, 0x1f, 0x76, 0x3f, 0xac, 0x50, 0x98, 0x29, 0x58, 0x49, 0xad, 0x96, 0x3e, 0xd4,
  108. 0xfb, 0xa8, 0xcf, 0xa3, 0x9f, 0x60, 0xa6, 0x92, 0xda, 0x4f, 0x96, 0x7e, 0x62, 0xfc, 0x2f, 0x7b,
  109. 0x50, 0x1d, 0x22, 0x84, 0x99, 0x42, 0xa8, 0x4e, 0x20, 0xb4, 0xf4, 0x11, 0x32, 0x99, 0xc7, 0xae,
  110. 0x29, 0x76, 0xfd, 0x13, 0x00, 0x00, 0xff, 0xff, 0xd9, 0x9f, 0xac, 0x4d, 0xf6, 0x01, 0x00, 0x00,
  111. }