Enum Class BrandStateEnum.BrandState

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

public static enum BrandStateEnum.BrandState extends Enum<BrandStateEnum.BrandState> implements com.google.protobuf.ProtocolMessageEnum
 Enumeration of different brand states.
 
Protobuf enum google.ads.googleads.v18.enums.BrandStateEnum.BrandState
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Was a customer-scoped (unverified) brand, which got approved by business and added to the global list.
    Was a customer-scoped (unverified) brand, but the request was canceled by customer and this brand id is no longer valid
    Brand was globally available in past but is no longer a valid brand (based on business criteria)
    Brand is verified and globally available for selection
    Was a customer-scoped (unverified) brand, but the request was rejected by internal business team and this brand id is no longer valid
    Used for return value only.
     
    No value has been specified.
    Brand is unverified and customer scoped, but can be selected by customer (only who requested for same) for targeting
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Was a customer-scoped (unverified) brand, which got approved by business and added to the global list.
    static final int
    Was a customer-scoped (unverified) brand, but the request was canceled by customer and this brand id is no longer valid
    static final int
    Brand was globally available in past but is no longer a valid brand (based on business criteria)
    static final int
    Brand is verified and globally available for selection
    static final int
    Was a customer-scoped (unverified) brand, but the request was rejected by internal business team and this brand id is no longer valid
    static final int
    Used for return value only.
    static final int
    No value has been specified.
    static final int
    Brand is unverified and customer scoped, but can be selected by customer (only who requested for same) for targeting
  • Method Summary

    Modifier and Type
    Method
    Description
    forNumber(int value)
     
    static final com.google.protobuf.Descriptors.EnumDescriptor
     
    final com.google.protobuf.Descriptors.EnumDescriptor
     
    final int
     
    final com.google.protobuf.Descriptors.EnumValueDescriptor
     
    static com.google.protobuf.Internal.EnumLiteMap<BrandStateEnum.BrandState>
     
    valueOf(int value)
    Deprecated.
    valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
    Returns the enum constant of this class with the specified name.
    Returns the enum constant of this class with the specified name.
    Returns an array containing the constants of this enum class, in the order they are declared.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • UNSPECIFIED

      public static final BrandStateEnum.BrandState UNSPECIFIED
       No value has been specified.
       
      UNSPECIFIED = 0;
    • UNKNOWN

      public static final BrandStateEnum.BrandState UNKNOWN
       Used for return value only. Represents value unknown in this version.
       
      UNKNOWN = 1;
    • ENABLED

      public static final BrandStateEnum.BrandState ENABLED
       Brand is verified and globally available for selection
       
      ENABLED = 2;
    • DEPRECATED

      public static final BrandStateEnum.BrandState DEPRECATED
       Brand was globally available in past but is no longer a valid brand
       (based on business criteria)
       
      DEPRECATED = 3;
    • UNVERIFIED

      public static final BrandStateEnum.BrandState UNVERIFIED
       Brand is unverified and customer scoped, but can be selected by customer
       (only who requested for same) for targeting
       
      UNVERIFIED = 4;
    • APPROVED

      public static final BrandStateEnum.BrandState APPROVED
       Was a customer-scoped (unverified) brand, which got approved by business
       and added to the global list. Its assigned CKG MID should be used instead
       of this
       
      APPROVED = 5;
    • CANCELLED

      public static final BrandStateEnum.BrandState CANCELLED
       Was a customer-scoped (unverified) brand, but the request was canceled by
       customer and this brand id is no longer valid
       
      CANCELLED = 6;
    • REJECTED

      public static final BrandStateEnum.BrandState REJECTED
       Was a customer-scoped (unverified) brand, but the request was rejected by
       internal business team and this brand id is no longer valid
       
      REJECTED = 7;
    • UNRECOGNIZED

      public static final BrandStateEnum.BrandState UNRECOGNIZED
  • Field Details

    • UNSPECIFIED_VALUE

      public static final int UNSPECIFIED_VALUE
       No value has been 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:
    • ENABLED_VALUE

      public static final int ENABLED_VALUE
       Brand is verified and globally available for selection
       
      ENABLED = 2;
      See Also:
    • DEPRECATED_VALUE

      public static final int DEPRECATED_VALUE
       Brand was globally available in past but is no longer a valid brand
       (based on business criteria)
       
      DEPRECATED = 3;
      See Also:
    • UNVERIFIED_VALUE

      public static final int UNVERIFIED_VALUE
       Brand is unverified and customer scoped, but can be selected by customer
       (only who requested for same) for targeting
       
      UNVERIFIED = 4;
      See Also:
    • APPROVED_VALUE

      public static final int APPROVED_VALUE
       Was a customer-scoped (unverified) brand, which got approved by business
       and added to the global list. Its assigned CKG MID should be used instead
       of this
       
      APPROVED = 5;
      See Also:
    • CANCELLED_VALUE

      public static final int CANCELLED_VALUE
       Was a customer-scoped (unverified) brand, but the request was canceled by
       customer and this brand id is no longer valid
       
      CANCELLED = 6;
      See Also:
    • REJECTED_VALUE

      public static final int REJECTED_VALUE
       Was a customer-scoped (unverified) brand, but the request was rejected by
       internal business team and this brand id is no longer valid
       
      REJECTED = 7;
      See Also:
  • Method Details

    • values

      public static BrandStateEnum.BrandState[] 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 BrandStateEnum.BrandState 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 BrandStateEnum.BrandState 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 BrandStateEnum.BrandState 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<BrandStateEnum.BrandState> 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 BrandStateEnum.BrandState 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