- 0.56.0 (latest)
- 0.55.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
public final class Workspace extends GeneratedMessageV3 implements WorkspaceOrBuilder
A single workspace.
Protobuf type google.area120.tables.v1alpha1.Workspace
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > WorkspaceImplements
WorkspaceOrBuilderStatic Fields
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
Type | Description |
int |
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Type | Description |
int |
TABLES_FIELD_NUMBER
public static final int TABLES_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Workspace getDefaultInstance()
Type | Description |
Workspace |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static Workspace.Builder newBuilder()
Type | Description |
Workspace.Builder |
newBuilder(Workspace prototype)
public static Workspace.Builder newBuilder(Workspace prototype)
Name | Description |
prototype | Workspace |
Type | Description |
Workspace.Builder |
parseDelimitedFrom(InputStream input)
public static Workspace parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Workspace |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Workspace parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Workspace |
Type | Description |
IOException |
parseFrom(byte[] data)
public static Workspace parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
Workspace |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Workspace parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Workspace |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Workspace parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
Workspace |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Workspace parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Workspace |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Workspace parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
Workspace |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Workspace parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Workspace |
Type | Description |
IOException |
parseFrom(InputStream input)
public static Workspace parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Workspace |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Workspace parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Workspace |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Workspace parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
Workspace |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Workspace parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Workspace |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Workspace> parser()
Type | Description |
Parser<Workspace> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public Workspace getDefaultInstanceForType()
Type | Description |
Workspace |
getDisplayName()
public String getDisplayName()
The human readable title of the workspace.
string display_name = 2;
Type | Description |
String | The displayName. |
getDisplayNameBytes()
public ByteString getDisplayNameBytes()
The human readable title of the workspace.
string display_name = 2;
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;
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;
Type | Description |
ByteString | The bytes for name. |
getParserForType()
public Parser<Workspace> getParserForType()
Type | Description |
Parser<Workspace> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getTables(int index)
public Table getTables(int index)
The list of tables in the workspace.
repeated .google.area120.tables.v1alpha1.Table tables = 3;
Name | Description |
index | int |
Type | Description |
Table |
getTablesCount()
public int getTablesCount()
The list of tables in the workspace.
repeated .google.area120.tables.v1alpha1.Table tables = 3;
Type | Description |
int |
getTablesList()
public List<Table> getTablesList()
The list of tables in the workspace.
repeated .google.area120.tables.v1alpha1.Table tables = 3;
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;
Name | Description |
index | int |
Type | Description |
TableOrBuilder |
getTablesOrBuilderList()
public List<? extends TableOrBuilder> getTablesOrBuilderList()
The list of tables in the workspace.
repeated .google.area120.tables.v1alpha1.Table tables = 3;
Type | Description |
List<? extends com.google.area120.tables.v1alpha1.TableOrBuilder> |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public Workspace.Builder newBuilderForType()
Type | Description |
Workspace.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Workspace.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
Workspace.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public Workspace.Builder toBuilder()
Type | Description |
Workspace.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |