public static final class BigQueryDateShardedSpec.Builder extends GeneratedMessageV3.Builder<BigQueryDateShardedSpec.Builder> implements BigQueryDateShardedSpecOrBuilder
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public BigQueryDateShardedSpec.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public BigQueryDateShardedSpec build()
Returns
buildPartial()
public BigQueryDateShardedSpec buildPartial()
Returns
clear()
public BigQueryDateShardedSpec.Builder clear()
Returns
Overrides
clearDataset()
public BigQueryDateShardedSpec.Builder clearDataset()
Output only. The Data Catalog resource name of the dataset entry the current table
belongs to, for example,
projects/{project_id}/locations/{location}/entrygroups/{entry_group_id}/entries/{entry_id}
.
string dataset = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Returns
clearField(Descriptors.FieldDescriptor field)
public BigQueryDateShardedSpec.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public BigQueryDateShardedSpec.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearShardCount()
public BigQueryDateShardedSpec.Builder clearShardCount()
Output only. Total number of shards.
int64 shard_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
clearTablePrefix()
public BigQueryDateShardedSpec.Builder clearTablePrefix()
Output only. The table name prefix of the shards. The name of any given shard is
[table_prefix]YYYYMMDD
, for example, for shard MyTable20180101
, the
table_prefix
is MyTable
.
string table_prefix = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
clone()
public BigQueryDateShardedSpec.Builder clone()
Returns
Overrides
getDataset()
public String getDataset()
Output only. The Data Catalog resource name of the dataset entry the current table
belongs to, for example,
projects/{project_id}/locations/{location}/entrygroups/{entry_group_id}/entries/{entry_id}
.
string dataset = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Returns
Type | Description |
String | The dataset.
|
getDatasetBytes()
public ByteString getDatasetBytes()
Output only. The Data Catalog resource name of the dataset entry the current table
belongs to, for example,
projects/{project_id}/locations/{location}/entrygroups/{entry_group_id}/entries/{entry_id}
.
string dataset = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Returns
getDefaultInstanceForType()
public BigQueryDateShardedSpec getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getShardCount()
public long getShardCount()
Output only. Total number of shards.
int64 shard_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
long | The shardCount.
|
getTablePrefix()
public String getTablePrefix()
Output only. The table name prefix of the shards. The name of any given shard is
[table_prefix]YYYYMMDD
, for example, for shard MyTable20180101
, the
table_prefix
is MyTable
.
string table_prefix = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
String | The tablePrefix.
|
getTablePrefixBytes()
public ByteString getTablePrefixBytes()
Output only. The table name prefix of the shards. The name of any given shard is
[table_prefix]YYYYMMDD
, for example, for shard MyTable20180101
, the
table_prefix
is MyTable
.
string table_prefix = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
ByteString | The bytes for tablePrefix.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(BigQueryDateShardedSpec other)
public BigQueryDateShardedSpec.Builder mergeFrom(BigQueryDateShardedSpec other)
Parameter
Returns
public BigQueryDateShardedSpec.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public BigQueryDateShardedSpec.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final BigQueryDateShardedSpec.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setDataset(String value)
public BigQueryDateShardedSpec.Builder setDataset(String value)
Output only. The Data Catalog resource name of the dataset entry the current table
belongs to, for example,
projects/{project_id}/locations/{location}/entrygroups/{entry_group_id}/entries/{entry_id}
.
string dataset = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Parameter
Name | Description |
value | String
The dataset to set.
|
Returns
setDatasetBytes(ByteString value)
public BigQueryDateShardedSpec.Builder setDatasetBytes(ByteString value)
Output only. The Data Catalog resource name of the dataset entry the current table
belongs to, for example,
projects/{project_id}/locations/{location}/entrygroups/{entry_group_id}/entries/{entry_id}
.
string dataset = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Parameter
Name | Description |
value | ByteString
The bytes for dataset to set.
|
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public BigQueryDateShardedSpec.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public BigQueryDateShardedSpec.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setShardCount(long value)
public BigQueryDateShardedSpec.Builder setShardCount(long value)
Output only. Total number of shards.
int64 shard_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name | Description |
value | long
The shardCount to set.
|
Returns
setTablePrefix(String value)
public BigQueryDateShardedSpec.Builder setTablePrefix(String value)
Output only. The table name prefix of the shards. The name of any given shard is
[table_prefix]YYYYMMDD
, for example, for shard MyTable20180101
, the
table_prefix
is MyTable
.
string table_prefix = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name | Description |
value | String
The tablePrefix to set.
|
Returns
setTablePrefixBytes(ByteString value)
public BigQueryDateShardedSpec.Builder setTablePrefixBytes(ByteString value)
Output only. The table name prefix of the shards. The name of any given shard is
[table_prefix]YYYYMMDD
, for example, for shard MyTable20180101
, the
table_prefix
is MyTable
.
string table_prefix = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name | Description |
value | ByteString
The bytes for tablePrefix to set.
|
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final BigQueryDateShardedSpec.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides