Uses of Class
com.google.cloud.datastream.v1alpha1.SchemaFileFormat
-
Packages that use SchemaFileFormat Package Description com.google.cloud.datastream.v1alpha1 A client to Datastream API -
-
Uses of SchemaFileFormat in com.google.cloud.datastream.v1alpha1
Methods in com.google.cloud.datastream.v1alpha1 that return SchemaFileFormat Modifier and Type Method Description static SchemaFileFormatSchemaFileFormat. forNumber(int value)SchemaFileFormatJsonFileFormat.Builder. getSchemaFileFormat()The schema file format along JSON data files.SchemaFileFormatJsonFileFormat. getSchemaFileFormat()The schema file format along JSON data files.SchemaFileFormatJsonFileFormatOrBuilder. getSchemaFileFormat()The schema file format along JSON data files.static SchemaFileFormatSchemaFileFormat. valueOf(int value)Deprecated.static SchemaFileFormatSchemaFileFormat. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static SchemaFileFormatSchemaFileFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static SchemaFileFormat[]SchemaFileFormat. values()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 SchemaFileFormat Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<SchemaFileFormat>SchemaFileFormat. internalGetValueMap()Methods in com.google.cloud.datastream.v1alpha1 with parameters of type SchemaFileFormat Modifier and Type Method Description JsonFileFormat.BuilderJsonFileFormat.Builder. setSchemaFileFormat(SchemaFileFormat value)The schema file format along JSON data files.
-