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.
 
 
 

124 lines
6.8 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v0/enums/structured_snippet_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 Structured Snippet placeholder fields.
  17. type StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField int32
  18. const (
  19. // Not specified.
  20. StructuredSnippetPlaceholderFieldEnum_UNSPECIFIED StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField = 0
  21. // Used for return value only. Represents value unknown in this version.
  22. StructuredSnippetPlaceholderFieldEnum_UNKNOWN StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField = 1
  23. // Data Type: STRING. The category of snippet of your products/services.
  24. // Must match one of the predefined structured snippets headers exactly.
  25. // See
  26. // https://developers.google.com/adwords/api
  27. // /docs/appendix/structured-snippet-headers
  28. StructuredSnippetPlaceholderFieldEnum_HEADER StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField = 2
  29. // Data Type: STRING_LIST. Text values that describe your products/services.
  30. // All text must be family safe. Special or non-ASCII characters are not
  31. // permitted. A snippet can be at most 25 characters.
  32. StructuredSnippetPlaceholderFieldEnum_SNIPPETS StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField = 3
  33. )
  34. var StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField_name = map[int32]string{
  35. 0: "UNSPECIFIED",
  36. 1: "UNKNOWN",
  37. 2: "HEADER",
  38. 3: "SNIPPETS",
  39. }
  40. var StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField_value = map[string]int32{
  41. "UNSPECIFIED": 0,
  42. "UNKNOWN": 1,
  43. "HEADER": 2,
  44. "SNIPPETS": 3,
  45. }
  46. func (x StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField) String() string {
  47. return proto.EnumName(StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField_name, int32(x))
  48. }
  49. func (StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField) EnumDescriptor() ([]byte, []int) {
  50. return fileDescriptor_structured_snippet_placeholder_field_60af2f9ee8f0500c, []int{0, 0}
  51. }
  52. // Values for Structured Snippet placeholder fields.
  53. type StructuredSnippetPlaceholderFieldEnum struct {
  54. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  55. XXX_unrecognized []byte `json:"-"`
  56. XXX_sizecache int32 `json:"-"`
  57. }
  58. func (m *StructuredSnippetPlaceholderFieldEnum) Reset() { *m = StructuredSnippetPlaceholderFieldEnum{} }
  59. func (m *StructuredSnippetPlaceholderFieldEnum) String() string { return proto.CompactTextString(m) }
  60. func (*StructuredSnippetPlaceholderFieldEnum) ProtoMessage() {}
  61. func (*StructuredSnippetPlaceholderFieldEnum) Descriptor() ([]byte, []int) {
  62. return fileDescriptor_structured_snippet_placeholder_field_60af2f9ee8f0500c, []int{0}
  63. }
  64. func (m *StructuredSnippetPlaceholderFieldEnum) XXX_Unmarshal(b []byte) error {
  65. return xxx_messageInfo_StructuredSnippetPlaceholderFieldEnum.Unmarshal(m, b)
  66. }
  67. func (m *StructuredSnippetPlaceholderFieldEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  68. return xxx_messageInfo_StructuredSnippetPlaceholderFieldEnum.Marshal(b, m, deterministic)
  69. }
  70. func (dst *StructuredSnippetPlaceholderFieldEnum) XXX_Merge(src proto.Message) {
  71. xxx_messageInfo_StructuredSnippetPlaceholderFieldEnum.Merge(dst, src)
  72. }
  73. func (m *StructuredSnippetPlaceholderFieldEnum) XXX_Size() int {
  74. return xxx_messageInfo_StructuredSnippetPlaceholderFieldEnum.Size(m)
  75. }
  76. func (m *StructuredSnippetPlaceholderFieldEnum) XXX_DiscardUnknown() {
  77. xxx_messageInfo_StructuredSnippetPlaceholderFieldEnum.DiscardUnknown(m)
  78. }
  79. var xxx_messageInfo_StructuredSnippetPlaceholderFieldEnum proto.InternalMessageInfo
  80. func init() {
  81. proto.RegisterType((*StructuredSnippetPlaceholderFieldEnum)(nil), "google.ads.googleads.v0.enums.StructuredSnippetPlaceholderFieldEnum")
  82. proto.RegisterEnum("google.ads.googleads.v0.enums.StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField", StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField_name, StructuredSnippetPlaceholderFieldEnum_StructuredSnippetPlaceholderField_value)
  83. }
  84. func init() {
  85. proto.RegisterFile("google/ads/googleads/v0/enums/structured_snippet_placeholder_field.proto", fileDescriptor_structured_snippet_placeholder_field_60af2f9ee8f0500c)
  86. }
  87. var fileDescriptor_structured_snippet_placeholder_field_60af2f9ee8f0500c = []byte{
  88. // 311 bytes of a gzipped FileDescriptorProto
  89. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x90, 0xdf, 0x4a, 0xf3, 0x30,
  90. 0x00, 0xc5, 0xbf, 0x76, 0xb0, 0x4f, 0x32, 0xc1, 0xd2, 0xfb, 0x5d, 0x6c, 0xa0, 0x97, 0x69, 0xc1,
  91. 0xbb, 0x78, 0x95, 0xb9, 0xec, 0x0f, 0x42, 0x0d, 0xd6, 0x4d, 0xd0, 0x42, 0xa9, 0x4d, 0x8c, 0x85,
  92. 0xb6, 0x29, 0x4d, 0xbb, 0x27, 0xf0, 0x49, 0xbc, 0xf4, 0x51, 0x7c, 0x14, 0x5f, 0xc1, 0x1b, 0x69,
  93. 0xe2, 0xea, 0x95, 0xee, 0x26, 0x1c, 0x72, 0x4e, 0x7e, 0x9c, 0x1c, 0xb0, 0x12, 0x52, 0x8a, 0x9c,
  94. 0x7b, 0x09, 0x53, 0x9e, 0x91, 0x9d, 0xda, 0xf9, 0x1e, 0x2f, 0xdb, 0x42, 0x79, 0xaa, 0xa9, 0xdb,
  95. 0xb4, 0x69, 0x6b, 0xce, 0x62, 0x55, 0x66, 0x55, 0xc5, 0x9b, 0xb8, 0xca, 0x93, 0x94, 0x3f, 0xcb,
  96. 0x9c, 0xf1, 0x3a, 0x7e, 0xca, 0x78, 0xce, 0x60, 0x55, 0xcb, 0x46, 0xba, 0x63, 0xf3, 0x1c, 0x26,
  97. 0x4c, 0xc1, 0x9e, 0x04, 0x77, 0x3e, 0xd4, 0xa4, 0xe9, 0x8b, 0x05, 0x4e, 0xc3, 0x9e, 0x16, 0x1a,
  98. 0x18, 0xfd, 0x61, 0x2d, 0x3a, 0x14, 0x29, 0xdb, 0x62, 0xfa, 0x00, 0x26, 0x07, 0x83, 0xee, 0x09,
  99. 0x18, 0x6d, 0x82, 0x90, 0x92, 0xcb, 0xf5, 0x62, 0x4d, 0xe6, 0xce, 0x3f, 0x77, 0x04, 0xfe, 0x6f,
  100. 0x82, 0xab, 0xe0, 0xfa, 0x2e, 0x70, 0x2c, 0x17, 0x80, 0xe1, 0x8a, 0xe0, 0x39, 0xb9, 0x71, 0x6c,
  101. 0xf7, 0x18, 0x1c, 0x85, 0xc1, 0x9a, 0x52, 0x72, 0x1b, 0x3a, 0x83, 0xd9, 0xa7, 0x05, 0x26, 0xa9,
  102. 0x2c, 0xe0, 0x9f, 0x65, 0x67, 0x67, 0x07, 0x0b, 0xd0, 0xee, 0xcf, 0xd4, 0xba, 0x9f, 0x7d, 0x83,
  103. 0x84, 0xcc, 0x93, 0x52, 0x40, 0x59, 0x0b, 0x4f, 0xf0, 0x52, 0x2f, 0xb2, 0xdf, 0xb3, 0xca, 0xd4,
  104. 0x2f, 0xf3, 0x5e, 0xe8, 0xf3, 0xd5, 0x1e, 0x2c, 0x31, 0x7e, 0xb3, 0xc7, 0x4b, 0x83, 0xc2, 0x4c,
  105. 0x41, 0x23, 0x3b, 0xb5, 0xf5, 0x61, 0xb7, 0x8a, 0x7a, 0xdf, 0xfb, 0x11, 0x66, 0x2a, 0xea, 0xfd,
  106. 0x68, 0xeb, 0x47, 0xda, 0xff, 0xb0, 0x27, 0xe6, 0x12, 0x21, 0xcc, 0x14, 0x42, 0x7d, 0x02, 0xa1,
  107. 0xad, 0x8f, 0x90, 0xce, 0x3c, 0x0e, 0x75, 0xb1, 0xf3, 0xaf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x53,
  108. 0xb8, 0x56, 0xc3, 0xf6, 0x01, 0x00, 0x00,
  109. }