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 Type
    Method
    Description
    Output only.
    com.google.protobuf.ByteString
    Output only.
    Output only.
    int
    Output only.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.