Class CloudMemcacheStub (2.16.0)

public abstract class CloudMemcacheStub implements BackgroundResource

Base stub class for the CloudMemcache service API.

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

Inheritance

java.lang.Object > CloudMemcacheStub

Implements

BackgroundResource

Constructors

CloudMemcacheStub()

public CloudMemcacheStub()

Methods

applyParametersCallable()

public UnaryCallable<ApplyParametersRequest,Operation> applyParametersCallable()

applyParametersOperationCallable()

public OperationCallable<ApplyParametersRequest,Instance,OperationMetadata> applyParametersOperationCallable()

close()

public abstract void close()

createInstanceCallable()

public UnaryCallable<CreateInstanceRequest,Operation> createInstanceCallable()

createInstanceOperationCallable()

public OperationCallable<CreateInstanceRequest,Instance,OperationMetadata> createInstanceOperationCallable()

deleteInstanceCallable()

public UnaryCallable<DeleteInstanceRequest,Operation> deleteInstanceCallable()

deleteInstanceOperationCallable()

public OperationCallable<DeleteInstanceRequest,Empty,OperationMetadata> deleteInstanceOperationCallable()

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
TypeDescription
OperationsStub

getInstanceCallable()

public UnaryCallable<GetInstanceRequest,Instance> getInstanceCallable()

getLocationCallable()

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

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

listInstancesCallable()

public UnaryCallable<ListInstancesRequest,ListInstancesResponse> listInstancesCallable()

listInstancesPagedCallable()

public UnaryCallable<ListInstancesRequest,CloudMemcacheClient.ListInstancesPagedResponse> listInstancesPagedCallable()

listLocationsCallable()

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

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,CloudMemcacheClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

rescheduleMaintenanceCallable()

public UnaryCallable<RescheduleMaintenanceRequest,Operation> rescheduleMaintenanceCallable()

rescheduleMaintenanceOperationCallable()

public OperationCallable<RescheduleMaintenanceRequest,Instance,OperationMetadata> rescheduleMaintenanceOperationCallable()

updateInstanceCallable()

public UnaryCallable<UpdateInstanceRequest,Operation> updateInstanceCallable()

updateInstanceOperationCallable()

public OperationCallable<UpdateInstanceRequest,Instance,OperationMetadata> updateInstanceOperationCallable()

updateParametersCallable()

public UnaryCallable<UpdateParametersRequest,Operation> updateParametersCallable()

updateParametersOperationCallable()

public OperationCallable<UpdateParametersRequest,Instance,OperationMetadata> updateParametersOperationCallable()