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.
 
 
 

181 lines
8.5 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v1/enums/content_label_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. // Enum listing the content label types supported by ContentLabel criterion.
  18. type ContentLabelTypeEnum_ContentLabelType int32
  19. const (
  20. // Not specified.
  21. ContentLabelTypeEnum_UNSPECIFIED ContentLabelTypeEnum_ContentLabelType = 0
  22. // Used for return value only. Represents value unknown in this version.
  23. ContentLabelTypeEnum_UNKNOWN ContentLabelTypeEnum_ContentLabelType = 1
  24. // Sexually suggestive content.
  25. ContentLabelTypeEnum_SEXUALLY_SUGGESTIVE ContentLabelTypeEnum_ContentLabelType = 2
  26. // Below the fold placement.
  27. ContentLabelTypeEnum_BELOW_THE_FOLD ContentLabelTypeEnum_ContentLabelType = 3
  28. // Parked domain.
  29. ContentLabelTypeEnum_PARKED_DOMAIN ContentLabelTypeEnum_ContentLabelType = 4
  30. // Game.
  31. ContentLabelTypeEnum_GAME ContentLabelTypeEnum_ContentLabelType = 5
  32. // Juvenile, gross & bizarre content.
  33. ContentLabelTypeEnum_JUVENILE ContentLabelTypeEnum_ContentLabelType = 6
  34. // Profanity & rough language.
  35. ContentLabelTypeEnum_PROFANITY ContentLabelTypeEnum_ContentLabelType = 7
  36. // Death & tragedy.
  37. ContentLabelTypeEnum_TRAGEDY ContentLabelTypeEnum_ContentLabelType = 8
  38. // Video.
  39. ContentLabelTypeEnum_VIDEO ContentLabelTypeEnum_ContentLabelType = 9
  40. // Content rating: G.
  41. ContentLabelTypeEnum_VIDEO_RATING_DV_G ContentLabelTypeEnum_ContentLabelType = 10
  42. // Content rating: PG.
  43. ContentLabelTypeEnum_VIDEO_RATING_DV_PG ContentLabelTypeEnum_ContentLabelType = 11
  44. // Content rating: T.
  45. ContentLabelTypeEnum_VIDEO_RATING_DV_T ContentLabelTypeEnum_ContentLabelType = 12
  46. // Content rating: MA.
  47. ContentLabelTypeEnum_VIDEO_RATING_DV_MA ContentLabelTypeEnum_ContentLabelType = 13
  48. // Content rating: not yet rated.
  49. ContentLabelTypeEnum_VIDEO_NOT_YET_RATED ContentLabelTypeEnum_ContentLabelType = 14
  50. // Embedded video.
  51. ContentLabelTypeEnum_EMBEDDED_VIDEO ContentLabelTypeEnum_ContentLabelType = 15
  52. // Live streaming video.
  53. ContentLabelTypeEnum_LIVE_STREAMING_VIDEO ContentLabelTypeEnum_ContentLabelType = 16
  54. )
  55. var ContentLabelTypeEnum_ContentLabelType_name = map[int32]string{
  56. 0: "UNSPECIFIED",
  57. 1: "UNKNOWN",
  58. 2: "SEXUALLY_SUGGESTIVE",
  59. 3: "BELOW_THE_FOLD",
  60. 4: "PARKED_DOMAIN",
  61. 5: "GAME",
  62. 6: "JUVENILE",
  63. 7: "PROFANITY",
  64. 8: "TRAGEDY",
  65. 9: "VIDEO",
  66. 10: "VIDEO_RATING_DV_G",
  67. 11: "VIDEO_RATING_DV_PG",
  68. 12: "VIDEO_RATING_DV_T",
  69. 13: "VIDEO_RATING_DV_MA",
  70. 14: "VIDEO_NOT_YET_RATED",
  71. 15: "EMBEDDED_VIDEO",
  72. 16: "LIVE_STREAMING_VIDEO",
  73. }
  74. var ContentLabelTypeEnum_ContentLabelType_value = map[string]int32{
  75. "UNSPECIFIED": 0,
  76. "UNKNOWN": 1,
  77. "SEXUALLY_SUGGESTIVE": 2,
  78. "BELOW_THE_FOLD": 3,
  79. "PARKED_DOMAIN": 4,
  80. "GAME": 5,
  81. "JUVENILE": 6,
  82. "PROFANITY": 7,
  83. "TRAGEDY": 8,
  84. "VIDEO": 9,
  85. "VIDEO_RATING_DV_G": 10,
  86. "VIDEO_RATING_DV_PG": 11,
  87. "VIDEO_RATING_DV_T": 12,
  88. "VIDEO_RATING_DV_MA": 13,
  89. "VIDEO_NOT_YET_RATED": 14,
  90. "EMBEDDED_VIDEO": 15,
  91. "LIVE_STREAMING_VIDEO": 16,
  92. }
  93. func (x ContentLabelTypeEnum_ContentLabelType) String() string {
  94. return proto.EnumName(ContentLabelTypeEnum_ContentLabelType_name, int32(x))
  95. }
  96. func (ContentLabelTypeEnum_ContentLabelType) EnumDescriptor() ([]byte, []int) {
  97. return fileDescriptor_content_label_type_414ebe724736d3a1, []int{0, 0}
  98. }
  99. // Container for enum describing content label types in ContentLabel.
  100. type ContentLabelTypeEnum struct {
  101. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  102. XXX_unrecognized []byte `json:"-"`
  103. XXX_sizecache int32 `json:"-"`
  104. }
  105. func (m *ContentLabelTypeEnum) Reset() { *m = ContentLabelTypeEnum{} }
  106. func (m *ContentLabelTypeEnum) String() string { return proto.CompactTextString(m) }
  107. func (*ContentLabelTypeEnum) ProtoMessage() {}
  108. func (*ContentLabelTypeEnum) Descriptor() ([]byte, []int) {
  109. return fileDescriptor_content_label_type_414ebe724736d3a1, []int{0}
  110. }
  111. func (m *ContentLabelTypeEnum) XXX_Unmarshal(b []byte) error {
  112. return xxx_messageInfo_ContentLabelTypeEnum.Unmarshal(m, b)
  113. }
  114. func (m *ContentLabelTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  115. return xxx_messageInfo_ContentLabelTypeEnum.Marshal(b, m, deterministic)
  116. }
  117. func (dst *ContentLabelTypeEnum) XXX_Merge(src proto.Message) {
  118. xxx_messageInfo_ContentLabelTypeEnum.Merge(dst, src)
  119. }
  120. func (m *ContentLabelTypeEnum) XXX_Size() int {
  121. return xxx_messageInfo_ContentLabelTypeEnum.Size(m)
  122. }
  123. func (m *ContentLabelTypeEnum) XXX_DiscardUnknown() {
  124. xxx_messageInfo_ContentLabelTypeEnum.DiscardUnknown(m)
  125. }
  126. var xxx_messageInfo_ContentLabelTypeEnum proto.InternalMessageInfo
  127. func init() {
  128. proto.RegisterType((*ContentLabelTypeEnum)(nil), "google.ads.googleads.v1.enums.ContentLabelTypeEnum")
  129. proto.RegisterEnum("google.ads.googleads.v1.enums.ContentLabelTypeEnum_ContentLabelType", ContentLabelTypeEnum_ContentLabelType_name, ContentLabelTypeEnum_ContentLabelType_value)
  130. }
  131. func init() {
  132. proto.RegisterFile("google/ads/googleads/v1/enums/content_label_type.proto", fileDescriptor_content_label_type_414ebe724736d3a1)
  133. }
  134. var fileDescriptor_content_label_type_414ebe724736d3a1 = []byte{
  135. // 475 bytes of a gzipped FileDescriptorProto
  136. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x52, 0xdd, 0x6e, 0x9b, 0x3c,
  137. 0x18, 0xfe, 0x42, 0xff, 0x12, 0xa7, 0x69, 0x5d, 0x7f, 0xed, 0x36, 0x4d, 0xeb, 0x41, 0x7b, 0x01,
  138. 0xa0, 0x68, 0xd2, 0x0e, 0xd8, 0x91, 0x53, 0xbf, 0x61, 0xac, 0x04, 0x50, 0x30, 0x74, 0x99, 0x22,
  139. 0x59, 0xb4, 0x20, 0x14, 0x29, 0xc1, 0xa8, 0xd0, 0x4a, 0xbd, 0x9d, 0x1d, 0xee, 0x52, 0x76, 0xbc,
  140. 0xab, 0xa8, 0xb4, 0x7b, 0x98, 0x8c, 0x97, 0x1c, 0x44, 0xdd, 0x4e, 0xd0, 0xa3, 0xf7, 0xf9, 0xc1,
  141. 0xf6, 0xf3, 0xa2, 0x0f, 0x85, 0x94, 0xc5, 0x32, 0xb7, 0xd2, 0xac, 0xb6, 0x34, 0x54, 0xe8, 0x71,
  142. 0x68, 0xe5, 0xe5, 0xc3, 0xaa, 0xb6, 0xee, 0x64, 0xd9, 0xe4, 0x65, 0x23, 0x96, 0xe9, 0x6d, 0xbe,
  143. 0x14, 0xcd, 0x53, 0x95, 0x9b, 0xd5, 0xbd, 0x6c, 0x24, 0x39, 0xd7, 0x62, 0x33, 0xcd, 0x6a, 0x73,
  144. 0xe3, 0x33, 0x1f, 0x87, 0x66, 0xeb, 0x7b, 0xfb, 0x6e, 0x1d, 0x5b, 0x2d, 0xac, 0xb4, 0x2c, 0x65,
  145. 0x93, 0x36, 0x0b, 0x59, 0xd6, 0xda, 0x7c, 0xf9, 0xcb, 0x40, 0xa7, 0x57, 0x3a, 0xd9, 0x53, 0xc1,
  146. 0xfc, 0xa9, 0xca, 0xa1, 0x7c, 0x58, 0x5d, 0xfe, 0x34, 0x10, 0xde, 0x26, 0xc8, 0x31, 0xea, 0xc7,
  147. 0x7e, 0x14, 0xc2, 0x95, 0x3b, 0x76, 0x81, 0xe1, 0xff, 0x48, 0x1f, 0x1d, 0xc4, 0xfe, 0xb5, 0x1f,
  148. 0xdc, 0xf8, 0xb8, 0x43, 0x5e, 0xa3, 0xff, 0x23, 0xf8, 0x12, 0x53, 0xcf, 0x9b, 0x89, 0x28, 0x76,
  149. 0x1c, 0x88, 0xb8, 0x9b, 0x00, 0x36, 0x08, 0x41, 0x47, 0x23, 0xf0, 0x82, 0x1b, 0xc1, 0x3f, 0x81,
  150. 0x18, 0x07, 0x1e, 0xc3, 0x3b, 0xe4, 0x04, 0x0d, 0x42, 0x3a, 0xbd, 0x06, 0x26, 0x58, 0x30, 0xa1,
  151. 0xae, 0x8f, 0x77, 0x49, 0x17, 0xed, 0x3a, 0x74, 0x02, 0x78, 0x8f, 0x1c, 0xa2, 0xee, 0xe7, 0x38,
  152. 0x01, 0xdf, 0xf5, 0x00, 0xef, 0x93, 0x01, 0xea, 0x85, 0xd3, 0x60, 0x4c, 0x7d, 0x97, 0xcf, 0xf0,
  153. 0x81, 0xfa, 0x27, 0x9f, 0x52, 0x07, 0xd8, 0x0c, 0x77, 0x49, 0x0f, 0xed, 0x25, 0x2e, 0x83, 0x00,
  154. 0xf7, 0xc8, 0x19, 0x3a, 0x69, 0xa1, 0x98, 0x52, 0xee, 0xfa, 0x8e, 0x60, 0x89, 0x70, 0x30, 0x22,
  155. 0xaf, 0x10, 0xd9, 0x1e, 0x87, 0x0e, 0xee, 0xbf, 0x24, 0xe7, 0xf8, 0xf0, 0x25, 0xf9, 0x84, 0xe2,
  156. 0x81, 0xba, 0x9c, 0x9e, 0xfb, 0x01, 0x17, 0x33, 0xe0, 0x8a, 0x07, 0x86, 0x8f, 0xd4, 0xe5, 0x60,
  157. 0x32, 0x02, 0xc6, 0x80, 0x09, 0x7d, 0x94, 0x63, 0xf2, 0x06, 0x9d, 0x7a, 0x6e, 0x02, 0x22, 0xe2,
  158. 0x53, 0xa0, 0x13, 0x15, 0xa3, 0x19, 0x3c, 0x7a, 0xee, 0xa0, 0x8b, 0x3b, 0xb9, 0x32, 0xff, 0xd9,
  159. 0xd9, 0xe8, 0x6c, 0xfb, 0xe5, 0x43, 0x55, 0x56, 0xd8, 0xf9, 0x3a, 0xfa, 0xe3, 0x2b, 0xe4, 0x32,
  160. 0x2d, 0x0b, 0x53, 0xde, 0x17, 0x56, 0x91, 0x97, 0x6d, 0x95, 0xeb, 0x9d, 0xa9, 0x16, 0xf5, 0x5f,
  161. 0x56, 0xe8, 0x63, 0xfb, 0xfd, 0x66, 0xec, 0x38, 0x94, 0x7e, 0x37, 0xce, 0x1d, 0x1d, 0x45, 0xb3,
  162. 0xda, 0xd4, 0x50, 0xa1, 0x64, 0x68, 0xaa, 0xfa, 0xeb, 0x1f, 0x6b, 0x7e, 0x4e, 0xb3, 0x7a, 0xbe,
  163. 0xe1, 0xe7, 0xc9, 0x70, 0xde, 0xf2, 0xcf, 0xc6, 0x85, 0x1e, 0xda, 0x36, 0xcd, 0x6a, 0xdb, 0xde,
  164. 0x28, 0x6c, 0x3b, 0x19, 0xda, 0x76, 0xab, 0xb9, 0xdd, 0x6f, 0x0f, 0xf6, 0xfe, 0x77, 0x00, 0x00,
  165. 0x00, 0xff, 0xff, 0x20, 0x89, 0xed, 0x7b, 0xda, 0x02, 0x00, 0x00,
  166. }