public interface ApplySoftwareUpdateRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getApplyAll()
Whether to apply the update to all nodes.
|
String |
getInstance()
Required.
|
com.google.protobuf.ByteString |
getInstanceBytes()
Required.
|
String |
getNodeIds(int index)
Nodes to which we should apply the update to.
|
com.google.protobuf.ByteString |
getNodeIdsBytes(int index)
Nodes to which we should apply the update to.
|
int |
getNodeIdsCount()
Nodes to which we should apply the update to.
|
List<String> |
getNodeIdsList()
Nodes to which we should apply the update to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getInstance()
Required. Resource name of the Memcached instance for which software update should be applied.
string instance = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getInstanceBytes()
Required. Resource name of the Memcached instance for which software update should be applied.
string instance = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
List<String> getNodeIdsList()
Nodes to which we should apply the update to. Note all the selected nodes are updated in parallel.
repeated string node_ids = 2;int getNodeIdsCount()
Nodes to which we should apply the update to. Note all the selected nodes are updated in parallel.
repeated string node_ids = 2;String getNodeIds(int index)
Nodes to which we should apply the update to. Note all the selected nodes are updated in parallel.
repeated string node_ids = 2;index - The index of the element to return.com.google.protobuf.ByteString getNodeIdsBytes(int index)
Nodes to which we should apply the update to. Note all the selected nodes are updated in parallel.
repeated string node_ids = 2;index - The index of the value to return.boolean getApplyAll()
Whether to apply the update to all nodes. If set to true, will explicitly restrict users from specifying any nodes, and apply software update to all nodes (where applicable) within the instance.
bool apply_all = 3;Copyright © 2024 Google LLC. All rights reserved.