Package | Description |
---|---|
com.google.cloud.dialogflow.v2 |
A client to Dialogflow 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 |
ExportOperationMetadataOrBuilder.getExportedGcsDestination()
Cloud Storage file path of the exported data.
|
GcsDestination |
ExportOperationMetadata.getExportedGcsDestination()
Cloud Storage file path of the exported data.
|
GcsDestination |
ExportOperationMetadata.Builder.getExportedGcsDestination()
Cloud Storage file path of the exported data.
|
GcsDestination |
ExportDocumentRequestOrBuilder.getGcsDestination()
Cloud Storage file path to export the document.
|
GcsDestination |
ExportDocumentRequest.getGcsDestination()
Cloud Storage file path to export the document.
|
GcsDestination |
ExportDocumentRequest.Builder.getGcsDestination()
Cloud Storage file path to export the document.
|
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 |
---|---|
ExportOperationMetadata.Builder |
ExportOperationMetadata.Builder.mergeExportedGcsDestination(GcsDestination value)
Cloud Storage file path of the exported data.
|
GcsDestination.Builder |
GcsDestination.Builder.mergeFrom(GcsDestination other) |
ExportDocumentRequest.Builder |
ExportDocumentRequest.Builder.mergeGcsDestination(GcsDestination value)
Cloud Storage file path to export the document.
|
static GcsDestination.Builder |
GcsDestination.newBuilder(GcsDestination prototype) |
ExportOperationMetadata.Builder |
ExportOperationMetadata.Builder.setExportedGcsDestination(GcsDestination value)
Cloud Storage file path of the exported data.
|
ExportDocumentRequest.Builder |
ExportDocumentRequest.Builder.setGcsDestination(GcsDestination value)
Cloud Storage file path to export the document.
|
Copyright © 2022 Google LLC. All rights reserved.