Uses of Class
com.google.cloud.aiplatform.v1.DeleteContextRequest
-
Packages that use DeleteContextRequest Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of DeleteContextRequest in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 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.aiplatform.v1 that return types with arguments of type DeleteContextRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteContextRequest,com.google.longrunning.Operation>
MetadataServiceClient. deleteContextCallable()
Deletes a stored Context.com.google.api.gax.rpc.OperationCallable<DeleteContextRequest,com.google.protobuf.Empty,DeleteOperationMetadata>
MetadataServiceClient. deleteContextOperationCallable()
Deletes a stored Context.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteContextRequest,com.google.protobuf.Empty,DeleteOperationMetadata>
MetadataServiceSettings.Builder. deleteContextOperationSettings()
Returns the builder for the settings used for calls to deleteContext.com.google.api.gax.rpc.OperationCallSettings<DeleteContextRequest,com.google.protobuf.Empty,DeleteOperationMetadata>
MetadataServiceSettings. deleteContextOperationSettings()
Returns the object with the settings used for calls to deleteContext.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteContextRequest,com.google.longrunning.Operation>
MetadataServiceSettings.Builder. deleteContextSettings()
Returns the builder for the settings used for calls to deleteContext.com.google.api.gax.rpc.UnaryCallSettings<DeleteContextRequest,com.google.longrunning.Operation>
MetadataServiceSettings. deleteContextSettings()
Returns the object with the settings used for calls to deleteContext.static io.grpc.MethodDescriptor<DeleteContextRequest,com.google.longrunning.Operation>
MetadataServiceGrpc. getDeleteContextMethod()
com.google.protobuf.Parser<DeleteContextRequest>
DeleteContextRequest. getParserForType()
static com.google.protobuf.Parser<DeleteContextRequest>
DeleteContextRequest. parser()
Methods in com.google.cloud.aiplatform.v1 with parameters of type DeleteContextRequest Modifier and Type Method Description default void
MetadataServiceGrpc.AsyncService. deleteContext(DeleteContextRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Deletes a stored Context.com.google.longrunning.Operation
MetadataServiceGrpc.MetadataServiceBlockingStub. deleteContext(DeleteContextRequest request)
Deletes a stored Context.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
MetadataServiceGrpc.MetadataServiceFutureStub. deleteContext(DeleteContextRequest request)
Deletes a stored Context.void
MetadataServiceGrpc.MetadataServiceStub. deleteContext(DeleteContextRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Deletes a stored Context.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata>
MetadataServiceClient. deleteContextAsync(DeleteContextRequest request)
Deletes a stored Context.DeleteContextRequest.Builder
DeleteContextRequest.Builder. mergeFrom(DeleteContextRequest other)
static DeleteContextRequest.Builder
DeleteContextRequest. newBuilder(DeleteContextRequest prototype)
-
Uses of DeleteContextRequest in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type DeleteContextRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteContextRequest,com.google.longrunning.Operation>
GrpcMetadataServiceStub. deleteContextCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteContextRequest,com.google.longrunning.Operation>
MetadataServiceStub. deleteContextCallable()
com.google.api.gax.rpc.OperationCallable<DeleteContextRequest,com.google.protobuf.Empty,DeleteOperationMetadata>
GrpcMetadataServiceStub. deleteContextOperationCallable()
com.google.api.gax.rpc.OperationCallable<DeleteContextRequest,com.google.protobuf.Empty,DeleteOperationMetadata>
MetadataServiceStub. deleteContextOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteContextRequest,com.google.protobuf.Empty,DeleteOperationMetadata>
MetadataServiceStubSettings.Builder. deleteContextOperationSettings()
Returns the builder for the settings used for calls to deleteContext.com.google.api.gax.rpc.OperationCallSettings<DeleteContextRequest,com.google.protobuf.Empty,DeleteOperationMetadata>
MetadataServiceStubSettings. deleteContextOperationSettings()
Returns the object with the settings used for calls to deleteContext.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteContextRequest,com.google.longrunning.Operation>
MetadataServiceStubSettings.Builder. deleteContextSettings()
Returns the builder for the settings used for calls to deleteContext.com.google.api.gax.rpc.UnaryCallSettings<DeleteContextRequest,com.google.longrunning.Operation>
MetadataServiceStubSettings. deleteContextSettings()
Returns the object with the settings used for calls to deleteContext.
-