Uses of Class
com.google.cloud.dialogflow.v2.GetDocumentRequest
-
Packages that use GetDocumentRequest Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow APIcom.google.cloud.dialogflow.v2.stub -
-
Uses of GetDocumentRequest in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return GetDocumentRequest Modifier and Type Method Description GetDocumentRequest
GetDocumentRequest.Builder. build()
GetDocumentRequest
GetDocumentRequest.Builder. buildPartial()
static GetDocumentRequest
GetDocumentRequest. getDefaultInstance()
GetDocumentRequest
GetDocumentRequest.Builder. getDefaultInstanceForType()
GetDocumentRequest
GetDocumentRequest. getDefaultInstanceForType()
static GetDocumentRequest
GetDocumentRequest. parseDelimitedFrom(InputStream input)
static GetDocumentRequest
GetDocumentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDocumentRequest
GetDocumentRequest. parseFrom(byte[] data)
static GetDocumentRequest
GetDocumentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDocumentRequest
GetDocumentRequest. parseFrom(com.google.protobuf.ByteString data)
static GetDocumentRequest
GetDocumentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDocumentRequest
GetDocumentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetDocumentRequest
GetDocumentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDocumentRequest
GetDocumentRequest. parseFrom(InputStream input)
static GetDocumentRequest
GetDocumentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDocumentRequest
GetDocumentRequest. parseFrom(ByteBuffer data)
static GetDocumentRequest
GetDocumentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type GetDocumentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetDocumentRequest,Document>
DocumentsClient. getDocumentCallable()
Retrieves the specified document.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDocumentRequest,Document>
DocumentsSettings.Builder. getDocumentSettings()
Returns the builder for the settings used for calls to getDocument.com.google.api.gax.rpc.UnaryCallSettings<GetDocumentRequest,Document>
DocumentsSettings. getDocumentSettings()
Returns the object with the settings used for calls to getDocument.static io.grpc.MethodDescriptor<GetDocumentRequest,Document>
DocumentsGrpc. getGetDocumentMethod()
com.google.protobuf.Parser<GetDocumentRequest>
GetDocumentRequest. getParserForType()
static com.google.protobuf.Parser<GetDocumentRequest>
GetDocumentRequest. parser()
Methods in com.google.cloud.dialogflow.v2 with parameters of type GetDocumentRequest Modifier and Type Method Description Document
DocumentsClient. getDocument(GetDocumentRequest request)
Retrieves the specified document.default void
DocumentsGrpc.AsyncService. getDocument(GetDocumentRequest request, io.grpc.stub.StreamObserver<Document> responseObserver)
Retrieves the specified document.Document
DocumentsGrpc.DocumentsBlockingStub. getDocument(GetDocumentRequest request)
Retrieves the specified document.com.google.common.util.concurrent.ListenableFuture<Document>
DocumentsGrpc.DocumentsFutureStub. getDocument(GetDocumentRequest request)
Retrieves the specified document.void
DocumentsGrpc.DocumentsStub. getDocument(GetDocumentRequest request, io.grpc.stub.StreamObserver<Document> responseObserver)
Retrieves the specified document.GetDocumentRequest.Builder
GetDocumentRequest.Builder. mergeFrom(GetDocumentRequest other)
static GetDocumentRequest.Builder
GetDocumentRequest. newBuilder(GetDocumentRequest prototype)
-
Uses of GetDocumentRequest in com.google.cloud.dialogflow.v2.stub
Methods in com.google.cloud.dialogflow.v2.stub that return types with arguments of type GetDocumentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetDocumentRequest,Document>
DocumentsStub. getDocumentCallable()
com.google.api.gax.rpc.UnaryCallable<GetDocumentRequest,Document>
GrpcDocumentsStub. getDocumentCallable()
com.google.api.gax.rpc.UnaryCallable<GetDocumentRequest,Document>
HttpJsonDocumentsStub. getDocumentCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDocumentRequest,Document>
DocumentsStubSettings.Builder. getDocumentSettings()
Returns the builder for the settings used for calls to getDocument.com.google.api.gax.rpc.UnaryCallSettings<GetDocumentRequest,Document>
DocumentsStubSettings. getDocumentSettings()
Returns the object with the settings used for calls to getDocument.
-