Enum Class ContentLabelTypeEnum.ContentLabelType

java.lang.Object
java.lang.Enum<ContentLabelTypeEnum.ContentLabelType>
com.google.ads.googleads.v18.enums.ContentLabelTypeEnum.ContentLabelType
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<ContentLabelTypeEnum.ContentLabelType>, Constable
Enclosing class:
ContentLabelTypeEnum

public static enum ContentLabelTypeEnum.ContentLabelType extends Enum<ContentLabelTypeEnum.ContentLabelType> implements com.google.protobuf.ProtocolMessageEnum
 Enum listing the content label types supported by ContentLabel criterion.
 
Protobuf enum google.ads.googleads.v18.enums.ContentLabelTypeEnum.ContentLabelType
  • Enum Constant Details

    • UNSPECIFIED

      public static final ContentLabelTypeEnum.ContentLabelType UNSPECIFIED
       Not specified.
       
      UNSPECIFIED = 0;
    • UNKNOWN

      public static final ContentLabelTypeEnum.ContentLabelType UNKNOWN
       Used for return value only. Represents value unknown in this version.
       
      UNKNOWN = 1;
    • SEXUALLY_SUGGESTIVE

      public static final ContentLabelTypeEnum.ContentLabelType SEXUALLY_SUGGESTIVE
       Sexually suggestive content.
       
      SEXUALLY_SUGGESTIVE = 2;
    • BELOW_THE_FOLD

      public static final ContentLabelTypeEnum.ContentLabelType BELOW_THE_FOLD
       Below the fold placement.
       
      BELOW_THE_FOLD = 3;
    • PARKED_DOMAIN

      public static final ContentLabelTypeEnum.ContentLabelType PARKED_DOMAIN
       Parked domain.
       
      PARKED_DOMAIN = 4;
    • JUVENILE

      public static final ContentLabelTypeEnum.ContentLabelType JUVENILE
       Juvenile, gross & bizarre content.
       
      JUVENILE = 6;
    • PROFANITY

      public static final ContentLabelTypeEnum.ContentLabelType PROFANITY
       Profanity & rough language.
       
      PROFANITY = 7;
    • TRAGEDY

      public static final ContentLabelTypeEnum.ContentLabelType TRAGEDY
       Death & tragedy.
       
      TRAGEDY = 8;
    • VIDEO

      public static final ContentLabelTypeEnum.ContentLabelType VIDEO
       Video.
       
      VIDEO = 9;
    • VIDEO_RATING_DV_G

      public static final ContentLabelTypeEnum.ContentLabelType VIDEO_RATING_DV_G
       Content rating: G.
       
      VIDEO_RATING_DV_G = 10;
    • VIDEO_RATING_DV_PG

      public static final ContentLabelTypeEnum.ContentLabelType VIDEO_RATING_DV_PG
       Content rating: PG.
       
      VIDEO_RATING_DV_PG = 11;
    • VIDEO_RATING_DV_T

      public static final ContentLabelTypeEnum.ContentLabelType VIDEO_RATING_DV_T
       Content rating: T.
       
      VIDEO_RATING_DV_T = 12;
    • VIDEO_RATING_DV_MA

      public static final ContentLabelTypeEnum.ContentLabelType VIDEO_RATING_DV_MA
       Content rating: MA.
       
      VIDEO_RATING_DV_MA = 13;
    • VIDEO_NOT_YET_RATED

      public static final ContentLabelTypeEnum.ContentLabelType VIDEO_NOT_YET_RATED
       Content rating: not yet rated.
       
      VIDEO_NOT_YET_RATED = 14;
    • EMBEDDED_VIDEO

      public static final ContentLabelTypeEnum.ContentLabelType EMBEDDED_VIDEO
       Embedded video.
       
      EMBEDDED_VIDEO = 15;
    • LIVE_STREAMING_VIDEO

      public static final ContentLabelTypeEnum.ContentLabelType LIVE_STREAMING_VIDEO
       Live streaming video.
       
      LIVE_STREAMING_VIDEO = 16;
    • SOCIAL_ISSUES

      public static final ContentLabelTypeEnum.ContentLabelType SOCIAL_ISSUES
       Sensitive social issues.
       
      SOCIAL_ISSUES = 17;
    • BRAND_SUITABILITY_CONTENT_FOR_FAMILIES

      public static final ContentLabelTypeEnum.ContentLabelType BRAND_SUITABILITY_CONTENT_FOR_FAMILIES
       Content that's suitable for families to view together, including Made for
       Kids videos on YouTube.
       
      BRAND_SUITABILITY_CONTENT_FOR_FAMILIES = 18;
    • BRAND_SUITABILITY_GAMES_FIGHTING

      public static final ContentLabelTypeEnum.ContentLabelType BRAND_SUITABILITY_GAMES_FIGHTING
       Video games that simulate hand-to-hand fighting or combat with the use of
       modern or medieval weapons.
       
      BRAND_SUITABILITY_GAMES_FIGHTING = 19;
    • BRAND_SUITABILITY_GAMES_MATURE

      public static final ContentLabelTypeEnum.ContentLabelType BRAND_SUITABILITY_GAMES_MATURE
       Video games that feature mature content, such as violence, inappropriate
       language, or sexual suggestiveness.
       
      BRAND_SUITABILITY_GAMES_MATURE = 20;
    • BRAND_SUITABILITY_HEALTH_SENSITIVE

      public static final ContentLabelTypeEnum.ContentLabelType BRAND_SUITABILITY_HEALTH_SENSITIVE
       Health content that people might find sensitive or upsetting, such as
       medical procedures or images and descriptions of various medical
       conditions.
       
      BRAND_SUITABILITY_HEALTH_SENSITIVE = 21;
    • BRAND_SUITABILITY_HEALTH_SOURCE_UNDETERMINED

      public static final ContentLabelTypeEnum.ContentLabelType BRAND_SUITABILITY_HEALTH_SOURCE_UNDETERMINED
       Health content from sources that may provide accurate information but
       aren't as commonly cited as other, more well-known sources.
       
      BRAND_SUITABILITY_HEALTH_SOURCE_UNDETERMINED = 22;
    • BRAND_SUITABILITY_NEWS_RECENT

      public static final ContentLabelTypeEnum.ContentLabelType BRAND_SUITABILITY_NEWS_RECENT
       News content that's been recently announced, regardless of the themes or
       people being reported on.
       
      BRAND_SUITABILITY_NEWS_RECENT = 23;
    • BRAND_SUITABILITY_NEWS_SENSITIVE

      public static final ContentLabelTypeEnum.ContentLabelType BRAND_SUITABILITY_NEWS_SENSITIVE
       News content that people might find sensitive or upsetting, such as
       crimes, accidents, and natural incidents, or commentary on potentially
       controversial social and political issues.
       
      BRAND_SUITABILITY_NEWS_SENSITIVE = 24;
    • BRAND_SUITABILITY_POLITICS

      public static final ContentLabelTypeEnum.ContentLabelType BRAND_SUITABILITY_POLITICS
       Political content, such as political statements made by well-known
       politicians, political elections, or events widely perceived to be
       political in nature.
       
      BRAND_SUITABILITY_POLITICS = 26;
    • BRAND_SUITABILITY_RELIGION

      public static final ContentLabelTypeEnum.ContentLabelType BRAND_SUITABILITY_RELIGION
       Content with religious themes, such as religious teachings or customs,
       holy sites or places of worship, well-known religious figures or people
       dressed in religious attire, or religious opinions on social and
       political issues.
       
      BRAND_SUITABILITY_RELIGION = 27;
    • UNRECOGNIZED

      public static final ContentLabelTypeEnum.ContentLabelType UNRECOGNIZED
  • Field Details

    • UNSPECIFIED_VALUE

      public static final int UNSPECIFIED_VALUE
       Not specified.
       
      UNSPECIFIED = 0;
      See Also:
    • UNKNOWN_VALUE

      public static final int UNKNOWN_VALUE
       Used for return value only. Represents value unknown in this version.
       
      UNKNOWN = 1;
      See Also:
    • SEXUALLY_SUGGESTIVE_VALUE

      public static final int SEXUALLY_SUGGESTIVE_VALUE
       Sexually suggestive content.
       
      SEXUALLY_SUGGESTIVE = 2;
      See Also:
    • BELOW_THE_FOLD_VALUE

      public static final int BELOW_THE_FOLD_VALUE
       Below the fold placement.
       
      BELOW_THE_FOLD = 3;
      See Also:
    • PARKED_DOMAIN_VALUE

      public static final int PARKED_DOMAIN_VALUE
       Parked domain.
       
      PARKED_DOMAIN = 4;
      See Also:
    • JUVENILE_VALUE

      public static final int JUVENILE_VALUE
       Juvenile, gross & bizarre content.
       
      JUVENILE = 6;
      See Also:
    • PROFANITY_VALUE

      public static final int PROFANITY_VALUE
       Profanity & rough language.
       
      PROFANITY = 7;
      See Also:
    • TRAGEDY_VALUE

      public static final int TRAGEDY_VALUE
       Death & tragedy.
       
      TRAGEDY = 8;
      See Also:
    • VIDEO_VALUE

      public static final int VIDEO_VALUE
       Video.
       
      VIDEO = 9;
      See Also:
    • VIDEO_RATING_DV_G_VALUE

      public static final int VIDEO_RATING_DV_G_VALUE
       Content rating: G.
       
      VIDEO_RATING_DV_G = 10;
      See Also:
    • VIDEO_RATING_DV_PG_VALUE

      public static final int VIDEO_RATING_DV_PG_VALUE
       Content rating: PG.
       
      VIDEO_RATING_DV_PG = 11;
      See Also:
    • VIDEO_RATING_DV_T_VALUE

      public static final int VIDEO_RATING_DV_T_VALUE
       Content rating: T.
       
      VIDEO_RATING_DV_T = 12;
      See Also:
    • VIDEO_RATING_DV_MA_VALUE

      public static final int VIDEO_RATING_DV_MA_VALUE
       Content rating: MA.
       
      VIDEO_RATING_DV_MA = 13;
      See Also:
    • VIDEO_NOT_YET_RATED_VALUE

      public static final int VIDEO_NOT_YET_RATED_VALUE
       Content rating: not yet rated.
       
      VIDEO_NOT_YET_RATED = 14;
      See Also:
    • EMBEDDED_VIDEO_VALUE

      public static final int EMBEDDED_VIDEO_VALUE
       Embedded video.
       
      EMBEDDED_VIDEO = 15;
      See Also:
    • LIVE_STREAMING_VIDEO_VALUE

      public static final int LIVE_STREAMING_VIDEO_VALUE
       Live streaming video.
       
      LIVE_STREAMING_VIDEO = 16;
      See Also:
    • SOCIAL_ISSUES_VALUE

      public static final int SOCIAL_ISSUES_VALUE
       Sensitive social issues.
       
      SOCIAL_ISSUES = 17;
      See Also:
    • BRAND_SUITABILITY_CONTENT_FOR_FAMILIES_VALUE

      public static final int BRAND_SUITABILITY_CONTENT_FOR_FAMILIES_VALUE
       Content that's suitable for families to view together, including Made for
       Kids videos on YouTube.
       
      BRAND_SUITABILITY_CONTENT_FOR_FAMILIES = 18;
      See Also:
    • BRAND_SUITABILITY_GAMES_FIGHTING_VALUE

      public static final int BRAND_SUITABILITY_GAMES_FIGHTING_VALUE
       Video games that simulate hand-to-hand fighting or combat with the use of
       modern or medieval weapons.
       
      BRAND_SUITABILITY_GAMES_FIGHTING = 19;
      See Also:
    • BRAND_SUITABILITY_GAMES_MATURE_VALUE

      public static final int BRAND_SUITABILITY_GAMES_MATURE_VALUE
       Video games that feature mature content, such as violence, inappropriate
       language, or sexual suggestiveness.
       
      BRAND_SUITABILITY_GAMES_MATURE = 20;
      See Also:
    • BRAND_SUITABILITY_HEALTH_SENSITIVE_VALUE

      public static final int BRAND_SUITABILITY_HEALTH_SENSITIVE_VALUE
       Health content that people might find sensitive or upsetting, such as
       medical procedures or images and descriptions of various medical
       conditions.
       
      BRAND_SUITABILITY_HEALTH_SENSITIVE = 21;
      See Also:
    • BRAND_SUITABILITY_HEALTH_SOURCE_UNDETERMINED_VALUE

      public static final int BRAND_SUITABILITY_HEALTH_SOURCE_UNDETERMINED_VALUE
       Health content from sources that may provide accurate information but
       aren't as commonly cited as other, more well-known sources.
       
      BRAND_SUITABILITY_HEALTH_SOURCE_UNDETERMINED = 22;
      See Also:
    • BRAND_SUITABILITY_NEWS_RECENT_VALUE

      public static final int BRAND_SUITABILITY_NEWS_RECENT_VALUE
       News content that's been recently announced, regardless of the themes or
       people being reported on.
       
      BRAND_SUITABILITY_NEWS_RECENT = 23;
      See Also:
    • BRAND_SUITABILITY_NEWS_SENSITIVE_VALUE

      public static final int BRAND_SUITABILITY_NEWS_SENSITIVE_VALUE
       News content that people might find sensitive or upsetting, such as
       crimes, accidents, and natural incidents, or commentary on potentially
       controversial social and political issues.
       
      BRAND_SUITABILITY_NEWS_SENSITIVE = 24;
      See Also:
    • BRAND_SUITABILITY_POLITICS_VALUE

      public static final int BRAND_SUITABILITY_POLITICS_VALUE
       Political content, such as political statements made by well-known
       politicians, political elections, or events widely perceived to be
       political in nature.
       
      BRAND_SUITABILITY_POLITICS = 26;
      See Also:
    • BRAND_SUITABILITY_RELIGION_VALUE

      public static final int BRAND_SUITABILITY_RELIGION_VALUE
       Content with religious themes, such as religious teachings or customs,
       holy sites or places of worship, well-known religious figures or people
       dressed in religious attire, or religious opinions on social and
       political issues.
       
      BRAND_SUITABILITY_RELIGION = 27;
      See Also:
  • Method Details

    • values

      public static ContentLabelTypeEnum.ContentLabelType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ContentLabelTypeEnum.ContentLabelType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static ContentLabelTypeEnum.ContentLabelType valueOf(int value)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      value - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • forNumber

      public static ContentLabelTypeEnum.ContentLabelType forNumber(int value)
      Parameters:
      value - The numeric wire value of the corresponding enum entry.
      Returns:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<ContentLabelTypeEnum.ContentLabelType> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static ContentLabelTypeEnum.ContentLabelType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      desc - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null