public interface CorpusStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorStatus()
Output only.
|
com.google.protobuf.ByteString |
getErrorStatusBytes()
Output only.
|
CorpusStatus.State |
getState()
Output only.
|
int |
getStateValue()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getStateValue()
Output only. RagCorpus life state.
.google.cloud.aiplatform.v1.CorpusStatus.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
CorpusStatus.State getState()
Output only. RagCorpus life state.
.google.cloud.aiplatform.v1.CorpusStatus.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getErrorStatus()
Output only. Only when the `state` field is ERROR.
string error_status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getErrorStatusBytes()
Output only. Only when the `state` field is ERROR.
string error_status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2025 Google LLC. All rights reserved.