Interface FlushRowsRequestOrBuilder (3.4.0)

public interface FlushRowsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOffset()

public abstract Int64Value getOffset()

Ending offset of the flush operation. Rows before this offset(including this offset) will be flushed.

.google.protobuf.Int64Value offset = 2;

Returns
TypeDescription
Int64Value

The offset.

getOffsetOrBuilder()

public abstract Int64ValueOrBuilder getOffsetOrBuilder()

Ending offset of the flush operation. Rows before this offset(including this offset) will be flushed.

.google.protobuf.Int64Value offset = 2;

Returns
TypeDescription
Int64ValueOrBuilder

getWriteStream()

public abstract String getWriteStream()

Required. The stream that is the target of the flush operation.

string write_stream = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The writeStream.

getWriteStreamBytes()

public abstract ByteString getWriteStreamBytes()

Required. The stream that is the target of the flush operation.

string write_stream = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for writeStream.

hasOffset()

public abstract boolean hasOffset()

Ending offset of the flush operation. Rows before this offset(including this offset) will be flushed.

.google.protobuf.Int64Value offset = 2;

Returns
TypeDescription
boolean

Whether the offset field is set.