Package com.google.storage.v2
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 TypeMethodDescriptionlongThe id of the corresponding read_rangecom.google.rpc.StatusThe status which should be an enum value of [google.rpc.Code].com.google.rpc.StatusOrBuilderThe status which should be an enum value of [google.rpc.Code].booleanThe status which should be an enum value of [google.rpc.Code].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
-
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;
-