public interface ApplyParametersRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getApplyAll()
Whether to apply instance-level parameter group to all nodes.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
String |
getNodeIds(int index)
Nodes to which the instance-level parameter group is applied.
|
com.google.protobuf.ByteString |
getNodeIdsBytes(int index)
Nodes to which the instance-level parameter group is applied.
|
int |
getNodeIdsCount()
Nodes to which the instance-level parameter group is applied.
|
List<String> |
getNodeIdsList()
Nodes to which the instance-level parameter group is applied.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
com.google.protobuf.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) = { ... }
List<String> getNodeIdsList()
Nodes to which the instance-level parameter group is applied.
repeated string node_ids = 2;int getNodeIdsCount()
Nodes to which the instance-level parameter group is applied.
repeated string node_ids = 2;String getNodeIds(int index)
Nodes to which the instance-level parameter group is applied.
repeated string node_ids = 2;index - The index of the element to return.com.google.protobuf.ByteString getNodeIdsBytes(int index)
Nodes to which the instance-level parameter group is applied.
repeated string node_ids = 2;index - The index of the value to return.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;Copyright © 2023 Google LLC. All rights reserved.