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.
 
 
 

133 lines
6.3 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v1/enums/search_term_match_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 match types for a keyword triggering an ad, including variants.
  18. type SearchTermMatchTypeEnum_SearchTermMatchType int32
  19. const (
  20. // Not specified.
  21. SearchTermMatchTypeEnum_UNSPECIFIED SearchTermMatchTypeEnum_SearchTermMatchType = 0
  22. // Used for return value only. Represents value unknown in this version.
  23. SearchTermMatchTypeEnum_UNKNOWN SearchTermMatchTypeEnum_SearchTermMatchType = 1
  24. // Broad match.
  25. SearchTermMatchTypeEnum_BROAD SearchTermMatchTypeEnum_SearchTermMatchType = 2
  26. // Exact match.
  27. SearchTermMatchTypeEnum_EXACT SearchTermMatchTypeEnum_SearchTermMatchType = 3
  28. // Phrase match.
  29. SearchTermMatchTypeEnum_PHRASE SearchTermMatchTypeEnum_SearchTermMatchType = 4
  30. // Exact match (close variant).
  31. SearchTermMatchTypeEnum_NEAR_EXACT SearchTermMatchTypeEnum_SearchTermMatchType = 5
  32. // Phrase match (close variant).
  33. SearchTermMatchTypeEnum_NEAR_PHRASE SearchTermMatchTypeEnum_SearchTermMatchType = 6
  34. )
  35. var SearchTermMatchTypeEnum_SearchTermMatchType_name = map[int32]string{
  36. 0: "UNSPECIFIED",
  37. 1: "UNKNOWN",
  38. 2: "BROAD",
  39. 3: "EXACT",
  40. 4: "PHRASE",
  41. 5: "NEAR_EXACT",
  42. 6: "NEAR_PHRASE",
  43. }
  44. var SearchTermMatchTypeEnum_SearchTermMatchType_value = map[string]int32{
  45. "UNSPECIFIED": 0,
  46. "UNKNOWN": 1,
  47. "BROAD": 2,
  48. "EXACT": 3,
  49. "PHRASE": 4,
  50. "NEAR_EXACT": 5,
  51. "NEAR_PHRASE": 6,
  52. }
  53. func (x SearchTermMatchTypeEnum_SearchTermMatchType) String() string {
  54. return proto.EnumName(SearchTermMatchTypeEnum_SearchTermMatchType_name, int32(x))
  55. }
  56. func (SearchTermMatchTypeEnum_SearchTermMatchType) EnumDescriptor() ([]byte, []int) {
  57. return fileDescriptor_search_term_match_type_ebb90fc2b5c0e606, []int{0, 0}
  58. }
  59. // Container for enum describing match types for a keyword triggering an ad.
  60. type SearchTermMatchTypeEnum struct {
  61. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  62. XXX_unrecognized []byte `json:"-"`
  63. XXX_sizecache int32 `json:"-"`
  64. }
  65. func (m *SearchTermMatchTypeEnum) Reset() { *m = SearchTermMatchTypeEnum{} }
  66. func (m *SearchTermMatchTypeEnum) String() string { return proto.CompactTextString(m) }
  67. func (*SearchTermMatchTypeEnum) ProtoMessage() {}
  68. func (*SearchTermMatchTypeEnum) Descriptor() ([]byte, []int) {
  69. return fileDescriptor_search_term_match_type_ebb90fc2b5c0e606, []int{0}
  70. }
  71. func (m *SearchTermMatchTypeEnum) XXX_Unmarshal(b []byte) error {
  72. return xxx_messageInfo_SearchTermMatchTypeEnum.Unmarshal(m, b)
  73. }
  74. func (m *SearchTermMatchTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  75. return xxx_messageInfo_SearchTermMatchTypeEnum.Marshal(b, m, deterministic)
  76. }
  77. func (dst *SearchTermMatchTypeEnum) XXX_Merge(src proto.Message) {
  78. xxx_messageInfo_SearchTermMatchTypeEnum.Merge(dst, src)
  79. }
  80. func (m *SearchTermMatchTypeEnum) XXX_Size() int {
  81. return xxx_messageInfo_SearchTermMatchTypeEnum.Size(m)
  82. }
  83. func (m *SearchTermMatchTypeEnum) XXX_DiscardUnknown() {
  84. xxx_messageInfo_SearchTermMatchTypeEnum.DiscardUnknown(m)
  85. }
  86. var xxx_messageInfo_SearchTermMatchTypeEnum proto.InternalMessageInfo
  87. func init() {
  88. proto.RegisterType((*SearchTermMatchTypeEnum)(nil), "google.ads.googleads.v1.enums.SearchTermMatchTypeEnum")
  89. proto.RegisterEnum("google.ads.googleads.v1.enums.SearchTermMatchTypeEnum_SearchTermMatchType", SearchTermMatchTypeEnum_SearchTermMatchType_name, SearchTermMatchTypeEnum_SearchTermMatchType_value)
  90. }
  91. func init() {
  92. proto.RegisterFile("google/ads/googleads/v1/enums/search_term_match_type.proto", fileDescriptor_search_term_match_type_ebb90fc2b5c0e606)
  93. }
  94. var fileDescriptor_search_term_match_type_ebb90fc2b5c0e606 = []byte{
  95. // 339 bytes of a gzipped FileDescriptorProto
  96. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xdf, 0x4a, 0xf3, 0x30,
  97. 0x18, 0xc6, 0xbf, 0x76, 0xdf, 0x26, 0x66, 0xa0, 0xa5, 0x1e, 0x28, 0xe2, 0x0e, 0xb6, 0x0b, 0x48,
  98. 0x29, 0x9e, 0xc5, 0xa3, 0x74, 0xab, 0x73, 0x88, 0x5d, 0xd9, 0x3f, 0x45, 0x0a, 0x23, 0xae, 0xa1,
  99. 0x0e, 0x96, 0xa4, 0x34, 0xdd, 0x60, 0x97, 0xe1, 0x2d, 0x78, 0xe8, 0xa5, 0x78, 0x29, 0x82, 0xf7,
  100. 0x20, 0x49, 0xb6, 0x1e, 0x4d, 0x4f, 0xca, 0xaf, 0x79, 0xde, 0xe7, 0xe1, 0x7d, 0x1f, 0x80, 0x32,
  101. 0x21, 0xb2, 0x15, 0xf5, 0x48, 0x2a, 0x3d, 0x83, 0x8a, 0x36, 0xbe, 0x47, 0xf9, 0x9a, 0x49, 0x4f,
  102. 0x52, 0x52, 0x2c, 0x5e, 0xe7, 0x25, 0x2d, 0xd8, 0x9c, 0x91, 0x52, 0xe1, 0x36, 0xa7, 0x30, 0x2f,
  103. 0x44, 0x29, 0xdc, 0x96, 0x31, 0x40, 0x92, 0x4a, 0x58, 0x79, 0xe1, 0xc6, 0x87, 0xda, 0x7b, 0x79,
  104. 0xb5, 0x8f, 0xce, 0x97, 0x1e, 0xe1, 0x5c, 0x94, 0xa4, 0x5c, 0x0a, 0x2e, 0x8d, 0xb9, 0xf3, 0x66,
  105. 0x81, 0xf3, 0xb1, 0x4e, 0x9f, 0xd0, 0x82, 0x3d, 0xa8, 0xec, 0xc9, 0x36, 0xa7, 0x21, 0x5f, 0xb3,
  106. 0xce, 0x06, 0x9c, 0x1d, 0x90, 0xdc, 0x53, 0xd0, 0x9c, 0x46, 0xe3, 0x38, 0xec, 0x0e, 0x6e, 0x07,
  107. 0x61, 0xcf, 0xf9, 0xe7, 0x36, 0xc1, 0xd1, 0x34, 0xba, 0x8f, 0x86, 0x8f, 0x91, 0x63, 0xb9, 0xc7,
  108. 0xa0, 0x1e, 0x8c, 0x86, 0xb8, 0xe7, 0xd8, 0x0a, 0xc3, 0x27, 0xdc, 0x9d, 0x38, 0x35, 0x17, 0x80,
  109. 0x46, 0x7c, 0x37, 0xc2, 0xe3, 0xd0, 0xf9, 0xef, 0x9e, 0x00, 0x10, 0x85, 0x78, 0x34, 0x37, 0x5a,
  110. 0x5d, 0xe5, 0xe9, 0xff, 0xdd, 0x40, 0x23, 0xf8, 0xb6, 0x40, 0x7b, 0x21, 0x18, 0xfc, 0xf3, 0xae,
  111. 0xe0, 0xe2, 0xc0, 0x6e, 0xb1, 0xba, 0x29, 0xb6, 0x9e, 0x83, 0x9d, 0x35, 0x13, 0x2b, 0xc2, 0x33,
  112. 0x28, 0x8a, 0xcc, 0xcb, 0x28, 0xd7, 0x17, 0xef, 0xeb, 0xcd, 0x97, 0xf2, 0x97, 0xb6, 0x6f, 0xf4,
  113. 0xf7, 0xdd, 0xae, 0xf5, 0x31, 0xfe, 0xb0, 0x5b, 0x7d, 0x13, 0x85, 0x53, 0x09, 0x0d, 0x2a, 0x9a,
  114. 0xf9, 0x50, 0x55, 0x24, 0x3f, 0xf7, 0x7a, 0x82, 0x53, 0x99, 0x54, 0x7a, 0x32, 0xf3, 0x13, 0xad,
  115. 0x7f, 0xd9, 0x6d, 0xf3, 0x88, 0x10, 0x4e, 0x25, 0x42, 0xd5, 0x04, 0x42, 0x33, 0x1f, 0x21, 0x3d,
  116. 0xf3, 0xd2, 0xd0, 0x8b, 0x5d, 0xff, 0x04, 0x00, 0x00, 0xff, 0xff, 0x9a, 0x3f, 0x40, 0xe6, 0x05,
  117. 0x02, 0x00, 0x00,
  118. }