| Modifier and Type | Method and Description |
|---|---|
GcsDestination |
GcsDestination.Builder.build() |
GcsDestination |
GcsDestination.Builder.buildPartial() |
static GcsDestination |
GcsDestination.getDefaultInstance() |
GcsDestination |
GcsDestination.getDefaultInstanceForType() |
GcsDestination |
GcsDestination.Builder.getDefaultInstanceForType() |
GcsDestination |
CsvDestinationOrBuilder.getGcsDestination()
Required.
|
GcsDestination |
CsvDestination.getGcsDestination()
Required.
|
GcsDestination |
CsvDestination.Builder.getGcsDestination()
Required.
|
GcsDestination |
TFRecordDestination.getGcsDestination()
Required.
|
GcsDestination |
TFRecordDestination.Builder.getGcsDestination()
Required.
|
GcsDestination |
TFRecordDestinationOrBuilder.getGcsDestination()
Required.
|
static GcsDestination |
GcsDestination.parseDelimitedFrom(InputStream input) |
static GcsDestination |
GcsDestination.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GcsDestination |
GcsDestination.parseFrom(byte[] data) |
static GcsDestination |
GcsDestination.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GcsDestination |
GcsDestination.parseFrom(ByteBuffer data) |
static GcsDestination |
GcsDestination.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GcsDestination |
GcsDestination.parseFrom(com.google.protobuf.ByteString data) |
static GcsDestination |
GcsDestination.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GcsDestination |
GcsDestination.parseFrom(com.google.protobuf.CodedInputStream input) |
static GcsDestination |
GcsDestination.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GcsDestination |
GcsDestination.parseFrom(InputStream input) |
static GcsDestination |
GcsDestination.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<GcsDestination> |
GcsDestination.getParserForType() |
static com.google.protobuf.Parser<GcsDestination> |
GcsDestination.parser() |
| Modifier and Type | Method and Description |
|---|---|
GcsDestination.Builder |
GcsDestination.Builder.mergeFrom(GcsDestination other) |
CsvDestination.Builder |
CsvDestination.Builder.mergeGcsDestination(GcsDestination value)
Required.
|
TFRecordDestination.Builder |
TFRecordDestination.Builder.mergeGcsDestination(GcsDestination value)
Required.
|
static GcsDestination.Builder |
GcsDestination.newBuilder(GcsDestination prototype) |
CsvDestination.Builder |
CsvDestination.Builder.setGcsDestination(GcsDestination value)
Required.
|
TFRecordDestination.Builder |
TFRecordDestination.Builder.setGcsDestination(GcsDestination value)
Required.
|
Copyright © 2024 Google LLC. All rights reserved.