public interface FlushRowsRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean | Whether the offset field is set. |