public interface FileStatusOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 FileStatus.State getState()
Output only. RagFile state.
.google.cloud.aiplatform.v1.FileStatus.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
FileStatus.State |
The state. |
getStateValue()
public abstract int getStateValue()
Output only. RagFile state.
.google.cloud.aiplatform.v1.FileStatus.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for state. |