public interface BatchSizeTooLargeErrorOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getErrorMessage()
public abstract String getErrorMessage()
Optional. The error message that is returned to the client.
string error_message = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The errorMessage. |
getErrorMessageBytes()
public abstract ByteString getErrorMessageBytes()
Optional. The error message that is returned to the client.
string error_message = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for errorMessage. |
getMaxBatchSize()
public abstract long getMaxBatchSize()
The maximum number of items that are supported in a single batch. This is returned as a hint to the client to adjust the batch size.
int64 max_batch_size = 1;
Returns | |
---|---|
Type | Description |
long |
The maxBatchSize. |