Enum Class GoogleAdsFieldDataTypeEnum.GoogleAdsFieldDataType

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

public static enum GoogleAdsFieldDataTypeEnum.GoogleAdsFieldDataType extends Enum<GoogleAdsFieldDataTypeEnum.GoogleAdsFieldDataType> implements com.google.protobuf.ProtocolMessageEnum
 These are the various types a GoogleAdsService artifact may take on.
 
Protobuf enum google.ads.googleads.v18.enums.GoogleAdsFieldDataTypeEnum.GoogleAdsFieldDataType
  • Enum Constant Details

  • Field Details

    • UNSPECIFIED_VALUE

      public static final int UNSPECIFIED_VALUE
       Unspecified
       
      UNSPECIFIED = 0;
      See Also:
    • UNKNOWN_VALUE

      public static final int UNKNOWN_VALUE
       Unknown
       
      UNKNOWN = 1;
      See Also:
    • BOOLEAN_VALUE

      public static final int BOOLEAN_VALUE
       Maps to google.protobuf.BoolValue
      
       Applicable operators:  =, !=
       
      BOOLEAN = 2;
      See Also:
    • DATE_VALUE

      public static final int DATE_VALUE
       Maps to google.protobuf.StringValue. It can be compared using the set of
       operators specific to dates however.
      
       Applicable operators:  =, <, >, <=, >=, BETWEEN, DURING, and IN
       
      DATE = 3;
      See Also:
    • DOUBLE_VALUE

      public static final int DOUBLE_VALUE
       Maps to google.protobuf.DoubleValue
      
       Applicable operators:  =, !=, <, >, IN, NOT IN
       
      DOUBLE = 4;
      See Also:
    • ENUM_VALUE

      public static final int ENUM_VALUE
       Maps to an enum. It's specific definition can be found at type_url.
      
       Applicable operators:  =, !=, IN, NOT IN
       
      ENUM = 5;
      See Also:
    • FLOAT_VALUE

      public static final int FLOAT_VALUE
       Maps to google.protobuf.FloatValue
      
       Applicable operators:  =, !=, <, >, IN, NOT IN
       
      FLOAT = 6;
      See Also:
    • INT32_VALUE

      public static final int INT32_VALUE
       Maps to google.protobuf.Int32Value
      
       Applicable operators:  =, !=, <, >, <=, >=, BETWEEN, IN, NOT IN
       
      INT32 = 7;
      See Also:
    • INT64_VALUE

      public static final int INT64_VALUE
       Maps to google.protobuf.Int64Value
      
       Applicable operators:  =, !=, <, >, <=, >=, BETWEEN, IN, NOT IN
       
      INT64 = 8;
      See Also:
    • MESSAGE_VALUE

      public static final int MESSAGE_VALUE
       Maps to a protocol buffer message type. The data type's details can be
       found in type_url.
      
       No operators work with MESSAGE fields.
       
      MESSAGE = 9;
      See Also:
    • RESOURCE_NAME_VALUE

      public static final int RESOURCE_NAME_VALUE
       Maps to google.protobuf.StringValue. Represents the resource name
       (unique id) of a resource or one of its foreign keys.
      
       No operators work with RESOURCE_NAME fields.
       
      RESOURCE_NAME = 10;
      See Also:
    • STRING_VALUE

      public static final int STRING_VALUE
       Maps to google.protobuf.StringValue.
      
       Applicable operators:  =, !=, LIKE, NOT LIKE, IN, NOT IN
       
      STRING = 11;
      See Also:
    • UINT64_VALUE

      public static final int UINT64_VALUE
       Maps to google.protobuf.UInt64Value
      
       Applicable operators:  =, !=, <, >, <=, >=, BETWEEN, IN, NOT IN
       
      UINT64 = 12;
      See Also:
  • Method Details

    • 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

      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.
      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 GoogleAdsFieldDataTypeEnum.GoogleAdsFieldDataType 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<GoogleAdsFieldDataTypeEnum.GoogleAdsFieldDataType> 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 GoogleAdsFieldDataTypeEnum.GoogleAdsFieldDataType 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