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.
 
 
 

179 rivejä
8.4 KiB

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