Interface ResourcePolicyWorkloadPolicyOrBuilder (1.74.0)

public interface ResourcePolicyWorkloadPolicyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAcceleratorTopology()

public abstract String getAcceleratorTopology()

optional string accelerator_topology = 389323203;

Returns
Type Description
String

The acceleratorTopology.

getAcceleratorTopologyBytes()

public abstract ByteString getAcceleratorTopologyBytes()

optional string accelerator_topology = 389323203;

Returns
Type Description
ByteString

The bytes for acceleratorTopology.

getMaxTopologyDistance()

public abstract String getMaxTopologyDistance()

Check the MaxTopologyDistance enum for the list of possible values.

optional string max_topology_distance = 7521706;

Returns
Type Description
String

The maxTopologyDistance.

getMaxTopologyDistanceBytes()

public abstract ByteString getMaxTopologyDistanceBytes()

Check the MaxTopologyDistance enum for the list of possible values.

optional string max_topology_distance = 7521706;

Returns
Type Description
ByteString

The bytes for maxTopologyDistance.

getType()

public abstract String getType()

Check the Type enum for the list of possible values.

optional string type = 3575610;

Returns
Type Description
String

The type.

getTypeBytes()

public abstract ByteString getTypeBytes()

Check the Type enum for the list of possible values.

optional string type = 3575610;

Returns
Type Description
ByteString

The bytes for type.

hasAcceleratorTopology()

public abstract boolean hasAcceleratorTopology()

optional string accelerator_topology = 389323203;

Returns
Type Description
boolean

Whether the acceleratorTopology field is set.

hasMaxTopologyDistance()

public abstract boolean hasMaxTopologyDistance()

Check the MaxTopologyDistance enum for the list of possible values.

optional string max_topology_distance = 7521706;

Returns
Type Description
boolean

Whether the maxTopologyDistance field is set.

hasType()

public abstract boolean hasType()

Check the Type enum for the list of possible values.

optional string type = 3575610;

Returns
Type Description
boolean

Whether the type field is set.