public interface JsonFileFormatOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
JsonFileFormat.JsonCompression |
getCompression()
Compression of the loaded JSON file.
|
int |
getCompressionValue()
Compression of the loaded JSON file.
|
JsonFileFormat.SchemaFileFormat |
getSchemaFileFormat()
The schema file format along JSON data files.
|
int |
getSchemaFileFormatValue()
The schema file format along JSON data files.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getSchemaFileFormatValue()
The schema file format along JSON data files.
.google.cloud.datastream.v1.JsonFileFormat.SchemaFileFormat schema_file_format = 1;
JsonFileFormat.SchemaFileFormat getSchemaFileFormat()
The schema file format along JSON data files.
.google.cloud.datastream.v1.JsonFileFormat.SchemaFileFormat schema_file_format = 1;
int getCompressionValue()
Compression of the loaded JSON file.
.google.cloud.datastream.v1.JsonFileFormat.JsonCompression compression = 2;JsonFileFormat.JsonCompression getCompression()
Compression of the loaded JSON file.
.google.cloud.datastream.v1.JsonFileFormat.JsonCompression compression = 2;Copyright © 2022 Google LLC. All rights reserved.