Uses of Class
com.google.cloud.datastream.v1alpha1.GcsFileFormat
-
Packages that use GcsFileFormat Package Description com.google.cloud.datastream.v1alpha1 A client to Datastream API -
-
Uses of GcsFileFormat in com.google.cloud.datastream.v1alpha1
Methods in com.google.cloud.datastream.v1alpha1 that return GcsFileFormat Modifier and Type Method Description static GcsFileFormat
GcsFileFormat. forNumber(int value)
Deprecated.GcsFileFormat
GcsDestinationConfig.Builder. getGcsFileFormat()
Deprecated.google.cloud.datastream.v1alpha1.GcsDestinationConfig.gcs_file_format is deprecated.GcsFileFormat
GcsDestinationConfig. getGcsFileFormat()
Deprecated.google.cloud.datastream.v1alpha1.GcsDestinationConfig.gcs_file_format is deprecated.GcsFileFormat
GcsDestinationConfigOrBuilder. getGcsFileFormat()
Deprecated.google.cloud.datastream.v1alpha1.GcsDestinationConfig.gcs_file_format is deprecated.static GcsFileFormat
GcsFileFormat. valueOf(int value)
Deprecated.static GcsFileFormat
GcsFileFormat. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Deprecated.Returns the enum constant of this type with the specified name.static GcsFileFormat
GcsFileFormat. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static GcsFileFormat[]
GcsFileFormat. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.datastream.v1alpha1 that return types with arguments of type GcsFileFormat Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<GcsFileFormat>
GcsFileFormat. internalGetValueMap()
Deprecated.Methods in com.google.cloud.datastream.v1alpha1 with parameters of type GcsFileFormat Modifier and Type Method Description GcsDestinationConfig.Builder
GcsDestinationConfig.Builder. setGcsFileFormat(GcsFileFormat value)
Deprecated.google.cloud.datastream.v1alpha1.GcsDestinationConfig.gcs_file_format is deprecated.
-