com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata> |
CloudRedisClient.deleteInstanceAsync(InstanceName name) |
Deletes a specific Redis instance.
|
com.google.api.gax.longrunning.OperationFuture<Instance,OperationMetadata> |
CloudRedisClient.failoverInstanceAsync(InstanceName name,
FailoverInstanceRequest.DataProtectionMode dataProtectionMode) |
Initiates a failover of the primary node to current replica node for a specific STANDARD tier
Cloud Memorystore for Redis instance.
|
Instance |
CloudRedisClient.getInstance(InstanceName name) |
Gets the details of a specific Redis instance.
|
InstanceAuthString |
CloudRedisClient.getInstanceAuthString(InstanceName name) |
Gets the AUTH string for a Redis instance.
|
com.google.api.gax.longrunning.OperationFuture<Instance,OperationMetadata> |
CloudRedisClient.rescheduleMaintenanceAsync(InstanceName name,
RescheduleMaintenanceRequest.RescheduleType rescheduleType,
com.google.protobuf.Timestamp scheduleTime) |
Reschedule maintenance for a given instance in a given project and location.
|
com.google.api.gax.longrunning.OperationFuture<Instance,OperationMetadata> |
CloudRedisClient.upgradeInstanceAsync(InstanceName name,
String redisVersion) |
Upgrades Redis instance to the newer Redis version specified in the request.
|