public interface FlushRowsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Int64Value |
getOffset()
Ending offset of the flush operation.
|
com.google.protobuf.Int64ValueOrBuilder |
getOffsetOrBuilder()
Ending offset of the flush operation.
|
String |
getWriteStream()
Required.
|
com.google.protobuf.ByteString |
getWriteStreamBytes()
Required.
|
boolean |
hasOffset()
Ending offset of the flush operation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
com.google.protobuf.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) = { ... }
boolean hasOffset()
Ending offset of the flush operation. Rows before this offset(including this offset) will be flushed.
.google.protobuf.Int64Value offset = 2;com.google.protobuf.Int64Value getOffset()
Ending offset of the flush operation. Rows before this offset(including this offset) will be flushed.
.google.protobuf.Int64Value offset = 2;com.google.protobuf.Int64ValueOrBuilder getOffsetOrBuilder()
Ending offset of the flush operation. Rows before this offset(including this offset) will be flushed.
.google.protobuf.Int64Value offset = 2;Copyright © 2021 Google LLC. All rights reserved.