Class Workspace (0.46.0)

public final class Workspace extends GeneratedMessageV3 implements WorkspaceOrBuilder

A single workspace.

Protobuf type google.area120.tables.v1alpha1.Workspace

Implements

WorkspaceOrBuilder

Static Fields

DISPLAY_NAME_FIELD_NUMBER

public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
Type Description
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

TABLES_FIELD_NUMBER

public static final int TABLES_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Workspace getDefaultInstance()
Returns
Type Description
Workspace

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static Workspace.Builder newBuilder()
Returns
Type Description
Workspace.Builder

newBuilder(Workspace prototype)

public static Workspace.Builder newBuilder(Workspace prototype)
Parameter
Name Description
prototype Workspace
Returns
Type Description
Workspace.Builder

parseDelimitedFrom(InputStream input)

public static Workspace parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Workspace
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Workspace parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Workspace
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Workspace parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Workspace
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Workspace parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Workspace
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Workspace parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Workspace
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Workspace parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Workspace
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Workspace parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Workspace
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Workspace parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Workspace
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Workspace parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Workspace
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Workspace parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Workspace
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Workspace parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Workspace
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Workspace parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Workspace
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Workspace> parser()
Returns
Type Description
Parser<Workspace>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public Workspace getDefaultInstanceForType()
Returns
Type Description
Workspace

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()

public String 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.

getParserForType()

public Parser<Workspace> getParserForType()
Returns
Type Description
Parser<Workspace>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
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
Name Description
index int
Returns
Type Description
Table

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;

Returns
Type Description
List<Table>

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
Returns
Type Description
TableOrBuilder

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>

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Workspace.Builder newBuilderForType()
Returns
Type Description
Workspace.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Workspace.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Workspace.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public Workspace.Builder toBuilder()
Returns
Type Description
Workspace.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException