Package com.google.cloud.aiplatform.v1
Interface FileStatusOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FileStatus,FileStatus.Builder
@Generated
public interface FileStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOutput only.com.google.protobuf.ByteStringOutput only.getState()Output only.intOutput only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getStateValue
int getStateValue()Output only. RagFile state.
.google.cloud.aiplatform.v1.FileStatus.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for state.
-
getState
FileStatus.State getState()Output only. RagFile state.
.google.cloud.aiplatform.v1.FileStatus.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The state.
-
getErrorStatus
String getErrorStatus()Output only. Only when the `state` field is ERROR.
string error_status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The errorStatus.
-
getErrorStatusBytes
com.google.protobuf.ByteString getErrorStatusBytes()Output only. Only when the `state` field is ERROR.
string error_status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for errorStatus.
-