public static final class FlushRowsRequest.Builder extends GeneratedMessage.Builder<FlushRowsRequest.Builder> implements FlushRowsRequestOrBuilder Request message for FlushRows.
Protobuf type google.cloud.bigquery.storage.v1beta2.FlushRowsRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > FlushRowsRequest.BuilderImplements
FlushRowsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public FlushRowsRequest build()| Returns | |
|---|---|
| Type | Description |
FlushRowsRequest |
|
buildPartial()
public FlushRowsRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
FlushRowsRequest |
|
clear()
public FlushRowsRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
FlushRowsRequest.Builder |
|
clearOffset()
public FlushRowsRequest.Builder clearOffset()Ending offset of the flush operation. Rows before this offset(including this offset) will be flushed.
.google.protobuf.Int64Value offset = 2;
| Returns | |
|---|---|
| Type | Description |
FlushRowsRequest.Builder |
|
clearWriteStream()
public FlushRowsRequest.Builder clearWriteStream()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 |
FlushRowsRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public FlushRowsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
FlushRowsRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getOffset()
public 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. |
getOffsetBuilder()
public Int64Value.Builder getOffsetBuilder()Ending offset of the flush operation. Rows before this offset(including this offset) will be flushed.
.google.protobuf.Int64Value offset = 2;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getOffsetOrBuilder()
public 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 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(FlushRowsRequest other)
public FlushRowsRequest.Builder mergeFrom(FlushRowsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
FlushRowsRequest |
| Returns | |
|---|---|
| Type | Description |
FlushRowsRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public FlushRowsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FlushRowsRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public FlushRowsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
FlushRowsRequest.Builder |
|
mergeOffset(Int64Value value)
public FlushRowsRequest.Builder mergeOffset(Int64Value value)Ending offset of the flush operation. Rows before this offset(including this offset) will be flushed.
.google.protobuf.Int64Value offset = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Int64Value |
| Returns | |
|---|---|
| Type | Description |
FlushRowsRequest.Builder |
|
setOffset(Int64Value value)
public FlushRowsRequest.Builder setOffset(Int64Value value)Ending offset of the flush operation. Rows before this offset(including this offset) will be flushed.
.google.protobuf.Int64Value offset = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Int64Value |
| Returns | |
|---|---|
| Type | Description |
FlushRowsRequest.Builder |
|
setOffset(Int64Value.Builder builderForValue)
public FlushRowsRequest.Builder setOffset(Int64Value.Builder builderForValue)Ending offset of the flush operation. Rows before this offset(including this offset) will be flushed.
.google.protobuf.Int64Value offset = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
FlushRowsRequest.Builder |
|
setWriteStream(String value)
public FlushRowsRequest.Builder setWriteStream(String value)Required. The stream that is the target of the flush operation.
string write_stream = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe writeStream to set. |
| Returns | |
|---|---|
| Type | Description |
FlushRowsRequest.Builder |
This builder for chaining. |
setWriteStreamBytes(ByteString value)
public FlushRowsRequest.Builder setWriteStreamBytes(ByteString value)Required. The stream that is the target of the flush operation.
string write_stream = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for writeStream to set. |
| Returns | |
|---|---|
| Type | Description |
FlushRowsRequest.Builder |
This builder for chaining. |