Uses of Class
com.google.cloud.dialogflow.v2.GetContextRequest
-
Packages that use GetContextRequest Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow APIcom.google.cloud.dialogflow.v2.stub -
-
Uses of GetContextRequest in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return GetContextRequest Modifier and Type Method Description GetContextRequestGetContextRequest.Builder. build()GetContextRequestGetContextRequest.Builder. buildPartial()static GetContextRequestGetContextRequest. getDefaultInstance()GetContextRequestGetContextRequest.Builder. getDefaultInstanceForType()GetContextRequestGetContextRequest. getDefaultInstanceForType()static GetContextRequestGetContextRequest. parseDelimitedFrom(InputStream input)static GetContextRequestGetContextRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetContextRequestGetContextRequest. parseFrom(byte[] data)static GetContextRequestGetContextRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetContextRequestGetContextRequest. parseFrom(com.google.protobuf.ByteString data)static GetContextRequestGetContextRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetContextRequestGetContextRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetContextRequestGetContextRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetContextRequestGetContextRequest. parseFrom(InputStream input)static GetContextRequestGetContextRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetContextRequestGetContextRequest. parseFrom(ByteBuffer data)static GetContextRequestGetContextRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.v2 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.v2 with parameters of type GetContextRequest Modifier and Type Method Description ContextContextsClient. getContext(GetContextRequest request)Retrieves the specified context.default voidContextsGrpc.AsyncService. getContext(GetContextRequest request, io.grpc.stub.StreamObserver<Context> responseObserver)Retrieves the specified context.ContextContextsGrpc.ContextsBlockingStub. getContext(GetContextRequest request)Retrieves the specified context.com.google.common.util.concurrent.ListenableFuture<Context>ContextsGrpc.ContextsFutureStub. getContext(GetContextRequest request)Retrieves the specified context.voidContextsGrpc.ContextsStub. getContext(GetContextRequest request, io.grpc.stub.StreamObserver<Context> responseObserver)Retrieves the specified context.GetContextRequest.BuilderGetContextRequest.Builder. mergeFrom(GetContextRequest other)static GetContextRequest.BuilderGetContextRequest. newBuilder(GetContextRequest prototype) -
Uses of GetContextRequest in com.google.cloud.dialogflow.v2.stub
Methods in com.google.cloud.dialogflow.v2.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.
-