Uses of Class
com.google.cloud.datastream.v1.JsonFileFormat.SchemaFileFormat
-
Packages that use JsonFileFormat.SchemaFileFormat Package Description com.google.cloud.datastream.v1 A client to Datastream API -
-
Uses of JsonFileFormat.SchemaFileFormat in com.google.cloud.datastream.v1
Methods in com.google.cloud.datastream.v1 that return JsonFileFormat.SchemaFileFormat Modifier and Type Method Description static JsonFileFormat.SchemaFileFormat
JsonFileFormat.SchemaFileFormat. forNumber(int value)
JsonFileFormat.SchemaFileFormat
JsonFileFormat.Builder. getSchemaFileFormat()
The schema file format along JSON data files.JsonFileFormat.SchemaFileFormat
JsonFileFormat. getSchemaFileFormat()
The schema file format along JSON data files.JsonFileFormat.SchemaFileFormat
JsonFileFormatOrBuilder. getSchemaFileFormat()
The schema file format along JSON data files.static JsonFileFormat.SchemaFileFormat
JsonFileFormat.SchemaFileFormat. valueOf(int value)
Deprecated.static JsonFileFormat.SchemaFileFormat
JsonFileFormat.SchemaFileFormat. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static JsonFileFormat.SchemaFileFormat
JsonFileFormat.SchemaFileFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static JsonFileFormat.SchemaFileFormat[]
JsonFileFormat.SchemaFileFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.datastream.v1 that return types with arguments of type JsonFileFormat.SchemaFileFormat Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<JsonFileFormat.SchemaFileFormat>
JsonFileFormat.SchemaFileFormat. internalGetValueMap()
Methods in com.google.cloud.datastream.v1 with parameters of type JsonFileFormat.SchemaFileFormat Modifier and Type Method Description JsonFileFormat.Builder
JsonFileFormat.Builder. setSchemaFileFormat(JsonFileFormat.SchemaFileFormat value)
The schema file format along JSON data files.
-