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.FileFormatCaseGcsDestinationConfig.FileFormatCase. forNumber(int value)GcsDestinationConfig.FileFormatCaseGcsDestinationConfig.Builder. getFileFormatCase()GcsDestinationConfig.FileFormatCaseGcsDestinationConfig. getFileFormatCase()GcsDestinationConfig.FileFormatCaseGcsDestinationConfigOrBuilder. getFileFormatCase()static GcsDestinationConfig.FileFormatCaseGcsDestinationConfig.FileFormatCase. valueOf(int value)Deprecated.static GcsDestinationConfig.FileFormatCaseGcsDestinationConfig.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.
-