Uses of Class
com.google.cloud.dialogflow.v2.ImportDocumentsResponse
-
Packages that use ImportDocumentsResponse Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow APIcom.google.cloud.dialogflow.v2.stub -
-
Uses of ImportDocumentsResponse in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return ImportDocumentsResponse Modifier and Type Method Description ImportDocumentsResponse
ImportDocumentsResponse.Builder. build()
ImportDocumentsResponse
ImportDocumentsResponse.Builder. buildPartial()
static ImportDocumentsResponse
ImportDocumentsResponse. getDefaultInstance()
ImportDocumentsResponse
ImportDocumentsResponse.Builder. getDefaultInstanceForType()
ImportDocumentsResponse
ImportDocumentsResponse. getDefaultInstanceForType()
static ImportDocumentsResponse
ImportDocumentsResponse. parseDelimitedFrom(InputStream input)
static ImportDocumentsResponse
ImportDocumentsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportDocumentsResponse
ImportDocumentsResponse. parseFrom(byte[] data)
static ImportDocumentsResponse
ImportDocumentsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportDocumentsResponse
ImportDocumentsResponse. parseFrom(com.google.protobuf.ByteString data)
static ImportDocumentsResponse
ImportDocumentsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportDocumentsResponse
ImportDocumentsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ImportDocumentsResponse
ImportDocumentsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportDocumentsResponse
ImportDocumentsResponse. parseFrom(InputStream input)
static ImportDocumentsResponse
ImportDocumentsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportDocumentsResponse
ImportDocumentsResponse. parseFrom(ByteBuffer data)
static ImportDocumentsResponse
ImportDocumentsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type ImportDocumentsResponse Modifier and Type Method Description com.google.protobuf.Parser<ImportDocumentsResponse>
ImportDocumentsResponse. getParserForType()
com.google.api.gax.longrunning.OperationFuture<ImportDocumentsResponse,KnowledgeOperationMetadata>
DocumentsClient. importDocumentsAsync(ImportDocumentsRequest request)
Creates documents by importing data from external sources.com.google.api.gax.rpc.OperationCallable<ImportDocumentsRequest,ImportDocumentsResponse,KnowledgeOperationMetadata>
DocumentsClient. importDocumentsOperationCallable()
Creates documents by importing data from external sources.com.google.api.gax.rpc.OperationCallSettings.Builder<ImportDocumentsRequest,ImportDocumentsResponse,KnowledgeOperationMetadata>
DocumentsSettings.Builder. importDocumentsOperationSettings()
Returns the builder for the settings used for calls to importDocuments.com.google.api.gax.rpc.OperationCallSettings<ImportDocumentsRequest,ImportDocumentsResponse,KnowledgeOperationMetadata>
DocumentsSettings. importDocumentsOperationSettings()
Returns the object with the settings used for calls to importDocuments.static com.google.protobuf.Parser<ImportDocumentsResponse>
ImportDocumentsResponse. parser()
Methods in com.google.cloud.dialogflow.v2 with parameters of type ImportDocumentsResponse Modifier and Type Method Description ImportDocumentsResponse.Builder
ImportDocumentsResponse.Builder. mergeFrom(ImportDocumentsResponse other)
static ImportDocumentsResponse.Builder
ImportDocumentsResponse. newBuilder(ImportDocumentsResponse prototype)
-
Uses of ImportDocumentsResponse in com.google.cloud.dialogflow.v2.stub
Methods in com.google.cloud.dialogflow.v2.stub that return types with arguments of type ImportDocumentsResponse Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<ImportDocumentsRequest,ImportDocumentsResponse,KnowledgeOperationMetadata>
DocumentsStub. importDocumentsOperationCallable()
com.google.api.gax.rpc.OperationCallable<ImportDocumentsRequest,ImportDocumentsResponse,KnowledgeOperationMetadata>
GrpcDocumentsStub. importDocumentsOperationCallable()
com.google.api.gax.rpc.OperationCallable<ImportDocumentsRequest,ImportDocumentsResponse,KnowledgeOperationMetadata>
HttpJsonDocumentsStub. importDocumentsOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<ImportDocumentsRequest,ImportDocumentsResponse,KnowledgeOperationMetadata>
DocumentsStubSettings.Builder. importDocumentsOperationSettings()
Returns the builder for the settings used for calls to importDocuments.com.google.api.gax.rpc.OperationCallSettings<ImportDocumentsRequest,ImportDocumentsResponse,KnowledgeOperationMetadata>
DocumentsStubSettings. importDocumentsOperationSettings()
Returns the object with the settings used for calls to importDocuments.
-