Uses of Class
com.google.cloud.datastream.v1alpha1.GcsDestinationConfig.FileFormatCase
-
Packages that use GcsDestinationConfig.FileFormatCase Package Description com.google.cloud.datastream.v1alpha1 A client to Datastream API -
-
Uses of GcsDestinationConfig.FileFormatCase in com.google.cloud.datastream.v1alpha1
Methods in com.google.cloud.datastream.v1alpha1 that return GcsDestinationConfig.FileFormatCase Modifier and Type Method Description static GcsDestinationConfig.FileFormatCase
GcsDestinationConfig.FileFormatCase. forNumber(int value)
GcsDestinationConfig.FileFormatCase
GcsDestinationConfig.Builder. getFileFormatCase()
GcsDestinationConfig.FileFormatCase
GcsDestinationConfig. getFileFormatCase()
GcsDestinationConfig.FileFormatCase
GcsDestinationConfigOrBuilder. getFileFormatCase()
static GcsDestinationConfig.FileFormatCase
GcsDestinationConfig.FileFormatCase. valueOf(int value)
Deprecated.static GcsDestinationConfig.FileFormatCase
GcsDestinationConfig.FileFormatCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static GcsDestinationConfig.FileFormatCase[]
GcsDestinationConfig.FileFormatCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-