Reference documentation and code samples for the Google Cloud Datastream V1 Client class SchemaFileFormat.
Schema file format.
Protobuf type google.cloud.datastream.v1.JsonFileFormat.SchemaFileFormat
Methods
name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SCHEMA_FILE_FORMAT_UNSPECIFIED
Value: 0Unspecified schema file format.
Generated from protobuf enum SCHEMA_FILE_FORMAT_UNSPECIFIED = 0;
NO_SCHEMA_FILE
Value: 1Do not attach schema file.
Generated from protobuf enum NO_SCHEMA_FILE = 1;
AVRO_SCHEMA_FILE
Value: 2Avro schema format.
Generated from protobuf enum AVRO_SCHEMA_FILE = 2;