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 SchemaFileFormat
SchemaFileFormat. forNumber(int value)
SchemaFileFormat
JsonFileFormat.Builder. getSchemaFileFormat()
The schema file format along JSON data files.SchemaFileFormat
JsonFileFormat. getSchemaFileFormat()
The schema file format along JSON data files.SchemaFileFormat
JsonFileFormatOrBuilder. getSchemaFileFormat()
The schema file format along JSON data files.static SchemaFileFormat
SchemaFileFormat. valueOf(int value)
Deprecated.static SchemaFileFormat
SchemaFileFormat. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static SchemaFileFormat
SchemaFileFormat. 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.Builder
JsonFileFormat.Builder. setSchemaFileFormat(SchemaFileFormat value)
The schema file format along JSON data files.
-