public interface AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyStateOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCount()
public abstract int getCount()The number of accelerator topologies in this state.
optional int32 count = 94851343;
| Returns | |
|---|---|
| Type | Description |
int |
The count. |
getState()
public abstract String getState()The state of the accelerator topology. Check the State enum for the list of possible values.
optional string state = 109757585;
| Returns | |
|---|---|
| Type | Description |
String |
The state. |
getStateBytes()
public abstract ByteString getStateBytes()The state of the accelerator topology. Check the State enum for the list of possible values.
optional string state = 109757585;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for state. |
hasCount()
public abstract boolean hasCount()The number of accelerator topologies in this state.
optional int32 count = 94851343;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the count field is set. |
hasState()
public abstract boolean hasState()The state of the accelerator topology. Check the State enum for the list of possible values.
optional string state = 109757585;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the state field is set. |