Interface ApplyParametersRequestOrBuilder (2.6.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, will explicitly restrict users from specifying any nodes, and apply parameter group updates to all nodes within the instance.

bool apply_all = 3;

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

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

Returns
Type Description
ByteString

The bytes for name.

getNodeIds(int index)

public abstract String getNodeIds(int index)

Nodes to which we should apply the instance-level parameter group.

repeated string node_ids = 2;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The nodeIds at the given index.

getNodeIdsBytes(int index)

public abstract ByteString getNodeIdsBytes(int index)

Nodes to which we should apply the instance-level parameter group.

repeated string node_ids = 2;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the nodeIds at the given index.

getNodeIdsCount()

public abstract int getNodeIdsCount()

Nodes to which we should apply the instance-level parameter group.

repeated string node_ids = 2;

Returns
Type Description
int

The count of nodeIds.

getNodeIdsList()

public abstract List<String> getNodeIdsList()

Nodes to which we should apply the instance-level parameter group.

repeated string node_ids = 2;

Returns
Type Description
List<String>

A list containing the nodeIds.