Class MemoryBankServiceStub (3.68.0)

public abstract class MemoryBankServiceStub implements BackgroundResource

Base stub class for the MemoryBankService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > MemoryBankServiceStub

Implements

BackgroundResource

Constructors

MemoryBankServiceStub()

public MemoryBankServiceStub()

Methods

close()

public abstract void close()

createMemoryCallable()

public UnaryCallable<CreateMemoryRequest,Operation> createMemoryCallable()
Returns
Type Description
UnaryCallable<CreateMemoryRequest,Operation>

createMemoryOperationCallable()

public OperationCallable<CreateMemoryRequest,Memory,CreateMemoryOperationMetadata> createMemoryOperationCallable()
Returns
Type Description
OperationCallable<CreateMemoryRequest,Memory,CreateMemoryOperationMetadata>

deleteMemoryCallable()

public UnaryCallable<DeleteMemoryRequest,Operation> deleteMemoryCallable()
Returns
Type Description
UnaryCallable<DeleteMemoryRequest,Operation>

deleteMemoryOperationCallable()

public OperationCallable<DeleteMemoryRequest,Empty,DeleteMemoryOperationMetadata> deleteMemoryOperationCallable()
Returns
Type Description
OperationCallable<DeleteMemoryRequest,Empty,DeleteMemoryOperationMetadata>

generateMemoriesCallable()

public UnaryCallable<GenerateMemoriesRequest,Operation> generateMemoriesCallable()
Returns
Type Description
UnaryCallable<GenerateMemoriesRequest,Operation>

generateMemoriesOperationCallable()

public OperationCallable<GenerateMemoriesRequest,GenerateMemoriesResponse,GenerateMemoriesOperationMetadata> generateMemoriesOperationCallable()
Returns
Type Description
OperationCallable<GenerateMemoriesRequest,GenerateMemoriesResponse,GenerateMemoriesOperationMetadata>

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

getMemoryCallable()

public UnaryCallable<GetMemoryRequest,Memory> getMemoryCallable()
Returns
Type Description
UnaryCallable<GetMemoryRequest,Memory>

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
Type Description
OperationsStub

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,MemoryBankServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

listMemoriesCallable()

public UnaryCallable<ListMemoriesRequest,ListMemoriesResponse> listMemoriesCallable()
Returns
Type Description
UnaryCallable<ListMemoriesRequest,ListMemoriesResponse>

listMemoriesPagedCallable()

public UnaryCallable<ListMemoriesRequest,MemoryBankServiceClient.ListMemoriesPagedResponse> listMemoriesPagedCallable()
Returns
Type Description
UnaryCallable<ListMemoriesRequest,ListMemoriesPagedResponse>

retrieveMemoriesCallable()

public UnaryCallable<RetrieveMemoriesRequest,RetrieveMemoriesResponse> retrieveMemoriesCallable()
Returns
Type Description
UnaryCallable<RetrieveMemoriesRequest,RetrieveMemoriesResponse>

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>

updateMemoryCallable()

public UnaryCallable<UpdateMemoryRequest,Operation> updateMemoryCallable()
Returns
Type Description
UnaryCallable<UpdateMemoryRequest,Operation>

updateMemoryOperationCallable()

public OperationCallable<UpdateMemoryRequest,Memory,UpdateMemoryOperationMetadata> updateMemoryOperationCallable()
Returns
Type Description
OperationCallable<UpdateMemoryRequest,Memory,UpdateMemoryOperationMetadata>