public interface GcsDestinationConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AvroFileFormat |
getAvroFileFormat()
AVRO file format configuration.
|
AvroFileFormatOrBuilder |
getAvroFileFormatOrBuilder()
AVRO file format configuration.
|
GcsDestinationConfig.FileFormatCase |
getFileFormatCase() |
com.google.protobuf.Duration |
getFileRotationInterval()
The maximum duration for which new events are added before a file is
closed and a new file is created.
|
com.google.protobuf.DurationOrBuilder |
getFileRotationIntervalOrBuilder()
The maximum duration for which new events are added before a file is
closed and a new file is created.
|
int |
getFileRotationMb()
The maximum file size to be saved in the bucket.
|
JsonFileFormat |
getJsonFileFormat()
JSON file format configuration.
|
JsonFileFormatOrBuilder |
getJsonFileFormatOrBuilder()
JSON file format configuration.
|
String |
getPath()
Path inside the Cloud Storage bucket to write data to.
|
com.google.protobuf.ByteString |
getPathBytes()
Path inside the Cloud Storage bucket to write data to.
|
boolean |
hasAvroFileFormat()
AVRO file format configuration.
|
boolean |
hasFileRotationInterval()
The maximum duration for which new events are added before a file is
closed and a new file is created.
|
boolean |
hasJsonFileFormat()
JSON file format configuration.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPath()
Path inside the Cloud Storage bucket to write data to.
string path = 1;com.google.protobuf.ByteString getPathBytes()
Path inside the Cloud Storage bucket to write data to.
string path = 1;int getFileRotationMb()
The maximum file size to be saved in the bucket.
int32 file_rotation_mb = 2;boolean hasFileRotationInterval()
The maximum duration for which new events are added before a file is closed and a new file is created.
.google.protobuf.Duration file_rotation_interval = 3;com.google.protobuf.Duration getFileRotationInterval()
The maximum duration for which new events are added before a file is closed and a new file is created.
.google.protobuf.Duration file_rotation_interval = 3;com.google.protobuf.DurationOrBuilder getFileRotationIntervalOrBuilder()
The maximum duration for which new events are added before a file is closed and a new file is created.
.google.protobuf.Duration file_rotation_interval = 3;boolean hasAvroFileFormat()
AVRO file format configuration.
.google.cloud.datastream.v1.AvroFileFormat avro_file_format = 100;AvroFileFormat getAvroFileFormat()
AVRO file format configuration.
.google.cloud.datastream.v1.AvroFileFormat avro_file_format = 100;AvroFileFormatOrBuilder getAvroFileFormatOrBuilder()
AVRO file format configuration.
.google.cloud.datastream.v1.AvroFileFormat avro_file_format = 100;boolean hasJsonFileFormat()
JSON file format configuration.
.google.cloud.datastream.v1.JsonFileFormat json_file_format = 101;JsonFileFormat getJsonFileFormat()
JSON file format configuration.
.google.cloud.datastream.v1.JsonFileFormat json_file_format = 101;JsonFileFormatOrBuilder getJsonFileFormatOrBuilder()
JSON file format configuration.
.google.cloud.datastream.v1.JsonFileFormat json_file_format = 101;GcsDestinationConfig.FileFormatCase getFileFormatCase()
Copyright © 2022 Google LLC. All rights reserved.