Interface CorpusStatusOrBuilder (3.52.0)

public interface CorpusStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getErrorStatus()

public abstract String getErrorStatus()

Output only. Only when the state field is ERROR.

string error_status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The errorStatus.

getErrorStatusBytes()

public abstract ByteString getErrorStatusBytes()

Output only. Only when the state field is ERROR.

string error_status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for errorStatus.

getState()

public abstract CorpusStatus.State getState()

Output only. RagCorpus life state.

.google.cloud.aiplatform.v1beta1.CorpusStatus.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
CorpusStatus.State

The state.

getStateValue()

public abstract int getStateValue()

Output only. RagCorpus life state.

.google.cloud.aiplatform.v1beta1.CorpusStatus.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for state.