public interface NodeInfoOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getId()
public abstract String getId()
Output only. Node identifying string. e.g. 'node-0', 'node-1'
string id = 1;
Returns | |
---|---|
Type | Description |
String |
The id. |
getIdBytes()
public abstract ByteString getIdBytes()
Output only. Node identifying string. e.g. 'node-0', 'node-1'
string id = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for id. |
getZone()
public abstract String getZone()
Output only. Location of the node.
string zone = 2;
Returns | |
---|---|
Type | Description |
String |
The zone. |
getZoneBytes()
public abstract ByteString getZoneBytes()
Output only. Location of the node.
string zone = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for zone. |