Uses of Class
com.google.cloud.dialogflow.v2beta1.GetContextRequest
-
Packages that use GetContextRequest Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.v2beta1.stub -
-
Uses of GetContextRequest in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return GetContextRequest Modifier and Type Method Description GetContextRequest
GetContextRequest.Builder. build()
GetContextRequest
GetContextRequest.Builder. buildPartial()
static GetContextRequest
GetContextRequest. getDefaultInstance()
GetContextRequest
GetContextRequest.Builder. getDefaultInstanceForType()
GetContextRequest
GetContextRequest. getDefaultInstanceForType()
static GetContextRequest
GetContextRequest. parseDelimitedFrom(InputStream input)
static GetContextRequest
GetContextRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetContextRequest
GetContextRequest. parseFrom(byte[] data)
static GetContextRequest
GetContextRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetContextRequest
GetContextRequest. parseFrom(com.google.protobuf.ByteString data)
static GetContextRequest
GetContextRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetContextRequest
GetContextRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetContextRequest
GetContextRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetContextRequest
GetContextRequest. parseFrom(InputStream input)
static GetContextRequest
GetContextRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetContextRequest
GetContextRequest. parseFrom(ByteBuffer data)
static GetContextRequest
GetContextRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type GetContextRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetContextRequest,Context>
ContextsClient. getContextCallable()
Retrieves the specified context.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetContextRequest,Context>
ContextsSettings.Builder. getContextSettings()
Returns the builder for the settings used for calls to getContext.com.google.api.gax.rpc.UnaryCallSettings<GetContextRequest,Context>
ContextsSettings. getContextSettings()
Returns the object with the settings used for calls to getContext.static io.grpc.MethodDescriptor<GetContextRequest,Context>
ContextsGrpc. getGetContextMethod()
com.google.protobuf.Parser<GetContextRequest>
GetContextRequest. getParserForType()
static com.google.protobuf.Parser<GetContextRequest>
GetContextRequest. parser()
Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type GetContextRequest Modifier and Type Method Description Context
ContextsClient. getContext(GetContextRequest request)
Retrieves the specified context.default void
ContextsGrpc.AsyncService. getContext(GetContextRequest request, io.grpc.stub.StreamObserver<Context> responseObserver)
Retrieves the specified context.Context
ContextsGrpc.ContextsBlockingStub. getContext(GetContextRequest request)
Retrieves the specified context.com.google.common.util.concurrent.ListenableFuture<Context>
ContextsGrpc.ContextsFutureStub. getContext(GetContextRequest request)
Retrieves the specified context.void
ContextsGrpc.ContextsStub. getContext(GetContextRequest request, io.grpc.stub.StreamObserver<Context> responseObserver)
Retrieves the specified context.GetContextRequest.Builder
GetContextRequest.Builder. mergeFrom(GetContextRequest other)
static GetContextRequest.Builder
GetContextRequest. newBuilder(GetContextRequest prototype)
-
Uses of GetContextRequest in com.google.cloud.dialogflow.v2beta1.stub
Methods in com.google.cloud.dialogflow.v2beta1.stub that return types with arguments of type GetContextRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetContextRequest,Context>
ContextsStub. getContextCallable()
com.google.api.gax.rpc.UnaryCallable<GetContextRequest,Context>
GrpcContextsStub. getContextCallable()
com.google.api.gax.rpc.UnaryCallable<GetContextRequest,Context>
HttpJsonContextsStub. getContextCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetContextRequest,Context>
ContextsStubSettings.Builder. getContextSettings()
Returns the builder for the settings used for calls to getContext.com.google.api.gax.rpc.UnaryCallSettings<GetContextRequest,Context>
ContextsStubSettings. getContextSettings()
Returns the object with the settings used for calls to getContext.
-