Package | Description |
---|---|
com.google.cloud.translate.v3beta1 |
A client to Cloud Translation API
|
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 |
DocumentOutputConfigOrBuilder.getGcsDestination()
Optional.
|
GcsDestination |
BatchDocumentOutputConfig.getGcsDestination()
Google Cloud Storage destination for output content.
|
GcsDestination |
BatchDocumentOutputConfig.Builder.getGcsDestination()
Google Cloud Storage destination for output content.
|
GcsDestination |
OutputConfigOrBuilder.getGcsDestination()
Google Cloud Storage destination for output content.
|
GcsDestination |
DocumentOutputConfig.getGcsDestination()
Optional.
|
GcsDestination |
DocumentOutputConfig.Builder.getGcsDestination()
Optional.
|
GcsDestination |
BatchDocumentOutputConfigOrBuilder.getGcsDestination()
Google Cloud Storage destination for output content.
|
GcsDestination |
OutputConfig.getGcsDestination()
Google Cloud Storage destination for output content.
|
GcsDestination |
OutputConfig.Builder.getGcsDestination()
Google Cloud Storage destination for output content.
|
static GcsDestination |
GcsDestination.parseDelimitedFrom(InputStream input) |
static GcsDestination |
GcsDestination.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static GcsDestination |
GcsDestination.parseFrom(byte[] data) |
static GcsDestination |
GcsDestination.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static GcsDestination |
GcsDestination.parseFrom(ByteBuffer data) |
static GcsDestination |
GcsDestination.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static GcsDestination |
GcsDestination.parseFrom(ByteString data) |
static GcsDestination |
GcsDestination.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static GcsDestination |
GcsDestination.parseFrom(CodedInputStream input) |
static GcsDestination |
GcsDestination.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static GcsDestination |
GcsDestination.parseFrom(InputStream input) |
static GcsDestination |
GcsDestination.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<GcsDestination> |
GcsDestination.getParserForType() |
static Parser<GcsDestination> |
GcsDestination.parser() |
Modifier and Type | Method and Description |
---|---|
GcsDestination.Builder |
GcsDestination.Builder.mergeFrom(GcsDestination other) |
BatchDocumentOutputConfig.Builder |
BatchDocumentOutputConfig.Builder.mergeGcsDestination(GcsDestination value)
Google Cloud Storage destination for output content.
|
DocumentOutputConfig.Builder |
DocumentOutputConfig.Builder.mergeGcsDestination(GcsDestination value)
Optional.
|
OutputConfig.Builder |
OutputConfig.Builder.mergeGcsDestination(GcsDestination value)
Google Cloud Storage destination for output content.
|
static GcsDestination.Builder |
GcsDestination.newBuilder(GcsDestination prototype) |
BatchDocumentOutputConfig.Builder |
BatchDocumentOutputConfig.Builder.setGcsDestination(GcsDestination value)
Google Cloud Storage destination for output content.
|
DocumentOutputConfig.Builder |
DocumentOutputConfig.Builder.setGcsDestination(GcsDestination value)
Optional.
|
OutputConfig.Builder |
OutputConfig.Builder.setGcsDestination(GcsDestination value)
Google Cloud Storage destination for output content.
|
Copyright © 2022 Google LLC. All rights reserved.