com.google.api.gax.longrunning.OperationFuture<Instance,OperationMetadata> |
CloudMemcacheClient.applyParametersAsync(InstanceName name,
List<String> nodeIds,
boolean applyAll) |
`ApplyParameters` restarts the set of specified nodes in order to update them to the current
set of parameters for the Memcached Instance.
|
com.google.api.gax.longrunning.OperationFuture<Instance,OperationMetadata> |
CloudMemcacheClient.applySoftwareUpdateAsync(InstanceName instance,
List<String> nodeIds,
boolean applyAll) |
Updates software on the selected nodes of the Instance.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata> |
CloudMemcacheClient.deleteInstanceAsync(InstanceName name) |
Deletes a single Instance.
|
Instance |
CloudMemcacheClient.getInstance(InstanceName name) |
Gets details of a single Instance.
|
com.google.api.gax.longrunning.OperationFuture<Instance,OperationMetadata> |
CloudMemcacheClient.rescheduleMaintenanceAsync(InstanceName instance,
RescheduleMaintenanceRequest.RescheduleType rescheduleType,
com.google.protobuf.Timestamp scheduleTime) |
Performs the apply phase of the RescheduleMaintenance verb.
|
com.google.api.gax.longrunning.OperationFuture<Instance,OperationMetadata> |
CloudMemcacheClient.updateParametersAsync(InstanceName name,
com.google.protobuf.FieldMask updateMask,
MemcacheParameters parameters) |
Updates the defined Memcached parameters for an existing instance.
|