Package com.google.cloud.channel.v1
Enum Column.DataType
- java.lang.Object
-
- java.lang.Enum<Column.DataType>
-
- com.google.cloud.channel.v1.Column.DataType
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<Column.DataType>
- Enclosing class:
- Column
public static enum Column.DataType extends Enum<Column.DataType> implements com.google.protobuf.ProtocolMessageEnum
Available data types for columns. Corresponds to the fields in the ReportValue `oneof` field.
Protobuf enumgoogle.cloud.channel.v1.Column.DataType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DATA_TYPE_UNSPECIFIED
Not used.DATE
ReportValues for this column will use date_value.DATE_TIME
ReportValues for this column will use date_time_value.DECIMAL
ReportValues for this column will use decimal_value.INT
ReportValues for this column will use int_value.MONEY
ReportValues for this column will use money_value.STRING
ReportValues for this column will use string_value.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static int
DATA_TYPE_UNSPECIFIED_VALUE
Not used.static int
DATE_TIME_VALUE
ReportValues for this column will use date_time_value.static int
DATE_VALUE
ReportValues for this column will use date_value.static int
DECIMAL_VALUE
ReportValues for this column will use decimal_value.static int
INT_VALUE
ReportValues for this column will use int_value.static int
MONEY_VALUE
ReportValues for this column will use money_value.static int
STRING_VALUE
ReportValues for this column will use string_value.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Column.DataType
forNumber(int value)
static com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor()
com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType()
int
getNumber()
com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor()
static com.google.protobuf.Internal.EnumLiteMap<Column.DataType>
internalGetValueMap()
static Column.DataType
valueOf(int value)
Deprecated.static Column.DataType
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Column.DataType
valueOf(String name)
Returns the enum constant of this type with the specified name.static Column.DataType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
DATA_TYPE_UNSPECIFIED
public static final Column.DataType DATA_TYPE_UNSPECIFIED
Not used.
DATA_TYPE_UNSPECIFIED = 0;
-
STRING
public static final Column.DataType STRING
ReportValues for this column will use string_value.
STRING = 1;
-
INT
public static final Column.DataType INT
ReportValues for this column will use int_value.
INT = 2;
-
DECIMAL
public static final Column.DataType DECIMAL
ReportValues for this column will use decimal_value.
DECIMAL = 3;
-
MONEY
public static final Column.DataType MONEY
ReportValues for this column will use money_value.
MONEY = 4;
-
DATE
public static final Column.DataType DATE
ReportValues for this column will use date_value.
DATE = 5;
-
DATE_TIME
public static final Column.DataType DATE_TIME
ReportValues for this column will use date_time_value.
DATE_TIME = 6;
-
UNRECOGNIZED
public static final Column.DataType UNRECOGNIZED
-
-
Field Detail
-
DATA_TYPE_UNSPECIFIED_VALUE
public static final int DATA_TYPE_UNSPECIFIED_VALUE
Not used.
DATA_TYPE_UNSPECIFIED = 0;
- See Also:
- Constant Field Values
-
STRING_VALUE
public static final int STRING_VALUE
ReportValues for this column will use string_value.
STRING = 1;
- See Also:
- Constant Field Values
-
INT_VALUE
public static final int INT_VALUE
ReportValues for this column will use int_value.
INT = 2;
- See Also:
- Constant Field Values
-
DECIMAL_VALUE
public static final int DECIMAL_VALUE
ReportValues for this column will use decimal_value.
DECIMAL = 3;
- See Also:
- Constant Field Values
-
MONEY_VALUE
public static final int MONEY_VALUE
ReportValues for this column will use money_value.
MONEY = 4;
- See Also:
- Constant Field Values
-
DATE_VALUE
public static final int DATE_VALUE
ReportValues for this column will use date_value.
DATE = 5;
- See Also:
- Constant Field Values
-
DATE_TIME_VALUE
public static final int DATE_TIME_VALUE
ReportValues for this column will use date_time_value.
DATE_TIME = 6;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static Column.DataType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Column.DataType c : Column.DataType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Column.DataType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static Column.DataType valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
public static Column.DataType 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<Column.DataType> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static Column.DataType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
-