Class CloudRedisClusterStub (0.67.0)

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.

Inheritance

java.lang.Object > CloudRedisClusterStub

Implements

BackgroundResource

Constructors

CloudRedisClusterStub()

public CloudRedisClusterStub()

Methods

backupClusterCallable()

public UnaryCallable<BackupClusterRequest,Operation> backupClusterCallable()
Returns
Type Description
UnaryCallable<BackupClusterRequest,Operation>

backupClusterOperationCallable()

public OperationCallable<BackupClusterRequest,Cluster,Any> backupClusterOperationCallable()
Returns
Type Description
OperationCallable<BackupClusterRequest,Cluster,Any>

close()

public abstract void close()

createClusterCallable()

public UnaryCallable<CreateClusterRequest,Operation> createClusterCallable()
Returns
Type Description
UnaryCallable<CreateClusterRequest,Operation>

createClusterOperationCallable()

public OperationCallable<CreateClusterRequest,Cluster,Any> createClusterOperationCallable()
Returns
Type Description
OperationCallable<CreateClusterRequest,Cluster,Any>

deleteBackupCallable()

public UnaryCallable<DeleteBackupRequest,Operation> deleteBackupCallable()
Returns
Type Description
UnaryCallable<DeleteBackupRequest,Operation>

deleteBackupOperationCallable()

public OperationCallable<DeleteBackupRequest,Empty,Any> deleteBackupOperationCallable()
Returns
Type Description
OperationCallable<DeleteBackupRequest,Empty,Any>

deleteClusterCallable()

public UnaryCallable<DeleteClusterRequest,Operation> deleteClusterCallable()
Returns
Type Description
UnaryCallable<DeleteClusterRequest,Operation>

deleteClusterOperationCallable()

public OperationCallable<DeleteClusterRequest,Empty,Any> deleteClusterOperationCallable()
Returns
Type Description
OperationCallable<DeleteClusterRequest,Empty,Any>

exportBackupCallable()

public UnaryCallable<ExportBackupRequest,Operation> exportBackupCallable()
Returns
Type Description
UnaryCallable<ExportBackupRequest,Operation>

exportBackupOperationCallable()

public OperationCallable<ExportBackupRequest,Backup,Any> exportBackupOperationCallable()
Returns
Type Description
OperationCallable<ExportBackupRequest,Backup,Any>

getBackupCallable()

public UnaryCallable<GetBackupRequest,Backup> getBackupCallable()
Returns
Type Description
UnaryCallable<GetBackupRequest,Backup>

getBackupCollectionCallable()

public UnaryCallable<GetBackupCollectionRequest,BackupCollection> getBackupCollectionCallable()
Returns
Type Description
UnaryCallable<GetBackupCollectionRequest,BackupCollection>

getClusterCallable()

public UnaryCallable<GetClusterRequest,Cluster> getClusterCallable()
Returns
Type Description
UnaryCallable<GetClusterRequest,Cluster>

getClusterCertificateAuthorityCallable()

public UnaryCallable<GetClusterCertificateAuthorityRequest,CertificateAuthority> getClusterCertificateAuthorityCallable()
Returns
Type Description
UnaryCallable<GetClusterCertificateAuthorityRequest,CertificateAuthority>

getHttpJsonOperationsStub()

public @Nullable OperationsStub getHttpJsonOperationsStub()
Returns
Type Description
@org.jspecify.annotations.Nullable com.google.api.gax.httpjson.longrunning.stub.OperationsStub

getLocationCallable()

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

getOperationsStub()

public @Nullable OperationsStub getOperationsStub()
Returns
Type Description
@org.jspecify.annotations.Nullable com.google.longrunning.stub.OperationsStub

getSharedRegionalCertificateAuthorityCallable()

public UnaryCallable<GetSharedRegionalCertificateAuthorityRequest,SharedRegionalCertificateAuthority> getSharedRegionalCertificateAuthorityCallable()
Returns
Type Description
UnaryCallable<GetSharedRegionalCertificateAuthorityRequest,SharedRegionalCertificateAuthority>

listBackupCollectionsCallable()

public UnaryCallable<ListBackupCollectionsRequest,ListBackupCollectionsResponse> listBackupCollectionsCallable()
Returns
Type Description
UnaryCallable<ListBackupCollectionsRequest,ListBackupCollectionsResponse>

listBackupCollectionsPagedCallable()

public UnaryCallable<ListBackupCollectionsRequest,CloudRedisClusterClient.ListBackupCollectionsPagedResponse> listBackupCollectionsPagedCallable()
Returns
Type Description
UnaryCallable<ListBackupCollectionsRequest,ListBackupCollectionsPagedResponse>

listBackupsCallable()

public UnaryCallable<ListBackupsRequest,ListBackupsResponse> listBackupsCallable()
Returns
Type Description
UnaryCallable<ListBackupsRequest,ListBackupsResponse>

listBackupsPagedCallable()

public UnaryCallable<ListBackupsRequest,CloudRedisClusterClient.ListBackupsPagedResponse> listBackupsPagedCallable()
Returns
Type Description
UnaryCallable<ListBackupsRequest,ListBackupsPagedResponse>

listClustersCallable()

public UnaryCallable<ListClustersRequest,ListClustersResponse> listClustersCallable()
Returns
Type Description
UnaryCallable<ListClustersRequest,ListClustersResponse>

listClustersPagedCallable()

public UnaryCallable<ListClustersRequest,CloudRedisClusterClient.ListClustersPagedResponse> listClustersPagedCallable()
Returns
Type Description
UnaryCallable<ListClustersRequest,ListClustersPagedResponse>

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()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

rescheduleClusterMaintenanceCallable()

public UnaryCallable<RescheduleClusterMaintenanceRequest,Operation> rescheduleClusterMaintenanceCallable()
Returns
Type Description
UnaryCallable<RescheduleClusterMaintenanceRequest,Operation>

rescheduleClusterMaintenanceOperationCallable()

public OperationCallable<RescheduleClusterMaintenanceRequest,Cluster,Any> rescheduleClusterMaintenanceOperationCallable()
Returns
Type Description
OperationCallable<RescheduleClusterMaintenanceRequest,Cluster,Any>

updateClusterCallable()

public UnaryCallable<UpdateClusterRequest,Operation> updateClusterCallable()
Returns
Type Description
UnaryCallable<UpdateClusterRequest,Operation>

updateClusterOperationCallable()

public OperationCallable<UpdateClusterRequest,Cluster,Any> updateClusterOperationCallable()
Returns
Type Description
OperationCallable<UpdateClusterRequest,Cluster,Any>