public interface ReservationBlockPhysicalTopologyInstancePhysicalHostTopologyOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getHost()
public abstract String getHost()
Host hash for a given instance
optional string host = 3208616;
Returns | |
---|---|
Type | Description |
String |
The host. |
getHostBytes()
public abstract ByteString getHostBytes()
Host hash for a given instance
optional string host = 3208616;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for host. |
getSubBlock()
public abstract String getSubBlock()
Sub block hash for a given instance
optional string sub_block = 478033358;
Returns | |
---|---|
Type | Description |
String |
The subBlock. |
getSubBlockBytes()
public abstract ByteString getSubBlockBytes()
Sub block hash for a given instance
optional string sub_block = 478033358;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for subBlock. |
hasHost()
public abstract boolean hasHost()
Host hash for a given instance
optional string host = 3208616;
Returns | |
---|---|
Type | Description |
boolean |
Whether the host field is set. |
hasSubBlock()
public abstract boolean hasSubBlock()
Sub block hash for a given instance
optional string sub_block = 478033358;
Returns | |
---|---|
Type | Description |
boolean |
Whether the subBlock field is set. |