public abstract class CloudRedisClusterStub implements BackgroundResource
Base stub class for the CloudRedisCluster service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
CloudRedisClusterStub()
public CloudRedisClusterStub()
Methods
close()
public abstract void close()
createClusterCallable()
public UnaryCallable<CreateClusterRequest,Operation> createClusterCallable()
createClusterOperationCallable()
public OperationCallable<CreateClusterRequest,Cluster,Any> createClusterOperationCallable()
deleteClusterCallable()
public UnaryCallable<DeleteClusterRequest,Operation> deleteClusterCallable()
deleteClusterOperationCallable()
public OperationCallable<DeleteClusterRequest,Empty,Any> deleteClusterOperationCallable()
getClusterCallable()
public UnaryCallable<GetClusterRequest,Cluster> getClusterCallable()
getClusterCertificateAuthorityCallable()
public UnaryCallable<GetClusterCertificateAuthorityRequest,CertificateAuthority> getClusterCertificateAuthorityCallable()
getHttpJsonOperationsStub()
public OperationsStub getHttpJsonOperationsStub()
getLocationCallable()
public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns |
Type |
Description |
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
|
getOperationsStub()
public OperationsStub getOperationsStub()
listClustersCallable()
public UnaryCallable<ListClustersRequest,ListClustersResponse> listClustersCallable()
listClustersPagedCallable()
public UnaryCallable<ListClustersRequest,CloudRedisClusterClient.ListClustersPagedResponse> listClustersPagedCallable()
listLocationsCallable()
public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns |
Type |
Description |
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> |
|
listLocationsPagedCallable()
public UnaryCallable<ListLocationsRequest,CloudRedisClusterClient.ListLocationsPagedResponse> listLocationsPagedCallable()
updateClusterCallable()
public UnaryCallable<UpdateClusterRequest,Operation> updateClusterCallable()
updateClusterOperationCallable()
public OperationCallable<UpdateClusterRequest,Cluster,Any> updateClusterOperationCallable()