public static final class Table.Builder extends GeneratedMessageV3.Builder<Table.Builder> implements TableOrBuilder
A single table.
Protobuf type google.area120.tables.v1alpha1.Table
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()
Methods
addAllColumns(Iterable<? extends ColumnDescription> values)
public Table.Builder addAllColumns(Iterable<? extends ColumnDescription> values)
List of columns in this table.
Order of columns matches the display order.
repeated .google.area120.tables.v1alpha1.ColumnDescription columns = 3;
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.area120.tables.v1alpha1.ColumnDescription>
|
addColumns(ColumnDescription value)
public Table.Builder addColumns(ColumnDescription value)
List of columns in this table.
Order of columns matches the display order.
repeated .google.area120.tables.v1alpha1.ColumnDescription columns = 3;
addColumns(ColumnDescription.Builder builderForValue)
public Table.Builder addColumns(ColumnDescription.Builder builderForValue)
List of columns in this table.
Order of columns matches the display order.
repeated .google.area120.tables.v1alpha1.ColumnDescription columns = 3;
addColumns(int index, ColumnDescription value)
public Table.Builder addColumns(int index, ColumnDescription value)
List of columns in this table.
Order of columns matches the display order.
repeated .google.area120.tables.v1alpha1.ColumnDescription columns = 3;
addColumns(int index, ColumnDescription.Builder builderForValue)
public Table.Builder addColumns(int index, ColumnDescription.Builder builderForValue)
List of columns in this table.
Order of columns matches the display order.
repeated .google.area120.tables.v1alpha1.ColumnDescription columns = 3;
addColumnsBuilder()
public ColumnDescription.Builder addColumnsBuilder()
List of columns in this table.
Order of columns matches the display order.
repeated .google.area120.tables.v1alpha1.ColumnDescription columns = 3;
addColumnsBuilder(int index)
public ColumnDescription.Builder addColumnsBuilder(int index)
List of columns in this table.
Order of columns matches the display order.
repeated .google.area120.tables.v1alpha1.ColumnDescription columns = 3;
Parameter |
---|
Name | Description |
index | int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Table.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
Returns |
---|
Type | Description |
Table | |
buildPartial()
public Table buildPartial()
Returns |
---|
Type | Description |
Table | |
clear()
public Table.Builder clear()
Overrides
clearColumns()
public Table.Builder clearColumns()
List of columns in this table.
Order of columns matches the display order.
repeated .google.area120.tables.v1alpha1.ColumnDescription columns = 3;
clearDisplayName()
public Table.Builder clearDisplayName()
The human readable title of the table.
string display_name = 2;
clearField(Descriptors.FieldDescriptor field)
public Table.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearName()
public Table.Builder clearName()
The resource name of the table.
Table names have the form tables/{table}
.
string name = 1;
clearOneof(Descriptors.OneofDescriptor oneof)
public Table.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public Table.Builder clone()
Overrides
getColumns(int index)
public ColumnDescription getColumns(int index)
List of columns in this table.
Order of columns matches the display order.
repeated .google.area120.tables.v1alpha1.ColumnDescription columns = 3;
Parameter |
---|
Name | Description |
index | int
|
getColumnsBuilder(int index)
public ColumnDescription.Builder getColumnsBuilder(int index)
List of columns in this table.
Order of columns matches the display order.
repeated .google.area120.tables.v1alpha1.ColumnDescription columns = 3;
Parameter |
---|
Name | Description |
index | int
|
getColumnsBuilderList()
public List<ColumnDescription.Builder> getColumnsBuilderList()
List of columns in this table.
Order of columns matches the display order.
repeated .google.area120.tables.v1alpha1.ColumnDescription columns = 3;
getColumnsCount()
public int getColumnsCount()
List of columns in this table.
Order of columns matches the display order.
repeated .google.area120.tables.v1alpha1.ColumnDescription columns = 3;
Returns |
---|
Type | Description |
int | |
getColumnsList()
public List<ColumnDescription> getColumnsList()
List of columns in this table.
Order of columns matches the display order.
repeated .google.area120.tables.v1alpha1.ColumnDescription columns = 3;
getColumnsOrBuilder(int index)
public ColumnDescriptionOrBuilder getColumnsOrBuilder(int index)
List of columns in this table.
Order of columns matches the display order.
repeated .google.area120.tables.v1alpha1.ColumnDescription columns = 3;
Parameter |
---|
Name | Description |
index | int
|
getColumnsOrBuilderList()
public List<? extends ColumnDescriptionOrBuilder> getColumnsOrBuilderList()
List of columns in this table.
Order of columns matches the display order.
repeated .google.area120.tables.v1alpha1.ColumnDescription columns = 3;
Returns |
---|
Type | Description |
List<? extends com.google.area120.tables.v1alpha1.ColumnDescriptionOrBuilder> | |
getDefaultInstanceForType()
public Table getDefaultInstanceForType()
Returns |
---|
Type | Description |
Table | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getDisplayName()
public String getDisplayName()
The human readable title of the table.
string display_name = 2;
Returns |
---|
Type | Description |
String | The displayName.
|
getDisplayNameBytes()
public ByteString getDisplayNameBytes()
The human readable title of the table.
string display_name = 2;
Returns |
---|
Type | Description |
ByteString | The bytes for displayName.
|
getName()
The resource name of the table.
Table names have the form tables/{table}
.
string name = 1;
Returns |
---|
Type | Description |
String | The name.
|
getNameBytes()
public ByteString getNameBytes()
The resource name of the table.
Table names have the form tables/{table}
.
string name = 1;
Returns |
---|
Type | Description |
ByteString | The bytes for name.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(Table other)
public Table.Builder mergeFrom(Table other)
Parameter |
---|
Name | Description |
other | Table
|
public Table.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public Table.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Table.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeColumns(int index)
public Table.Builder removeColumns(int index)
List of columns in this table.
Order of columns matches the display order.
repeated .google.area120.tables.v1alpha1.ColumnDescription columns = 3;
Parameter |
---|
Name | Description |
index | int
|
setColumns(int index, ColumnDescription value)
public Table.Builder setColumns(int index, ColumnDescription value)
List of columns in this table.
Order of columns matches the display order.
repeated .google.area120.tables.v1alpha1.ColumnDescription columns = 3;
setColumns(int index, ColumnDescription.Builder builderForValue)
public Table.Builder setColumns(int index, ColumnDescription.Builder builderForValue)
List of columns in this table.
Order of columns matches the display order.
repeated .google.area120.tables.v1alpha1.ColumnDescription columns = 3;
setDisplayName(String value)
public Table.Builder setDisplayName(String value)
The human readable title of the table.
string display_name = 2;
Parameter |
---|
Name | Description |
value | String
The displayName to set.
|
setDisplayNameBytes(ByteString value)
public Table.Builder setDisplayNameBytes(ByteString value)
The human readable title of the table.
string display_name = 2;
Parameter |
---|
Name | Description |
value | ByteString
The bytes for displayName to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public Table.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setName(String value)
public Table.Builder setName(String value)
The resource name of the table.
Table names have the form tables/{table}
.
string name = 1;
Parameter |
---|
Name | Description |
value | String
The name to set.
|
setNameBytes(ByteString value)
public Table.Builder setNameBytes(ByteString value)
The resource name of the table.
Table names have the form tables/{table}
.
string name = 1;
Parameter |
---|
Name | Description |
value | ByteString
The bytes for name to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Table.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final Table.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides