Google Cloud Datastream V1 Client - Class SchemaFileFormat (1.0.5)

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: 0

Unspecified schema file format.

Generated from protobuf enum SCHEMA_FILE_FORMAT_UNSPECIFIED = 0;

NO_SCHEMA_FILE

Value: 1

Do not attach schema file.

Generated from protobuf enum NO_SCHEMA_FILE = 1;

AVRO_SCHEMA_FILE

Value: 2

Avro schema format.

Generated from protobuf enum AVRO_SCHEMA_FILE = 2;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.