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