Uses of Class
com.google.cloud.dialogflow.v2beta1.GcsSource
-
Packages that use GcsSource Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of GcsSource in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return GcsSource Modifier and Type Method Description GcsSourceGcsSource.Builder. build()GcsSourceGcsSource.Builder. buildPartial()static GcsSourceGcsSource. getDefaultInstance()GcsSourceGcsSource.Builder. getDefaultInstanceForType()GcsSourceGcsSource. getDefaultInstanceForType()GcsSourceReloadDocumentRequest.Builder. getGcsSource()The path for a Cloud Storage source file for reloading document content.GcsSourceReloadDocumentRequest. getGcsSource()The path for a Cloud Storage source file for reloading document content.GcsSourceReloadDocumentRequestOrBuilder. getGcsSource()The path for a Cloud Storage source file for reloading document content.static GcsSourceGcsSource. parseDelimitedFrom(InputStream input)static GcsSourceGcsSource. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcsSourceGcsSource. parseFrom(byte[] data)static GcsSourceGcsSource. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcsSourceGcsSource. parseFrom(com.google.protobuf.ByteString data)static GcsSourceGcsSource. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcsSourceGcsSource. parseFrom(com.google.protobuf.CodedInputStream input)static GcsSourceGcsSource. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcsSourceGcsSource. parseFrom(InputStream input)static GcsSourceGcsSource. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcsSourceGcsSource. parseFrom(ByteBuffer data)static GcsSourceGcsSource. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type GcsSource Modifier and Type Method Description com.google.protobuf.Parser<GcsSource>GcsSource. getParserForType()static com.google.protobuf.Parser<GcsSource>GcsSource. parser()Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type GcsSource Modifier and Type Method Description GcsSource.BuilderGcsSource.Builder. mergeFrom(GcsSource other)ReloadDocumentRequest.BuilderReloadDocumentRequest.Builder. mergeGcsSource(GcsSource value)The path for a Cloud Storage source file for reloading document content.static GcsSource.BuilderGcsSource. newBuilder(GcsSource prototype)com.google.api.gax.longrunning.OperationFuture<Document,KnowledgeOperationMetadata>DocumentsClient. reloadDocumentAsync(DocumentName name, GcsSource gcsSource)Reloads the specified document from its specified source, content_uri or content.com.google.api.gax.longrunning.OperationFuture<Document,KnowledgeOperationMetadata>DocumentsClient. reloadDocumentAsync(String name, GcsSource gcsSource)Reloads the specified document from its specified source, content_uri or content.ReloadDocumentRequest.BuilderReloadDocumentRequest.Builder. setGcsSource(GcsSource value)The path for a Cloud Storage source file for reloading document content.
-