public interface AppendRecordSizeExceededErrorDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxSize()
The maximum allowed size of a single record in bytes.
|
java.lang.String |
getRecordId()
The identifier of the record that exceeded the size limit.
|
com.google.protobuf.ByteString |
getRecordIdBytes()
The identifier of the record that exceeded the size limit.
|
int |
getSize()
The actual size of the record in bytes.
|
java.lang.String |
getStream()
The name of the stream where the append was attempted.
|
com.google.protobuf.ByteString |
getStreamBytes()
The name of the stream where the append was attempted.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getStream()
The name of the stream where the append was attempted.
string stream = 1;com.google.protobuf.ByteString getStreamBytes()
The name of the stream where the append was attempted.
string stream = 1;java.lang.String getRecordId()
The identifier of the record that exceeded the size limit.
string record_id = 2;com.google.protobuf.ByteString getRecordIdBytes()
The identifier of the record that exceeded the size limit.
string record_id = 2;int getSize()
The actual size of the record in bytes.
int32 size = 3;int getMaxSize()
The maximum allowed size of a single record in bytes.
int32 max_size = 4;