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 DeleteContextRequest
DeleteContextRequest.Builder. build()
DeleteContextRequest
DeleteContextRequest.Builder. buildPartial()
static DeleteContextRequest
DeleteContextRequest. getDefaultInstance()
DeleteContextRequest
DeleteContextRequest.Builder. getDefaultInstanceForType()
DeleteContextRequest
DeleteContextRequest. getDefaultInstanceForType()
static DeleteContextRequest
DeleteContextRequest. parseDelimitedFrom(InputStream input)
static DeleteContextRequest
DeleteContextRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteContextRequest
DeleteContextRequest. parseFrom(byte[] data)
static DeleteContextRequest
DeleteContextRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteContextRequest
DeleteContextRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteContextRequest
DeleteContextRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteContextRequest
DeleteContextRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteContextRequest
DeleteContextRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteContextRequest
DeleteContextRequest. parseFrom(InputStream input)
static DeleteContextRequest
DeleteContextRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteContextRequest
DeleteContextRequest. parseFrom(ByteBuffer data)
static DeleteContextRequest
DeleteContextRequest. 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 void
ContextsClient. deleteContext(DeleteContextRequest request)
Deletes the specified context.default void
ContextsGrpc.AsyncService. deleteContext(DeleteContextRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes the specified context.com.google.protobuf.Empty
ContextsGrpc.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.void
ContextsGrpc.ContextsStub. deleteContext(DeleteContextRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes the specified context.DeleteContextRequest.Builder
DeleteContextRequest.Builder. mergeFrom(DeleteContextRequest other)
static DeleteContextRequest.Builder
DeleteContextRequest. 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.
-