| Modifier and Type | Method and Description |
|---|---|
GcsDestinationConfig |
GcsDestinationConfig.Builder.build() |
GcsDestinationConfig |
GcsDestinationConfig.Builder.buildPartial() |
static GcsDestinationConfig |
GcsDestinationConfig.getDefaultInstance() |
GcsDestinationConfig |
GcsDestinationConfig.getDefaultInstanceForType() |
GcsDestinationConfig |
GcsDestinationConfig.Builder.getDefaultInstanceForType() |
GcsDestinationConfig |
DestinationConfigOrBuilder.getGcsDestinationConfig()
A configuration for how data should be loaded to Cloud Storage.
|
GcsDestinationConfig |
DestinationConfig.getGcsDestinationConfig()
A configuration for how data should be loaded to Cloud Storage.
|
GcsDestinationConfig |
DestinationConfig.Builder.getGcsDestinationConfig()
A configuration for how data should be loaded to Cloud Storage.
|
static GcsDestinationConfig |
GcsDestinationConfig.parseDelimitedFrom(InputStream input) |
static GcsDestinationConfig |
GcsDestinationConfig.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GcsDestinationConfig |
GcsDestinationConfig.parseFrom(byte[] data) |
static GcsDestinationConfig |
GcsDestinationConfig.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GcsDestinationConfig |
GcsDestinationConfig.parseFrom(ByteBuffer data) |
static GcsDestinationConfig |
GcsDestinationConfig.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GcsDestinationConfig |
GcsDestinationConfig.parseFrom(com.google.protobuf.ByteString data) |
static GcsDestinationConfig |
GcsDestinationConfig.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GcsDestinationConfig |
GcsDestinationConfig.parseFrom(com.google.protobuf.CodedInputStream input) |
static GcsDestinationConfig |
GcsDestinationConfig.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GcsDestinationConfig |
GcsDestinationConfig.parseFrom(InputStream input) |
static GcsDestinationConfig |
GcsDestinationConfig.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<GcsDestinationConfig> |
GcsDestinationConfig.getParserForType() |
static com.google.protobuf.Parser<GcsDestinationConfig> |
GcsDestinationConfig.parser() |
| Modifier and Type | Method and Description |
|---|---|
GcsDestinationConfig.Builder |
GcsDestinationConfig.Builder.mergeFrom(GcsDestinationConfig other) |
DestinationConfig.Builder |
DestinationConfig.Builder.mergeGcsDestinationConfig(GcsDestinationConfig value)
A configuration for how data should be loaded to Cloud Storage.
|
static GcsDestinationConfig.Builder |
GcsDestinationConfig.newBuilder(GcsDestinationConfig prototype) |
DestinationConfig.Builder |
DestinationConfig.Builder.setGcsDestinationConfig(GcsDestinationConfig value)
A configuration for how data should be loaded to Cloud Storage.
|
Copyright © 2022 Google LLC. All rights reserved.