Uses of Class
com.google.cloud.dialogflow.v2.GcsDestination
-
Packages that use GcsDestination Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of GcsDestination in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return GcsDestination Modifier and Type Method Description GcsDestination
GcsDestination.Builder. build()
GcsDestination
GcsDestination.Builder. buildPartial()
static GcsDestination
GcsDestination. getDefaultInstance()
GcsDestination
GcsDestination.Builder. getDefaultInstanceForType()
GcsDestination
GcsDestination. getDefaultInstanceForType()
GcsDestination
ExportOperationMetadata.Builder. getExportedGcsDestination()
Cloud Storage file path of the exported data.GcsDestination
ExportOperationMetadata. getExportedGcsDestination()
Cloud Storage file path of the exported data.GcsDestination
ExportOperationMetadataOrBuilder. getExportedGcsDestination()
Cloud Storage file path of the exported data.GcsDestination
ExportDocumentRequest.Builder. getGcsDestination()
Cloud Storage file path to export the document.GcsDestination
ExportDocumentRequest. getGcsDestination()
Cloud Storage file path to export the document.GcsDestination
ExportDocumentRequestOrBuilder. getGcsDestination()
Cloud Storage file path to export the document.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(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)
static GcsDestination
GcsDestination. parseFrom(ByteBuffer data)
static GcsDestination
GcsDestination. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type GcsDestination Modifier and Type Method Description com.google.protobuf.Parser<GcsDestination>
GcsDestination. getParserForType()
static com.google.protobuf.Parser<GcsDestination>
GcsDestination. parser()
Methods in com.google.cloud.dialogflow.v2 with parameters of type GcsDestination Modifier and Type Method 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.
-