Interface UpdateNodesetOrBuilder (0.8.0)

public interface UpdateNodesetOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNodesets(int index)

public abstract String getNodesets(int index)

Output only. Name of the nodeset to update

repeated string nodesets = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The nodesets at the given index.

getNodesetsBytes(int index)

public abstract ByteString getNodesetsBytes(int index)

Output only. Name of the nodeset to update

repeated string nodesets = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the nodesets at the given index.

getNodesetsCount()

public abstract int getNodesetsCount()

Output only. Name of the nodeset to update

repeated string nodesets = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The count of nodesets.

getNodesetsList()

public abstract List<String> getNodesetsList()

Output only. Name of the nodeset to update

repeated string nodesets = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<String>

A list containing the nodesets.