Interface RolloutWaveDetailsOrchestratedWaveDetailsLocationStatusOrBuilder (1.105.0)

public interface RolloutWaveDetailsOrchestratedWaveDetailsLocationStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getState()

public abstract String getState()

Output only. Location state of the wave. 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. Location state of the wave. Check the State enum for the list of possible values.

optional string state = 109757585;

Returns
Type Description
ByteString

The bytes for state.

hasState()

public abstract boolean hasState()

Output only. Location state of the wave. Check the State enum for the list of possible values.

optional string state = 109757585;

Returns
Type Description
boolean

Whether the state field is set.