GcsDestinationConfig.Builder |
GcsDestinationConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
GcsDestinationConfig.Builder |
GcsDestinationConfig.Builder.clear() |
|
GcsDestinationConfig.Builder |
GcsDestinationConfig.Builder.clearAvroFileFormat() |
AVRO file format configuration.
|
GcsDestinationConfig.Builder |
GcsDestinationConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
GcsDestinationConfig.Builder |
GcsDestinationConfig.Builder.clearFileFormat() |
|
GcsDestinationConfig.Builder |
GcsDestinationConfig.Builder.clearFileRotationInterval() |
The maximum duration for which new events are added before a file is
closed and a new file is created.
|
GcsDestinationConfig.Builder |
GcsDestinationConfig.Builder.clearFileRotationMb() |
The maximum file size to be saved in the bucket.
|
GcsDestinationConfig.Builder |
GcsDestinationConfig.Builder.clearJsonFileFormat() |
JSON file format configuration.
|
GcsDestinationConfig.Builder |
GcsDestinationConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
GcsDestinationConfig.Builder |
GcsDestinationConfig.Builder.clearPath() |
Path inside the Cloud Storage bucket to write data to.
|
GcsDestinationConfig.Builder |
GcsDestinationConfig.Builder.clone() |
|
GcsDestinationConfig.Builder |
DestinationConfig.Builder.getGcsDestinationConfigBuilder() |
A configuration for how data should be loaded to Cloud Storage.
|
GcsDestinationConfig.Builder |
GcsDestinationConfig.Builder.mergeAvroFileFormat(AvroFileFormat value) |
AVRO file format configuration.
|
GcsDestinationConfig.Builder |
GcsDestinationConfig.Builder.mergeFileRotationInterval(com.google.protobuf.Duration value) |
The maximum duration for which new events are added before a file is
closed and a new file is created.
|
GcsDestinationConfig.Builder |
GcsDestinationConfig.Builder.mergeFrom(GcsDestinationConfig other) |
|
GcsDestinationConfig.Builder |
GcsDestinationConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
GcsDestinationConfig.Builder |
GcsDestinationConfig.Builder.mergeFrom(com.google.protobuf.Message other) |
|
GcsDestinationConfig.Builder |
GcsDestinationConfig.Builder.mergeJsonFileFormat(JsonFileFormat value) |
JSON file format configuration.
|
GcsDestinationConfig.Builder |
GcsDestinationConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static GcsDestinationConfig.Builder |
GcsDestinationConfig.newBuilder() |
|
static GcsDestinationConfig.Builder |
GcsDestinationConfig.newBuilder(GcsDestinationConfig prototype) |
|
GcsDestinationConfig.Builder |
GcsDestinationConfig.newBuilderForType() |
|
protected GcsDestinationConfig.Builder |
GcsDestinationConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
GcsDestinationConfig.Builder |
GcsDestinationConfig.Builder.setAvroFileFormat(AvroFileFormat value) |
AVRO file format configuration.
|
GcsDestinationConfig.Builder |
GcsDestinationConfig.Builder.setAvroFileFormat(AvroFileFormat.Builder builderForValue) |
AVRO file format configuration.
|
GcsDestinationConfig.Builder |
GcsDestinationConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
GcsDestinationConfig.Builder |
GcsDestinationConfig.Builder.setFileRotationInterval(com.google.protobuf.Duration value) |
The maximum duration for which new events are added before a file is
closed and a new file is created.
|
GcsDestinationConfig.Builder |
GcsDestinationConfig.Builder.setFileRotationInterval(com.google.protobuf.Duration.Builder builderForValue) |
The maximum duration for which new events are added before a file is
closed and a new file is created.
|
GcsDestinationConfig.Builder |
GcsDestinationConfig.Builder.setFileRotationMb(int value) |
The maximum file size to be saved in the bucket.
|
GcsDestinationConfig.Builder |
GcsDestinationConfig.Builder.setJsonFileFormat(JsonFileFormat value) |
JSON file format configuration.
|
GcsDestinationConfig.Builder |
GcsDestinationConfig.Builder.setJsonFileFormat(JsonFileFormat.Builder builderForValue) |
JSON file format configuration.
|
GcsDestinationConfig.Builder |
GcsDestinationConfig.Builder.setPath(String value) |
Path inside the Cloud Storage bucket to write data to.
|
GcsDestinationConfig.Builder |
GcsDestinationConfig.Builder.setPathBytes(com.google.protobuf.ByteString value) |
Path inside the Cloud Storage bucket to write data to.
|
GcsDestinationConfig.Builder |
GcsDestinationConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
GcsDestinationConfig.Builder |
GcsDestinationConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
GcsDestinationConfig.Builder |
GcsDestinationConfig.toBuilder() |
|