Uses of Class
com.google.cloud.datastream.v1alpha1.AvroFileFormat
-
Packages that use AvroFileFormat Package Description com.google.cloud.datastream.v1alpha1 A client to Datastream API -
-
Uses of AvroFileFormat in com.google.cloud.datastream.v1alpha1
Methods in com.google.cloud.datastream.v1alpha1 that return AvroFileFormat Modifier and Type Method Description AvroFileFormat
AvroFileFormat.Builder. build()
AvroFileFormat
AvroFileFormat.Builder. buildPartial()
AvroFileFormat
GcsDestinationConfig.Builder. getAvroFileFormat()
AVRO file format configuration.AvroFileFormat
GcsDestinationConfig. getAvroFileFormat()
AVRO file format configuration.AvroFileFormat
GcsDestinationConfigOrBuilder. getAvroFileFormat()
AVRO file format configuration.static AvroFileFormat
AvroFileFormat. getDefaultInstance()
AvroFileFormat
AvroFileFormat.Builder. getDefaultInstanceForType()
AvroFileFormat
AvroFileFormat. getDefaultInstanceForType()
static AvroFileFormat
AvroFileFormat. parseDelimitedFrom(InputStream input)
static AvroFileFormat
AvroFileFormat. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AvroFileFormat
AvroFileFormat. parseFrom(byte[] data)
static AvroFileFormat
AvroFileFormat. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AvroFileFormat
AvroFileFormat. parseFrom(com.google.protobuf.ByteString data)
static AvroFileFormat
AvroFileFormat. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AvroFileFormat
AvroFileFormat. parseFrom(com.google.protobuf.CodedInputStream input)
static AvroFileFormat
AvroFileFormat. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AvroFileFormat
AvroFileFormat. parseFrom(InputStream input)
static AvroFileFormat
AvroFileFormat. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AvroFileFormat
AvroFileFormat. parseFrom(ByteBuffer data)
static AvroFileFormat
AvroFileFormat. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datastream.v1alpha1 that return types with arguments of type AvroFileFormat Modifier and Type Method Description com.google.protobuf.Parser<AvroFileFormat>
AvroFileFormat. getParserForType()
static com.google.protobuf.Parser<AvroFileFormat>
AvroFileFormat. parser()
Methods in com.google.cloud.datastream.v1alpha1 with parameters of type AvroFileFormat Modifier and Type Method Description GcsDestinationConfig.Builder
GcsDestinationConfig.Builder. mergeAvroFileFormat(AvroFileFormat value)
AVRO file format configuration.AvroFileFormat.Builder
AvroFileFormat.Builder. mergeFrom(AvroFileFormat other)
static AvroFileFormat.Builder
AvroFileFormat. newBuilder(AvroFileFormat prototype)
GcsDestinationConfig.Builder
GcsDestinationConfig.Builder. setAvroFileFormat(AvroFileFormat value)
AVRO file format configuration.
-