Class CloudMemcacheStub (2.27.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()
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>

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
TypeDescription
OperationsStub

getInstanceCallable()

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

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()
Returns
TypeDescription
UnaryCallable<ListInstancesRequest,ListInstancesResponse>

listInstancesPagedCallable()

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

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

rescheduleMaintenanceOperationCallable()

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

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>