Class MemoryBankServiceStub
java.lang.Object
com.google.cloud.aiplatform.v1beta1.stub.MemoryBankServiceStub
- All Implemented Interfaces:
BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcMemoryBankServiceStub
@BetaApi
@Generated("by gapic-generator-java")
public abstract class MemoryBankServiceStub
extends Object
implements BackgroundResource
Base stub class for the MemoryBankService service API.
This class is for advanced usage and reflects the underlying API directly.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidclose()OperationCallable<DeleteMemoryRequest,com.google.protobuf.Empty, DeleteMemoryOperationMetadata> OperationCallable<GenerateMemoriesRequest,GenerateMemoriesResponse, GenerateMemoriesOperationMetadata> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.core.BackgroundResource
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
-
Constructor Details
-
MemoryBankServiceStub
public MemoryBankServiceStub()
-
-
Method Details
-
getOperationsStub
-
createMemoryOperationCallable
public OperationCallable<CreateMemoryRequest,Memory, createMemoryOperationCallable()CreateMemoryOperationMetadata> -
createMemoryCallable
-
getMemoryCallable
-
updateMemoryOperationCallable
public OperationCallable<UpdateMemoryRequest,Memory, updateMemoryOperationCallable()UpdateMemoryOperationMetadata> -
updateMemoryCallable
-
listMemoriesPagedCallable
public UnaryCallable<ListMemoriesRequest,MemoryBankServiceClient.ListMemoriesPagedResponse> listMemoriesPagedCallable() -
listMemoriesCallable
-
deleteMemoryOperationCallable
public OperationCallable<DeleteMemoryRequest,com.google.protobuf.Empty, deleteMemoryOperationCallable()DeleteMemoryOperationMetadata> -
deleteMemoryCallable
-
generateMemoriesOperationCallable
public OperationCallable<GenerateMemoriesRequest,GenerateMemoriesResponse, generateMemoriesOperationCallable()GenerateMemoriesOperationMetadata> -
generateMemoriesCallable
-
retrieveMemoriesCallable
-
listLocationsPagedCallable
public UnaryCallable<ListLocationsRequest,MemoryBankServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable() -
listLocationsCallable
-
getLocationCallable
-
setIamPolicyCallable
-
getIamPolicyCallable
-
testIamPermissionsCallable
public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable() -
close
public abstract void close()- Specified by:
closein interfaceAutoCloseable
-