| Modifier and Type | Method and Description |
|---|---|
AvroFileFormat |
AvroFileFormat.Builder.build() |
AvroFileFormat |
AvroFileFormat.Builder.buildPartial() |
AvroFileFormat |
GcsDestinationConfigOrBuilder.getAvroFileFormat()
AVRO file format configuration.
|
AvroFileFormat |
GcsDestinationConfig.getAvroFileFormat()
AVRO file format configuration.
|
AvroFileFormat |
GcsDestinationConfig.Builder.getAvroFileFormat()
AVRO file format configuration.
|
static AvroFileFormat |
AvroFileFormat.getDefaultInstance() |
AvroFileFormat |
AvroFileFormat.getDefaultInstanceForType() |
AvroFileFormat |
AvroFileFormat.Builder.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(ByteBuffer data) |
static AvroFileFormat |
AvroFileFormat.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<AvroFileFormat> |
AvroFileFormat.getParserForType() |
static com.google.protobuf.Parser<AvroFileFormat> |
AvroFileFormat.parser() |
| Modifier and Type | Method and 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.
|
Copyright © 2022 Google LLC. All rights reserved.