Uses of Class
com.google.cloud.datastream.v1.AvroFileFormat.Builder
-
Packages that use AvroFileFormat.Builder Package Description com.google.cloud.datastream.v1 A client to Datastream API -
-
Uses of AvroFileFormat.Builder in com.google.cloud.datastream.v1
Methods in com.google.cloud.datastream.v1 that return AvroFileFormat.Builder Modifier and Type Method Description AvroFileFormat.Builder
AvroFileFormat.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
AvroFileFormat.Builder
AvroFileFormat.Builder. clear()
AvroFileFormat.Builder
AvroFileFormat.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
AvroFileFormat.Builder
AvroFileFormat.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
AvroFileFormat.Builder
AvroFileFormat.Builder. clone()
AvroFileFormat.Builder
GcsDestinationConfig.Builder. getAvroFileFormatBuilder()
AVRO file format configuration.AvroFileFormat.Builder
AvroFileFormat.Builder. mergeFrom(AvroFileFormat other)
AvroFileFormat.Builder
AvroFileFormat.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
AvroFileFormat.Builder
AvroFileFormat.Builder. mergeFrom(com.google.protobuf.Message other)
AvroFileFormat.Builder
AvroFileFormat.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static AvroFileFormat.Builder
AvroFileFormat. newBuilder()
static AvroFileFormat.Builder
AvroFileFormat. newBuilder(AvroFileFormat prototype)
AvroFileFormat.Builder
AvroFileFormat. newBuilderForType()
protected AvroFileFormat.Builder
AvroFileFormat. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
AvroFileFormat.Builder
AvroFileFormat.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
AvroFileFormat.Builder
AvroFileFormat.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
AvroFileFormat.Builder
AvroFileFormat.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
AvroFileFormat.Builder
AvroFileFormat. toBuilder()
Methods in com.google.cloud.datastream.v1 with parameters of type AvroFileFormat.Builder Modifier and Type Method Description GcsDestinationConfig.Builder
GcsDestinationConfig.Builder. setAvroFileFormat(AvroFileFormat.Builder builderForValue)
AVRO file format configuration.
-