Interface AppendRowsResponse.AppendResultOrBuilder (3.4.0)

public static interface AppendRowsResponse.AppendResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the offset field is set.