Class CloudMemcacheStub

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()
Returns
TypeDescription
UnaryCallable<ApplyParametersRequest,Operation>

applyParametersOperationCallable()

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

applySoftwareUpdateCallable()

public UnaryCallable<ApplySoftwareUpdateRequest,Operation> applySoftwareUpdateCallable()
Returns
TypeDescription
UnaryCallable<ApplySoftwareUpdateRequest,Operation>

applySoftwareUpdateOperationCallable()

public OperationCallable<ApplySoftwareUpdateRequest,Instance,OperationMetadata> applySoftwareUpdateOperationCallable()
Returns
TypeDescription
OperationCallable<ApplySoftwareUpdateRequest,Instance,OperationMetadata>

close()

public abstract void close()

createInstanceCallable()

public UnaryCallable<CreateInstanceRequest,Operation> createInstanceCallable()
Returns
TypeDescription
UnaryCallable<CreateInstanceRequest,Operation>

createInstanceOperationCallable()

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

deleteInstanceCallable()

public UnaryCallable<DeleteInstanceRequest,Operation> deleteInstanceCallable()
Returns
TypeDescription
UnaryCallable<DeleteInstanceRequest,Operation>

deleteInstanceOperationCallable()

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

getInstanceCallable()

public UnaryCallable<GetInstanceRequest,Instance> getInstanceCallable()
Returns
TypeDescription
UnaryCallable<GetInstanceRequest,Instance>

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

listInstancesCallable()

public UnaryCallable<ListInstancesRequest,ListInstancesResponse> listInstancesCallable()
Returns
TypeDescription
UnaryCallable<ListInstancesRequest,ListInstancesResponse>

listInstancesPagedCallable()

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

updateInstanceCallable()

public UnaryCallable<UpdateInstanceRequest,Operation> updateInstanceCallable()
Returns
TypeDescription
UnaryCallable<UpdateInstanceRequest,Operation>

updateInstanceOperationCallable()

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

updateParametersCallable()

public UnaryCallable<UpdateParametersRequest,Operation> updateParametersCallable()
Returns
TypeDescription
UnaryCallable<UpdateParametersRequest,Operation>

updateParametersOperationCallable()

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