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.
 
 
 

120 lines
6.3 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v1/enums/matching_function_context_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 context types for an operand in a matching function.
  18. type MatchingFunctionContextTypeEnum_MatchingFunctionContextType int32
  19. const (
  20. // Not specified.
  21. MatchingFunctionContextTypeEnum_UNSPECIFIED MatchingFunctionContextTypeEnum_MatchingFunctionContextType = 0
  22. // Used for return value only. Represents value unknown in this version.
  23. MatchingFunctionContextTypeEnum_UNKNOWN MatchingFunctionContextTypeEnum_MatchingFunctionContextType = 1
  24. // Feed item id in the request context.
  25. MatchingFunctionContextTypeEnum_FEED_ITEM_ID MatchingFunctionContextTypeEnum_MatchingFunctionContextType = 2
  26. // The device being used (possible values are 'Desktop' or 'Mobile').
  27. MatchingFunctionContextTypeEnum_DEVICE_NAME MatchingFunctionContextTypeEnum_MatchingFunctionContextType = 3
  28. )
  29. var MatchingFunctionContextTypeEnum_MatchingFunctionContextType_name = map[int32]string{
  30. 0: "UNSPECIFIED",
  31. 1: "UNKNOWN",
  32. 2: "FEED_ITEM_ID",
  33. 3: "DEVICE_NAME",
  34. }
  35. var MatchingFunctionContextTypeEnum_MatchingFunctionContextType_value = map[string]int32{
  36. "UNSPECIFIED": 0,
  37. "UNKNOWN": 1,
  38. "FEED_ITEM_ID": 2,
  39. "DEVICE_NAME": 3,
  40. }
  41. func (x MatchingFunctionContextTypeEnum_MatchingFunctionContextType) String() string {
  42. return proto.EnumName(MatchingFunctionContextTypeEnum_MatchingFunctionContextType_name, int32(x))
  43. }
  44. func (MatchingFunctionContextTypeEnum_MatchingFunctionContextType) EnumDescriptor() ([]byte, []int) {
  45. return fileDescriptor_matching_function_context_type_0ff7e9b35f1bb12c, []int{0, 0}
  46. }
  47. // Container for context types for an operand in a matching function.
  48. type MatchingFunctionContextTypeEnum struct {
  49. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  50. XXX_unrecognized []byte `json:"-"`
  51. XXX_sizecache int32 `json:"-"`
  52. }
  53. func (m *MatchingFunctionContextTypeEnum) Reset() { *m = MatchingFunctionContextTypeEnum{} }
  54. func (m *MatchingFunctionContextTypeEnum) String() string { return proto.CompactTextString(m) }
  55. func (*MatchingFunctionContextTypeEnum) ProtoMessage() {}
  56. func (*MatchingFunctionContextTypeEnum) Descriptor() ([]byte, []int) {
  57. return fileDescriptor_matching_function_context_type_0ff7e9b35f1bb12c, []int{0}
  58. }
  59. func (m *MatchingFunctionContextTypeEnum) XXX_Unmarshal(b []byte) error {
  60. return xxx_messageInfo_MatchingFunctionContextTypeEnum.Unmarshal(m, b)
  61. }
  62. func (m *MatchingFunctionContextTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  63. return xxx_messageInfo_MatchingFunctionContextTypeEnum.Marshal(b, m, deterministic)
  64. }
  65. func (dst *MatchingFunctionContextTypeEnum) XXX_Merge(src proto.Message) {
  66. xxx_messageInfo_MatchingFunctionContextTypeEnum.Merge(dst, src)
  67. }
  68. func (m *MatchingFunctionContextTypeEnum) XXX_Size() int {
  69. return xxx_messageInfo_MatchingFunctionContextTypeEnum.Size(m)
  70. }
  71. func (m *MatchingFunctionContextTypeEnum) XXX_DiscardUnknown() {
  72. xxx_messageInfo_MatchingFunctionContextTypeEnum.DiscardUnknown(m)
  73. }
  74. var xxx_messageInfo_MatchingFunctionContextTypeEnum proto.InternalMessageInfo
  75. func init() {
  76. proto.RegisterType((*MatchingFunctionContextTypeEnum)(nil), "google.ads.googleads.v1.enums.MatchingFunctionContextTypeEnum")
  77. proto.RegisterEnum("google.ads.googleads.v1.enums.MatchingFunctionContextTypeEnum_MatchingFunctionContextType", MatchingFunctionContextTypeEnum_MatchingFunctionContextType_name, MatchingFunctionContextTypeEnum_MatchingFunctionContextType_value)
  78. }
  79. func init() {
  80. proto.RegisterFile("google/ads/googleads/v1/enums/matching_function_context_type.proto", fileDescriptor_matching_function_context_type_0ff7e9b35f1bb12c)
  81. }
  82. var fileDescriptor_matching_function_context_type_0ff7e9b35f1bb12c = []byte{
  83. // 326 bytes of a gzipped FileDescriptorProto
  84. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0x41, 0x4b, 0xc3, 0x30,
  85. 0x18, 0xb5, 0x1d, 0x28, 0x64, 0x82, 0xa5, 0x47, 0x75, 0xe8, 0xf6, 0x03, 0x52, 0x8a, 0xb7, 0x78,
  86. 0xea, 0xd6, 0x6c, 0x14, 0x59, 0x1d, 0xb8, 0x55, 0x90, 0x62, 0xa9, 0x6d, 0x8c, 0x85, 0x35, 0x29,
  87. 0x4b, 0x36, 0xdc, 0xd1, 0xbf, 0xe2, 0xd1, 0x9f, 0xe2, 0x4f, 0xf1, 0xee, 0x5d, 0x92, 0x6c, 0xbb,
  88. 0xd9, 0x4b, 0x78, 0xe4, 0x7b, 0xdf, 0x7b, 0xdf, 0x7b, 0x60, 0x48, 0x39, 0xa7, 0x4b, 0xe2, 0xe5,
  89. 0xa5, 0xf0, 0x0c, 0x54, 0x68, 0xe3, 0x7b, 0x84, 0xad, 0x6b, 0xe1, 0xd5, 0xb9, 0x2c, 0xde, 0x2a,
  90. 0x46, 0xb3, 0xd7, 0x35, 0x2b, 0x64, 0xc5, 0x59, 0x56, 0x70, 0x26, 0xc9, 0xbb, 0xcc, 0xe4, 0xb6,
  91. 0x21, 0xb0, 0x59, 0x71, 0xc9, 0xdd, 0x9e, 0x59, 0x84, 0x79, 0x29, 0xe0, 0x41, 0x03, 0x6e, 0x7c,
  92. 0xa8, 0x35, 0xce, 0x2f, 0xf7, 0x16, 0x4d, 0xe5, 0xe5, 0x8c, 0x71, 0x99, 0x2b, 0x21, 0x61, 0x96,
  93. 0x07, 0x1f, 0x16, 0xb8, 0x9a, 0xee, 0x5c, 0xc6, 0x3b, 0x93, 0x91, 0xf1, 0x98, 0x6f, 0x1b, 0x82,
  94. 0xd9, 0xba, 0x1e, 0x3c, 0x83, 0x8b, 0x16, 0x8a, 0x7b, 0x06, 0xba, 0x8b, 0xf8, 0x61, 0x86, 0x47,
  95. 0xd1, 0x38, 0xc2, 0xa1, 0x73, 0xe4, 0x76, 0xc1, 0xc9, 0x22, 0xbe, 0x8b, 0xef, 0x1f, 0x63, 0xc7,
  96. 0x72, 0x1d, 0x70, 0x3a, 0xc6, 0x38, 0xcc, 0xa2, 0x39, 0x9e, 0x66, 0x51, 0xe8, 0xd8, 0x8a, 0x1f,
  97. 0xe2, 0x24, 0x1a, 0xe1, 0x2c, 0x0e, 0xa6, 0xd8, 0xe9, 0x0c, 0x7f, 0x2d, 0xd0, 0x2f, 0x78, 0x0d,
  98. 0x5b, 0x73, 0x0c, 0xaf, 0x5b, 0x6e, 0x98, 0xa9, 0x2c, 0x33, 0xeb, 0x69, 0x57, 0x27, 0xa4, 0x7c,
  99. 0x99, 0x33, 0x0a, 0xf9, 0x8a, 0x7a, 0x94, 0x30, 0x9d, 0x74, 0x5f, 0x6f, 0x53, 0x89, 0x7f, 0xda,
  100. 0xbe, 0xd5, 0xef, 0xa7, 0xdd, 0x99, 0x04, 0xc1, 0x97, 0xdd, 0x9b, 0x18, 0xa9, 0xa0, 0x14, 0xd0,
  101. 0x40, 0x85, 0x12, 0x1f, 0xaa, 0x4a, 0xc4, 0xf7, 0x7e, 0x9e, 0x06, 0xa5, 0x48, 0x0f, 0xf3, 0x34,
  102. 0xf1, 0x53, 0x3d, 0xff, 0xb1, 0xfb, 0xe6, 0x13, 0xa1, 0xa0, 0x14, 0x08, 0x1d, 0x18, 0x08, 0x25,
  103. 0x3e, 0x42, 0x9a, 0xf3, 0x72, 0xac, 0x0f, 0xbb, 0xf9, 0x0b, 0x00, 0x00, 0xff, 0xff, 0xea, 0x26,
  104. 0xb5, 0xd3, 0x05, 0x02, 0x00, 0x00,
  105. }