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 we should apply the instance-level parameter group.
|
com.google.protobuf.ByteString |
getNodeIdsBytes(int index)
Nodes to which we should apply the instance-level parameter group.
|
int |
getNodeIdsCount()
Nodes to which we should apply the instance-level parameter group.
|
List<String> |
getNodeIdsList()
Nodes to which we should apply the instance-level parameter group.
|
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 we should apply the instance-level parameter group.
repeated string node_ids = 2;int getNodeIdsCount()
Nodes to which we should apply the instance-level parameter group.
repeated string node_ids = 2;String getNodeIds(int index)
Nodes to which we should apply the instance-level parameter group.
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 instance-level parameter group.
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, will explicitly restrict users from specifying any nodes, and apply parameter group updates to all nodes within the instance.
bool apply_all = 3;Copyright © 2020 Google LLC. All rights reserved.