Interface NearestNeighborSearchOperationMetadata.RecordErrorOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
NearestNeighborSearchOperationMetadata.RecordError, NearestNeighborSearchOperationMetadata.RecordError.Builder
Enclosing class:
NearestNeighborSearchOperationMetadata

public static interface NearestNeighborSearchOperationMetadata.RecordErrorOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Empty if the embedding id is failed to parse.
    com.google.protobuf.ByteString
    Empty if the embedding id is failed to parse.
    A human-readable message that is shown to the user to help them fix the error.
    com.google.protobuf.ByteString
    A human-readable message that is shown to the user to help them fix the error.
    The error type of this record.
    int
    The error type of this record.
    The original content of this record.
    com.google.protobuf.ByteString
    The original content of this record.
    Cloud Storage URI pointing to the original file in user's bucket.
    com.google.protobuf.ByteString
    Cloud Storage URI pointing to the original file in user's bucket.

    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

    • getErrorTypeValue

      int getErrorTypeValue()
       The error type of this record.
       
      .google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType error_type = 1;
      Returns:
      The enum numeric value on the wire for errorType.
    • getErrorType

       The error type of this record.
       
      .google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType error_type = 1;
      Returns:
      The errorType.
    • getErrorMessage

      String getErrorMessage()
       A human-readable message that is shown to the user to help them fix the
       error. Note that this message may change from time to time, your code
       should check against error_type as the source of truth.
       
      string error_message = 2;
      Returns:
      The errorMessage.
    • getErrorMessageBytes

      com.google.protobuf.ByteString getErrorMessageBytes()
       A human-readable message that is shown to the user to help them fix the
       error. Note that this message may change from time to time, your code
       should check against error_type as the source of truth.
       
      string error_message = 2;
      Returns:
      The bytes for errorMessage.
    • getSourceGcsUri

      String getSourceGcsUri()
       Cloud Storage URI pointing to the original file in user's bucket.
       
      string source_gcs_uri = 3;
      Returns:
      The sourceGcsUri.
    • getSourceGcsUriBytes

      com.google.protobuf.ByteString getSourceGcsUriBytes()
       Cloud Storage URI pointing to the original file in user's bucket.
       
      string source_gcs_uri = 3;
      Returns:
      The bytes for sourceGcsUri.
    • getEmbeddingId

      String getEmbeddingId()
       Empty if the embedding id is failed to parse.
       
      string embedding_id = 4;
      Returns:
      The embeddingId.
    • getEmbeddingIdBytes

      com.google.protobuf.ByteString getEmbeddingIdBytes()
       Empty if the embedding id is failed to parse.
       
      string embedding_id = 4;
      Returns:
      The bytes for embeddingId.
    • getRawRecord

      String getRawRecord()
       The original content of this record.
       
      string raw_record = 5;
      Returns:
      The rawRecord.
    • getRawRecordBytes

      com.google.protobuf.ByteString getRawRecordBytes()
       The original content of this record.
       
      string raw_record = 5;
      Returns:
      The bytes for rawRecord.