public static final class TableReferenceProto.TableModifiers.Builder extends GeneratedMessage.Builder<TableReferenceProto.TableModifiers.Builder> implements TableReferenceProto.TableModifiersOrBuilderAll fields in this message optional.
Protobuf type google.cloud.bigquery.storage.v1beta1.TableModifiers
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > TableReferenceProto.TableModifiers.BuilderImplements
TableReferenceProto.TableModifiersOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public TableReferenceProto.TableModifiers build()| Returns | |
|---|---|
| Type | Description |
TableReferenceProto.TableModifiers |
|
buildPartial()
public TableReferenceProto.TableModifiers buildPartial()| Returns | |
|---|---|
| Type | Description |
TableReferenceProto.TableModifiers |
|
clear()
public TableReferenceProto.TableModifiers.Builder clear()| Returns | |
|---|---|
| Type | Description |
TableReferenceProto.TableModifiers.Builder |
|
clearSnapshotTime()
public TableReferenceProto.TableModifiers.Builder clearSnapshotTime()The snapshot time of the table. If not set, interpreted as now.
.google.protobuf.Timestamp snapshot_time = 1;
| Returns | |
|---|---|
| Type | Description |
TableReferenceProto.TableModifiers.Builder |
|
getDefaultInstanceForType()
public TableReferenceProto.TableModifiers getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
TableReferenceProto.TableModifiers |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getSnapshotTime()
public Timestamp getSnapshotTime()The snapshot time of the table. If not set, interpreted as now.
.google.protobuf.Timestamp snapshot_time = 1;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The snapshotTime. |
getSnapshotTimeBuilder()
public Timestamp.Builder getSnapshotTimeBuilder()The snapshot time of the table. If not set, interpreted as now.
.google.protobuf.Timestamp snapshot_time = 1;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getSnapshotTimeOrBuilder()
public TimestampOrBuilder getSnapshotTimeOrBuilder()The snapshot time of the table. If not set, interpreted as now.
.google.protobuf.Timestamp snapshot_time = 1;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasSnapshotTime()
public boolean hasSnapshotTime()The snapshot time of the table. If not set, interpreted as now.
.google.protobuf.Timestamp snapshot_time = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the snapshotTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(TableReferenceProto.TableModifiers other)
public TableReferenceProto.TableModifiers.Builder mergeFrom(TableReferenceProto.TableModifiers other)| Parameter | |
|---|---|
| Name | Description |
other |
TableReferenceProto.TableModifiers |
| Returns | |
|---|---|
| Type | Description |
TableReferenceProto.TableModifiers.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TableReferenceProto.TableModifiers.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TableReferenceProto.TableModifiers.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public TableReferenceProto.TableModifiers.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
TableReferenceProto.TableModifiers.Builder |
|
mergeSnapshotTime(Timestamp value)
public TableReferenceProto.TableModifiers.Builder mergeSnapshotTime(Timestamp value)The snapshot time of the table. If not set, interpreted as now.
.google.protobuf.Timestamp snapshot_time = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
TableReferenceProto.TableModifiers.Builder |
|
setSnapshotTime(Timestamp value)
public TableReferenceProto.TableModifiers.Builder setSnapshotTime(Timestamp value)The snapshot time of the table. If not set, interpreted as now.
.google.protobuf.Timestamp snapshot_time = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
TableReferenceProto.TableModifiers.Builder |
|
setSnapshotTime(Timestamp.Builder builderForValue)
public TableReferenceProto.TableModifiers.Builder setSnapshotTime(Timestamp.Builder builderForValue)The snapshot time of the table. If not set, interpreted as now.
.google.protobuf.Timestamp snapshot_time = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
TableReferenceProto.TableModifiers.Builder |
|