public final class Workspace extends GeneratedMessageV3 implements WorkspaceOrBuilder
A single workspace.
Protobuf type google.area120.tables.v1alpha1.Workspace
Static Fields
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value
TABLES_FIELD_NUMBER
public static final int TABLES_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Workspace getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static Workspace.Builder newBuilder()
Returns
newBuilder(Workspace prototype)
public static Workspace.Builder newBuilder(Workspace prototype)
Parameter
Returns
public static Workspace parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static Workspace parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Workspace parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Workspace parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Workspace parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Workspace parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Workspace parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static Workspace parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Workspace parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static Workspace parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Workspace parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Workspace parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<Workspace> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public Workspace getDefaultInstanceForType()
Returns
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
getParserForType()
public Parser<Workspace> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getTables(int index)
public Table getTables(int index)
The list of tables in the workspace.
repeated .google.area120.tables.v1alpha1.Table tables = 3;
Parameter
Returns
getTablesCount()
public int getTablesCount()
The list of tables in the workspace.
repeated .google.area120.tables.v1alpha1.Table tables = 3;
Returns
getTablesList()
public List<Table> getTablesList()
The list of tables in the workspace.
repeated .google.area120.tables.v1alpha1.Table tables = 3;
Returns
getTablesOrBuilder(int index)
public TableOrBuilder getTablesOrBuilder(int index)
The list of tables in the workspace.
repeated .google.area120.tables.v1alpha1.Table tables = 3;
Parameter
Returns
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> | |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public Workspace.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Workspace.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public Workspace.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions