public static final class Workspace.Builder extends GeneratedMessageV3.Builder<Workspace.Builder> implements WorkspaceOrBuilder
A single workspace.
Protobuf type google.area120.tables.v1alpha1.Workspace
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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
addAllTables(Iterable<? extends Table> values)
public Workspace.Builder addAllTables(Iterable<? extends Table> values)
The list of tables in the workspace.
repeated .google.area120.tables.v1alpha1.Table tables = 3;
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.area120.tables.v1alpha1.Table>
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Workspace.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
addTables(Table value)
public Workspace.Builder addTables(Table value)
The list of tables in the workspace.
repeated .google.area120.tables.v1alpha1.Table tables = 3;
Parameter |
---|
Name | Description |
value | Table
|
addTables(Table.Builder builderForValue)
public Workspace.Builder addTables(Table.Builder builderForValue)
The list of tables in the workspace.
repeated .google.area120.tables.v1alpha1.Table tables = 3;
addTables(int index, Table value)
public Workspace.Builder addTables(int index, Table value)
The list of tables in the workspace.
repeated .google.area120.tables.v1alpha1.Table tables = 3;
Parameters |
---|
Name | Description |
index | int
|
value | Table
|
addTables(int index, Table.Builder builderForValue)
public Workspace.Builder addTables(int index, Table.Builder builderForValue)
The list of tables in the workspace.
repeated .google.area120.tables.v1alpha1.Table tables = 3;
addTablesBuilder()
public Table.Builder addTablesBuilder()
The list of tables in the workspace.
repeated .google.area120.tables.v1alpha1.Table tables = 3;
addTablesBuilder(int index)
public Table.Builder addTablesBuilder(int index)
The list of tables in the workspace.
repeated .google.area120.tables.v1alpha1.Table tables = 3;
Parameter |
---|
Name | Description |
index | int
|
build()
buildPartial()
public Workspace buildPartial()
clear()
public Workspace.Builder clear()
Overrides
clearDisplayName()
public Workspace.Builder clearDisplayName()
The human readable title of the workspace.
string display_name = 2;
clearField(Descriptors.FieldDescriptor field)
public Workspace.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearName()
public Workspace.Builder clearName()
The resource name of the workspace.
Workspace names have the form workspaces/{workspace}
.
string name = 1;
clearOneof(Descriptors.OneofDescriptor oneof)
public Workspace.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearTables()
public Workspace.Builder clearTables()
The list of tables in the workspace.
repeated .google.area120.tables.v1alpha1.Table tables = 3;
clone()
public Workspace.Builder clone()
Overrides
getDefaultInstanceForType()
public Workspace getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getDisplayName()
public String getDisplayName()
The human readable title of the workspace.
string display_name = 2;
Returns |
---|
Type | Description |
String | The displayName.
|
getDisplayNameBytes()
public ByteString getDisplayNameBytes()
The human readable title of the workspace.
string display_name = 2;
Returns |
---|
Type | Description |
ByteString | The bytes for displayName.
|
getName()
The resource name of the workspace.
Workspace names have the form workspaces/{workspace}
.
string name = 1;
Returns |
---|
Type | Description |
String | The name.
|
getNameBytes()
public ByteString getNameBytes()
The resource name of the workspace.
Workspace names have the form workspaces/{workspace}
.
string name = 1;
Returns |
---|
Type | Description |
ByteString | The bytes for name.
|
getTables(int index)
public Table getTables(int index)
The list of tables in the workspace.
repeated .google.area120.tables.v1alpha1.Table tables = 3;
Parameter |
---|
Name | Description |
index | int
|
Returns |
---|
Type | Description |
Table | |
getTablesBuilder(int index)
public Table.Builder getTablesBuilder(int index)
The list of tables in the workspace.
repeated .google.area120.tables.v1alpha1.Table tables = 3;
Parameter |
---|
Name | Description |
index | int
|
getTablesBuilderList()
public List<Table.Builder> getTablesBuilderList()
The list of tables in the workspace.
repeated .google.area120.tables.v1alpha1.Table tables = 3;
getTablesCount()
public int getTablesCount()
The list of tables in the workspace.
repeated .google.area120.tables.v1alpha1.Table tables = 3;
Returns |
---|
Type | Description |
int | |
getTablesList()
public List<Table> getTablesList()
The list of tables in the workspace.
repeated .google.area120.tables.v1alpha1.Table tables = 3;
getTablesOrBuilder(int index)
public TableOrBuilder getTablesOrBuilder(int index)
The list of tables in the workspace.
repeated .google.area120.tables.v1alpha1.Table tables = 3;
Parameter |
---|
Name | Description |
index | int
|
getTablesOrBuilderList()
public List<? extends TableOrBuilder> getTablesOrBuilderList()
The list of tables in the workspace.
repeated .google.area120.tables.v1alpha1.Table tables = 3;
Returns |
---|
Type | Description |
List<? extends com.google.area120.tables.v1alpha1.TableOrBuilder> | |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(Workspace other)
public Workspace.Builder mergeFrom(Workspace other)
public Workspace.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public Workspace.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Workspace.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeTables(int index)
public Workspace.Builder removeTables(int index)
The list of tables in the workspace.
repeated .google.area120.tables.v1alpha1.Table tables = 3;
Parameter |
---|
Name | Description |
index | int
|
setDisplayName(String value)
public Workspace.Builder setDisplayName(String value)
The human readable title of the workspace.
string display_name = 2;
Parameter |
---|
Name | Description |
value | String
The displayName to set.
|
setDisplayNameBytes(ByteString value)
public Workspace.Builder setDisplayNameBytes(ByteString value)
The human readable title of the workspace.
string display_name = 2;
Parameter |
---|
Name | Description |
value | ByteString
The bytes for displayName to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public Workspace.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setName(String value)
public Workspace.Builder setName(String value)
The resource name of the workspace.
Workspace names have the form workspaces/{workspace}
.
string name = 1;
Parameter |
---|
Name | Description |
value | String
The name to set.
|
setNameBytes(ByteString value)
public Workspace.Builder setNameBytes(ByteString value)
The resource name of the workspace.
Workspace names have the form workspaces/{workspace}
.
string name = 1;
Parameter |
---|
Name | Description |
value | ByteString
The bytes for name to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Workspace.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setTables(int index, Table value)
public Workspace.Builder setTables(int index, Table value)
The list of tables in the workspace.
repeated .google.area120.tables.v1alpha1.Table tables = 3;
Parameters |
---|
Name | Description |
index | int
|
value | Table
|
setTables(int index, Table.Builder builderForValue)
public Workspace.Builder setTables(int index, Table.Builder builderForValue)
The list of tables in the workspace.
repeated .google.area120.tables.v1alpha1.Table tables = 3;
setUnknownFields(UnknownFieldSet unknownFields)
public final Workspace.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides