Enum GcsFileFormat
- java.lang.Object
-
- java.lang.Enum<GcsFileFormat>
-
- com.google.cloud.datastream.v1alpha1.GcsFileFormat
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<GcsFileFormat>
@Deprecated public enum GcsFileFormat extends Enum<GcsFileFormat> implements com.google.protobuf.ProtocolMessageEnum
Deprecated.File format in Cloud Storage.
Protobuf enumgoogle.cloud.datastream.v1alpha1.GcsFileFormat
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AVRO
Deprecated.Avro file formatGCS_FILE_FORMAT_UNSPECIFIED
Deprecated.Unspecified Cloud Storage file format.UNRECOGNIZED
Deprecated.
-
Field Summary
Fields Modifier and Type Field Description static int
AVRO_VALUE
Deprecated.Avro file formatstatic int
GCS_FILE_FORMAT_UNSPECIFIED_VALUE
Deprecated.Unspecified Cloud Storage file format.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static GcsFileFormat
forNumber(int value)
Deprecated.static com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor()
Deprecated.com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType()
Deprecated.int
getNumber()
Deprecated.com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor()
Deprecated.static com.google.protobuf.Internal.EnumLiteMap<GcsFileFormat>
internalGetValueMap()
Deprecated.static GcsFileFormat
valueOf(int value)
Deprecated.static GcsFileFormat
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Deprecated.Returns the enum constant of this type with the specified name.static GcsFileFormat
valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static GcsFileFormat[]
values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
GCS_FILE_FORMAT_UNSPECIFIED
public static final GcsFileFormat GCS_FILE_FORMAT_UNSPECIFIED
Deprecated.Unspecified Cloud Storage file format.
GCS_FILE_FORMAT_UNSPECIFIED = 0;
-
AVRO
public static final GcsFileFormat AVRO
Deprecated.Avro file format
AVRO = 1;
-
UNRECOGNIZED
public static final GcsFileFormat UNRECOGNIZED
Deprecated.
-
-
Field Detail
-
GCS_FILE_FORMAT_UNSPECIFIED_VALUE
public static final int GCS_FILE_FORMAT_UNSPECIFIED_VALUE
Deprecated.Unspecified Cloud Storage file format.
GCS_FILE_FORMAT_UNSPECIFIED = 0;
- See Also:
- Constant Field Values
-
AVRO_VALUE
public static final int AVRO_VALUE
Deprecated.Avro file format
AVRO = 1;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static GcsFileFormat[] values()
Deprecated.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 (GcsFileFormat c : GcsFileFormat.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static GcsFileFormat valueOf(String name)
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:
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()
Deprecated.- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static GcsFileFormat 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 GcsFileFormat forNumber(int value)
Deprecated.- 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<GcsFileFormat> internalGetValueMap()
Deprecated.
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
Deprecated.- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
Deprecated.- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
Deprecated.
-
valueOf
public static GcsFileFormat valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
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:
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
-
-