public static interface AppendRowsResponse.AppendResultOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getOffset()
public abstract Int64Value getOffset()
The row offset at which the last append occurred. The offset will not be set if appending using default streams.
.google.protobuf.Int64Value offset = 1;
Returns | |
---|---|
Type | Description |
Int64Value | The offset. |
getOffsetOrBuilder()
public abstract Int64ValueOrBuilder getOffsetOrBuilder()
The row offset at which the last append occurred. The offset will not be set if appending using default streams.
.google.protobuf.Int64Value offset = 1;
Returns | |
---|---|
Type | Description |
Int64ValueOrBuilder |
hasOffset()
public abstract boolean hasOffset()
The row offset at which the last append occurred. The offset will not be set if appending using default streams.
.google.protobuf.Int64Value offset = 1;
Returns | |
---|---|
Type | Description |
boolean | Whether the offset field is set. |