public static final class Table.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Table.Builder> implements TableOrBuilder
A single table.Protobuf type
google.area120.tables.v1alpha1.Table| Modifier and Type | Method and Description |
|---|---|
Table.Builder |
addAllColumns(Iterable<? extends ColumnDescription> values)
List of columns in this table.
|
Table.Builder |
addColumns(ColumnDescription.Builder builderForValue)
List of columns in this table.
|
Table.Builder |
addColumns(ColumnDescription value)
List of columns in this table.
|
Table.Builder |
addColumns(int index,
ColumnDescription.Builder builderForValue)
List of columns in this table.
|
Table.Builder |
addColumns(int index,
ColumnDescription value)
List of columns in this table.
|
ColumnDescription.Builder |
addColumnsBuilder()
List of columns in this table.
|
ColumnDescription.Builder |
addColumnsBuilder(int index)
List of columns in this table.
|
Table.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Table |
build() |
Table |
buildPartial() |
Table.Builder |
clear() |
Table.Builder |
clearColumns()
List of columns in this table.
|
Table.Builder |
clearDisplayName()
The human readable title of the table.
|
Table.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Table.Builder |
clearName()
The resource name of the table.
|
Table.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Table.Builder |
clone() |
ColumnDescription |
getColumns(int index)
List of columns in this table.
|
ColumnDescription.Builder |
getColumnsBuilder(int index)
List of columns in this table.
|
List<ColumnDescription.Builder> |
getColumnsBuilderList()
List of columns in this table.
|
int |
getColumnsCount()
List of columns in this table.
|
List<ColumnDescription> |
getColumnsList()
List of columns in this table.
|
ColumnDescriptionOrBuilder |
getColumnsOrBuilder(int index)
List of columns in this table.
|
List<? extends ColumnDescriptionOrBuilder> |
getColumnsOrBuilderList()
List of columns in this table.
|
Table |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getDisplayName()
The human readable title of the table.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
The human readable title of the table.
|
String |
getName()
The resource name of the table.
|
com.google.protobuf.ByteString |
getNameBytes()
The resource name of the table.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Table.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Table.Builder |
mergeFrom(com.google.protobuf.Message other) |
Table.Builder |
mergeFrom(Table other) |
Table.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Table.Builder |
removeColumns(int index)
List of columns in this table.
|
Table.Builder |
setColumns(int index,
ColumnDescription.Builder builderForValue)
List of columns in this table.
|
Table.Builder |
setColumns(int index,
ColumnDescription value)
List of columns in this table.
|
Table.Builder |
setDisplayName(String value)
The human readable title of the table.
|
Table.Builder |
setDisplayNameBytes(com.google.protobuf.ByteString value)
The human readable title of the table.
|
Table.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Table.Builder |
setName(String value)
The resource name of the table.
|
Table.Builder |
setNameBytes(com.google.protobuf.ByteString value)
The resource name of the table.
|
Table.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Table.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Table.Builder>public Table.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Table.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Table.Builder>public Table getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Table build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Table buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Table.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Table.Builder>public Table.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Table.Builder>public Table.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Table.Builder>public Table.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Table.Builder>public Table.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Table.Builder>public Table.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Table.Builder>public Table.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Table.Builder>public Table.Builder mergeFrom(Table other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Table.Builder>public Table.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Table.Builder>IOExceptionpublic String getName()
The resource name of the table.
Table names have the form `tables/{table}`.
string name = 1;getName in interface TableOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
The resource name of the table.
Table names have the form `tables/{table}`.
string name = 1;getNameBytes in interface TableOrBuilderpublic Table.Builder setName(String value)
The resource name of the table.
Table names have the form `tables/{table}`.
string name = 1;value - The name to set.public Table.Builder clearName()
The resource name of the table.
Table names have the form `tables/{table}`.
string name = 1;public Table.Builder setNameBytes(com.google.protobuf.ByteString value)
The resource name of the table.
Table names have the form `tables/{table}`.
string name = 1;value - The bytes for name to set.public String getDisplayName()
The human readable title of the table.
string display_name = 2;getDisplayName in interface TableOrBuilderpublic com.google.protobuf.ByteString getDisplayNameBytes()
The human readable title of the table.
string display_name = 2;getDisplayNameBytes in interface TableOrBuilderpublic Table.Builder setDisplayName(String value)
The human readable title of the table.
string display_name = 2;value - The displayName to set.public Table.Builder clearDisplayName()
The human readable title of the table.
string display_name = 2;public Table.Builder setDisplayNameBytes(com.google.protobuf.ByteString value)
The human readable title of the table.
string display_name = 2;value - The bytes for displayName to set.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;getColumnsList in interface TableOrBuilderpublic int getColumnsCount()
List of columns in this table. Order of columns matches the display order.
repeated .google.area120.tables.v1alpha1.ColumnDescription columns = 3;getColumnsCount in interface TableOrBuilderpublic 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;getColumns in interface TableOrBuilderpublic 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;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;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;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;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;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;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;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;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;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;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;getColumnsOrBuilder in interface TableOrBuilderpublic 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;getColumnsOrBuilderList in interface TableOrBuilderpublic ColumnDescription.Builder addColumnsBuilder()
List of columns in this table. Order of columns matches the display order.
repeated .google.area120.tables.v1alpha1.ColumnDescription columns = 3;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;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;public final Table.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Table.Builder>public final Table.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Table.Builder>Copyright © 2024 Google LLC. All rights reserved.