Interface AutopilotConversionStatusOrBuilder (2.44.0)

public interface AutopilotConversionStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getState()

public abstract AutopilotConversionStatus.State getState()

Output only. The current state of the conversion.

.google.container.v1beta1.AutopilotConversionStatus.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
AutopilotConversionStatus.State

The state.

getStateValue()

public abstract int getStateValue()

Output only. The current state of the conversion.

.google.container.v1beta1.AutopilotConversionStatus.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The enum numeric value on the wire for state.