Interface ReadRangeErrorOrBuilder

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

public interface ReadRangeErrorOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    The id of the corresponding read_range
    com.google.rpc.Status
    The status which should be an enum value of [google.rpc.Code].
    com.google.rpc.StatusOrBuilder
    The status which should be an enum value of [google.rpc.Code].
    boolean
    The status which should be an enum value of [google.rpc.Code].

    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

    • getReadId

      long getReadId()
       The id of the corresponding read_range
       
      int64 read_id = 1;
      Returns:
      The readId.
    • hasStatus

      boolean hasStatus()
       The status which should be an enum value of [google.rpc.Code].
       
      .google.rpc.Status status = 2;
      Returns:
      Whether the status field is set.
    • getStatus

      com.google.rpc.Status getStatus()
       The status which should be an enum value of [google.rpc.Code].
       
      .google.rpc.Status status = 2;
      Returns:
      The status.
    • getStatusOrBuilder

      com.google.rpc.StatusOrBuilder getStatusOrBuilder()
       The status which should be an enum value of [google.rpc.Code].
       
      .google.rpc.Status status = 2;