public static final class Storage.StreamPosition.Builder extends GeneratedMessage.Builder<Storage.StreamPosition.Builder> implements Storage.StreamPositionOrBuilderExpresses a point within a given stream using an offset position.
Protobuf type google.cloud.bigquery.storage.v1beta1.StreamPosition
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Storage.StreamPosition.BuilderImplements
Storage.StreamPositionOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public Storage.StreamPosition build()| Returns | |
|---|---|
| Type | Description |
Storage.StreamPosition |
|
buildPartial()
public Storage.StreamPosition buildPartial()| Returns | |
|---|---|
| Type | Description |
Storage.StreamPosition |
|
clear()
public Storage.StreamPosition.Builder clear()| Returns | |
|---|---|
| Type | Description |
Storage.StreamPosition.Builder |
|
clearOffset()
public Storage.StreamPosition.Builder clearOffset()Position in the stream.
int64 offset = 2;
| Returns | |
|---|---|
| Type | Description |
Storage.StreamPosition.Builder |
This builder for chaining. |
clearStream()
public Storage.StreamPosition.Builder clearStream()Identifier for a given Stream.
.google.cloud.bigquery.storage.v1beta1.Stream stream = 1;
| Returns | |
|---|---|
| Type | Description |
Storage.StreamPosition.Builder |
|
getDefaultInstanceForType()
public Storage.StreamPosition getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Storage.StreamPosition |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getOffset()
public long getOffset()Position in the stream.
int64 offset = 2;
| Returns | |
|---|---|
| Type | Description |
long |
The offset. |
getStream()
public Storage.Stream getStream()Identifier for a given Stream.
.google.cloud.bigquery.storage.v1beta1.Stream stream = 1;
| Returns | |
|---|---|
| Type | Description |
Storage.Stream |
The stream. |
getStreamBuilder()
public Storage.Stream.Builder getStreamBuilder()Identifier for a given Stream.
.google.cloud.bigquery.storage.v1beta1.Stream stream = 1;
| Returns | |
|---|---|
| Type | Description |
Storage.Stream.Builder |
|
getStreamOrBuilder()
public Storage.StreamOrBuilder getStreamOrBuilder()Identifier for a given Stream.
.google.cloud.bigquery.storage.v1beta1.Stream stream = 1;
| Returns | |
|---|---|
| Type | Description |
Storage.StreamOrBuilder |
|
hasStream()
public boolean hasStream()Identifier for a given Stream.
.google.cloud.bigquery.storage.v1beta1.Stream stream = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the stream field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(Storage.StreamPosition other)
public Storage.StreamPosition.Builder mergeFrom(Storage.StreamPosition other)| Parameter | |
|---|---|
| Name | Description |
other |
Storage.StreamPosition |
| Returns | |
|---|---|
| Type | Description |
Storage.StreamPosition.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Storage.StreamPosition.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Storage.StreamPosition.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Storage.StreamPosition.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Storage.StreamPosition.Builder |
|
mergeStream(Storage.Stream value)
public Storage.StreamPosition.Builder mergeStream(Storage.Stream value)Identifier for a given Stream.
.google.cloud.bigquery.storage.v1beta1.Stream stream = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Storage.Stream |
| Returns | |
|---|---|
| Type | Description |
Storage.StreamPosition.Builder |
|
setOffset(long value)
public Storage.StreamPosition.Builder setOffset(long value)Position in the stream.
int64 offset = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
longThe offset to set. |
| Returns | |
|---|---|
| Type | Description |
Storage.StreamPosition.Builder |
This builder for chaining. |
setStream(Storage.Stream value)
public Storage.StreamPosition.Builder setStream(Storage.Stream value)Identifier for a given Stream.
.google.cloud.bigquery.storage.v1beta1.Stream stream = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Storage.Stream |
| Returns | |
|---|---|
| Type | Description |
Storage.StreamPosition.Builder |
|
setStream(Storage.Stream.Builder builderForValue)
public Storage.StreamPosition.Builder setStream(Storage.Stream.Builder builderForValue)Identifier for a given Stream.
.google.cloud.bigquery.storage.v1beta1.Stream stream = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Storage.Stream.Builder |
| Returns | |
|---|---|
| Type | Description |
Storage.StreamPosition.Builder |
|