Interface ApplyParametersRequestOrBuilder (2.41.0)

public interface ApplyParametersRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Returns
TypeDescription
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) = { ... }

Returns
TypeDescription
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) = { ... }

Returns
TypeDescription
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;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
List<String>

A list containing the nodeIds.