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.
 
 
 

119 lines
5.9 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v1/enums/frequency_cap_event_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. // The type of event that the cap applies to (e.g. impression).
  18. type FrequencyCapEventTypeEnum_FrequencyCapEventType int32
  19. const (
  20. // Not specified.
  21. FrequencyCapEventTypeEnum_UNSPECIFIED FrequencyCapEventTypeEnum_FrequencyCapEventType = 0
  22. // Used for return value only. Represents value unknown in this version.
  23. FrequencyCapEventTypeEnum_UNKNOWN FrequencyCapEventTypeEnum_FrequencyCapEventType = 1
  24. // The cap applies on ad impressions.
  25. FrequencyCapEventTypeEnum_IMPRESSION FrequencyCapEventTypeEnum_FrequencyCapEventType = 2
  26. // The cap applies on video ad views.
  27. FrequencyCapEventTypeEnum_VIDEO_VIEW FrequencyCapEventTypeEnum_FrequencyCapEventType = 3
  28. )
  29. var FrequencyCapEventTypeEnum_FrequencyCapEventType_name = map[int32]string{
  30. 0: "UNSPECIFIED",
  31. 1: "UNKNOWN",
  32. 2: "IMPRESSION",
  33. 3: "VIDEO_VIEW",
  34. }
  35. var FrequencyCapEventTypeEnum_FrequencyCapEventType_value = map[string]int32{
  36. "UNSPECIFIED": 0,
  37. "UNKNOWN": 1,
  38. "IMPRESSION": 2,
  39. "VIDEO_VIEW": 3,
  40. }
  41. func (x FrequencyCapEventTypeEnum_FrequencyCapEventType) String() string {
  42. return proto.EnumName(FrequencyCapEventTypeEnum_FrequencyCapEventType_name, int32(x))
  43. }
  44. func (FrequencyCapEventTypeEnum_FrequencyCapEventType) EnumDescriptor() ([]byte, []int) {
  45. return fileDescriptor_frequency_cap_event_type_d5459adaf007f3b3, []int{0, 0}
  46. }
  47. // Container for enum describing the type of event that the cap applies to.
  48. type FrequencyCapEventTypeEnum struct {
  49. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  50. XXX_unrecognized []byte `json:"-"`
  51. XXX_sizecache int32 `json:"-"`
  52. }
  53. func (m *FrequencyCapEventTypeEnum) Reset() { *m = FrequencyCapEventTypeEnum{} }
  54. func (m *FrequencyCapEventTypeEnum) String() string { return proto.CompactTextString(m) }
  55. func (*FrequencyCapEventTypeEnum) ProtoMessage() {}
  56. func (*FrequencyCapEventTypeEnum) Descriptor() ([]byte, []int) {
  57. return fileDescriptor_frequency_cap_event_type_d5459adaf007f3b3, []int{0}
  58. }
  59. func (m *FrequencyCapEventTypeEnum) XXX_Unmarshal(b []byte) error {
  60. return xxx_messageInfo_FrequencyCapEventTypeEnum.Unmarshal(m, b)
  61. }
  62. func (m *FrequencyCapEventTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  63. return xxx_messageInfo_FrequencyCapEventTypeEnum.Marshal(b, m, deterministic)
  64. }
  65. func (dst *FrequencyCapEventTypeEnum) XXX_Merge(src proto.Message) {
  66. xxx_messageInfo_FrequencyCapEventTypeEnum.Merge(dst, src)
  67. }
  68. func (m *FrequencyCapEventTypeEnum) XXX_Size() int {
  69. return xxx_messageInfo_FrequencyCapEventTypeEnum.Size(m)
  70. }
  71. func (m *FrequencyCapEventTypeEnum) XXX_DiscardUnknown() {
  72. xxx_messageInfo_FrequencyCapEventTypeEnum.DiscardUnknown(m)
  73. }
  74. var xxx_messageInfo_FrequencyCapEventTypeEnum proto.InternalMessageInfo
  75. func init() {
  76. proto.RegisterType((*FrequencyCapEventTypeEnum)(nil), "google.ads.googleads.v1.enums.FrequencyCapEventTypeEnum")
  77. proto.RegisterEnum("google.ads.googleads.v1.enums.FrequencyCapEventTypeEnum_FrequencyCapEventType", FrequencyCapEventTypeEnum_FrequencyCapEventType_name, FrequencyCapEventTypeEnum_FrequencyCapEventType_value)
  78. }
  79. func init() {
  80. proto.RegisterFile("google/ads/googleads/v1/enums/frequency_cap_event_type.proto", fileDescriptor_frequency_cap_event_type_d5459adaf007f3b3)
  81. }
  82. var fileDescriptor_frequency_cap_event_type_d5459adaf007f3b3 = []byte{
  83. // 320 bytes of a gzipped FileDescriptorProto
  84. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0x41, 0x4b, 0xc3, 0x30,
  85. 0x18, 0x75, 0x1d, 0x28, 0x64, 0xa0, 0xa5, 0xe0, 0xc1, 0xe1, 0x0e, 0xdb, 0x0f, 0x48, 0x29, 0xde,
  86. 0xa2, 0x97, 0x6e, 0xcb, 0x46, 0x11, 0xbb, 0xe2, 0x5c, 0x07, 0x52, 0x28, 0x71, 0x8d, 0x61, 0xb0,
  87. 0x25, 0xb1, 0xe9, 0x06, 0xfb, 0x3b, 0x1e, 0xfd, 0x29, 0xfe, 0x14, 0x2f, 0xfe, 0x05, 0x49, 0x62,
  88. 0x7b, 0x9a, 0x5e, 0xc2, 0x4b, 0xde, 0xf7, 0x5e, 0xde, 0xf7, 0xc0, 0x1d, 0x13, 0x82, 0x6d, 0xa8,
  89. 0x4f, 0x0a, 0xe5, 0x5b, 0xa8, 0xd1, 0x3e, 0xf0, 0x29, 0xdf, 0x6d, 0x95, 0xff, 0x5a, 0xd2, 0xb7,
  90. 0x1d, 0xe5, 0xab, 0x43, 0xbe, 0x22, 0x32, 0xa7, 0x7b, 0xca, 0xab, 0xbc, 0x3a, 0x48, 0x0a, 0x65,
  91. 0x29, 0x2a, 0xe1, 0xf5, 0xac, 0x04, 0x92, 0x42, 0xc1, 0x46, 0x0d, 0xf7, 0x01, 0x34, 0xea, 0xee,
  92. 0x75, 0x6d, 0x2e, 0xd7, 0x3e, 0xe1, 0x5c, 0x54, 0xa4, 0x5a, 0x0b, 0xae, 0xac, 0x78, 0x50, 0x82,
  93. 0xab, 0x49, 0x6d, 0x3f, 0x22, 0x12, 0x6b, 0xf3, 0xa7, 0x83, 0xa4, 0x98, 0xef, 0xb6, 0x83, 0x05,
  94. 0xb8, 0x3c, 0x4a, 0x7a, 0x17, 0xa0, 0xb3, 0x88, 0xe7, 0x09, 0x1e, 0x45, 0x93, 0x08, 0x8f, 0xdd,
  95. 0x13, 0xaf, 0x03, 0xce, 0x16, 0xf1, 0x7d, 0x3c, 0x5b, 0xc6, 0x6e, 0xcb, 0x3b, 0x07, 0x20, 0x7a,
  96. 0x48, 0x1e, 0xf1, 0x7c, 0x1e, 0xcd, 0x62, 0xd7, 0xd1, 0xf7, 0x34, 0x1a, 0xe3, 0x59, 0x9e, 0x46,
  97. 0x78, 0xe9, 0xb6, 0x87, 0xdf, 0x2d, 0xd0, 0x5f, 0x89, 0x2d, 0xfc, 0x37, 0xf7, 0xb0, 0x7b, 0xf4,
  98. 0xeb, 0x44, 0xa7, 0x4e, 0x5a, 0xcf, 0xc3, 0x5f, 0x31, 0x13, 0x1b, 0xc2, 0x19, 0x14, 0x25, 0xf3,
  99. 0x19, 0xe5, 0x66, 0xa7, 0xba, 0x42, 0xb9, 0x56, 0x7f, 0x34, 0x7a, 0x6b, 0xce, 0x77, 0xa7, 0x3d,
  100. 0x0d, 0xc3, 0x0f, 0xa7, 0x37, 0xb5, 0x56, 0x61, 0xa1, 0xa0, 0x85, 0x1a, 0xa5, 0x01, 0xd4, 0x1d,
  101. 0xa8, 0xcf, 0x9a, 0xcf, 0xc2, 0x42, 0x65, 0x0d, 0x9f, 0xa5, 0x41, 0x66, 0xf8, 0x2f, 0xa7, 0x6f,
  102. 0x1f, 0x11, 0x0a, 0x0b, 0x85, 0x50, 0x33, 0x81, 0x50, 0x1a, 0x20, 0x64, 0x66, 0x5e, 0x4e, 0x4d,
  103. 0xb0, 0x9b, 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x76, 0x40, 0x80, 0xe2, 0xe9, 0x01, 0x00, 0x00,
  104. }