public interface FileStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorStatus()
Output only.
|
com.google.protobuf.ByteString |
getErrorStatusBytes()
Output only.
|
FileStatus.State |
getState()
Output only.
|
int |
getStateValue()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getStateValue()
Output only. RagFile state.
.google.cloud.aiplatform.v1.FileStatus.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
FileStatus.State getState()
Output only. RagFile state.
.google.cloud.aiplatform.v1.FileStatus.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.