Interface CorpusStatusOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CorpusStatus, CorpusStatus.Builder

@Generated public interface CorpusStatusOrBuilder 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. RagCorpus life state.
       
      .google.cloud.aiplatform.v1.CorpusStatus.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The enum numeric value on the wire for state.
    • getState

      CorpusStatus.State getState()
       Output only. RagCorpus life state.
       
      .google.cloud.aiplatform.v1.CorpusStatus.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.