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 GcsDestinationGcsDestination.Builder. build()GcsDestinationGcsDestination.Builder. buildPartial()static GcsDestinationGcsDestination. getDefaultInstance()GcsDestinationGcsDestination.Builder. getDefaultInstanceForType()GcsDestinationGcsDestination. getDefaultInstanceForType()GcsDestinationExportOperationMetadata.Builder. getExportedGcsDestination()Cloud Storage file path of the exported data.GcsDestinationExportOperationMetadata. getExportedGcsDestination()Cloud Storage file path of the exported data.GcsDestinationExportOperationMetadataOrBuilder. getExportedGcsDestination()Cloud Storage file path of the exported data.GcsDestinationExportDocumentRequest.Builder. getGcsDestination()Cloud Storage file path to export the document.GcsDestinationExportDocumentRequest. getGcsDestination()Cloud Storage file path to export the document.GcsDestinationExportDocumentRequestOrBuilder. getGcsDestination()Cloud Storage file path to export the document.static GcsDestinationGcsDestination. parseDelimitedFrom(InputStream input)static GcsDestinationGcsDestination. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcsDestinationGcsDestination. parseFrom(byte[] data)static GcsDestinationGcsDestination. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcsDestinationGcsDestination. parseFrom(com.google.protobuf.ByteString data)static GcsDestinationGcsDestination. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcsDestinationGcsDestination. parseFrom(com.google.protobuf.CodedInputStream input)static GcsDestinationGcsDestination. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcsDestinationGcsDestination. parseFrom(InputStream input)static GcsDestinationGcsDestination. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcsDestinationGcsDestination. parseFrom(ByteBuffer data)static GcsDestinationGcsDestination. 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.BuilderExportOperationMetadata.Builder. mergeExportedGcsDestination(GcsDestination value)Cloud Storage file path of the exported data.GcsDestination.BuilderGcsDestination.Builder. mergeFrom(GcsDestination other)ExportDocumentRequest.BuilderExportDocumentRequest.Builder. mergeGcsDestination(GcsDestination value)Cloud Storage file path to export the document.static GcsDestination.BuilderGcsDestination. newBuilder(GcsDestination prototype)ExportOperationMetadata.BuilderExportOperationMetadata.Builder. setExportedGcsDestination(GcsDestination value)Cloud Storage file path of the exported data.ExportDocumentRequest.BuilderExportDocumentRequest.Builder. setGcsDestination(GcsDestination value)Cloud Storage file path to export the document.
-