Interface InstanceGroupManagerStatusAcceleratorTopologyOrBuilder (1.105.0)

public interface InstanceGroupManagerStatusAcceleratorTopologyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAcceleratorTopology()

public abstract String getAcceleratorTopology()

Output only. Topology in the format of: "16x16", "4x4x4", etc. The value is the same as configured in the WorkloadPolicy.

optional string accelerator_topology = 389323203;

Returns
Type Description
String

The acceleratorTopology.

getAcceleratorTopologyBytes()

public abstract ByteString getAcceleratorTopologyBytes()

Output only. Topology in the format of: "16x16", "4x4x4", etc. The value is the same as configured in the WorkloadPolicy.

optional string accelerator_topology = 389323203;

Returns
Type Description
ByteString

The bytes for acceleratorTopology.

getState()

public abstract String getState()

Output only. 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()

Output only. 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.

getStateDetails()

public abstract InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails getStateDetails()

Output only. The result of the latest accelerator topology state check.

optional .google.cloud.compute.v1.InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails state_details = 95566996;

Returns
Type Description
InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails

The stateDetails.

getStateDetailsOrBuilder()

public abstract InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetailsOrBuilder getStateDetailsOrBuilder()

Output only. The result of the latest accelerator topology state check.

optional .google.cloud.compute.v1.InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails state_details = 95566996;

Returns
Type Description
InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetailsOrBuilder

hasAcceleratorTopology()

public abstract boolean hasAcceleratorTopology()

Output only. Topology in the format of: "16x16", "4x4x4", etc. The value is the same as configured in the WorkloadPolicy.

optional string accelerator_topology = 389323203;

Returns
Type Description
boolean

Whether the acceleratorTopology field is set.

hasState()

public abstract boolean hasState()

Output only. 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.

hasStateDetails()

public abstract boolean hasStateDetails()

Output only. The result of the latest accelerator topology state check.

optional .google.cloud.compute.v1.InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails state_details = 95566996;

Returns
Type Description
boolean

Whether the stateDetails field is set.