public interface CreateNodesetOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNodesets(int index)
public abstract String getNodesets(int index)Output only. Name of the nodeset to create
repeated string nodesets = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe 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 create
repeated string nodesets = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe 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 create
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 create
repeated string nodesets = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the nodesets. |