public interface ApplyParametersRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getApplyAll()
public abstract boolean getApplyAll() Whether to apply instance-level parameter group to all nodes. If set to
true, users are restricted from specifying individual nodes, and
ApplyParameters updates all nodes within the instance.
bool apply_all = 3;
| Type | Description |
| boolean | The applyAll. |
getName()
public abstract String getName()Required. Resource name of the Memcached instance for which parameter group updates should be applied.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()Required. Resource name of the Memcached instance for which parameter group updates should be applied.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for name. |
getNodeIds(int index)
public abstract String getNodeIds(int index)Nodes to which the instance-level parameter group is applied.
repeated string node_ids = 2;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The nodeIds at the given index. |
getNodeIdsBytes(int index)
public abstract ByteString getNodeIdsBytes(int index)Nodes to which the instance-level parameter group is applied.
repeated string node_ids = 2;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the nodeIds at the given index. |
getNodeIdsCount()
public abstract int getNodeIdsCount()Nodes to which the instance-level parameter group is applied.
repeated string node_ids = 2;
| Type | Description |
| int | The count of nodeIds. |
getNodeIdsList()
public abstract List<String> getNodeIdsList()Nodes to which the instance-level parameter group is applied.
repeated string node_ids = 2;
| Type | Description |
| List<String> | A list containing the nodeIds. |