Interface DiskResourceStatusAsyncReplicationStatusOrBuilder (1.51.0)

public interface DiskResourceStatusAsyncReplicationStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getState()

public abstract String getState()

Check the State enum for the list of possible values.

optional string state = 109757585;

Returns
TypeDescription
String

The state.

getStateBytes()

public abstract ByteString getStateBytes()

Check the State enum for the list of possible values.

optional string state = 109757585;

Returns
TypeDescription
ByteString

The bytes for state.

hasState()

public abstract boolean hasState()

Check the State enum for the list of possible values.

optional string state = 109757585;

Returns
TypeDescription
boolean

Whether the state field is set.