Class: Google::Area120::Tables::V1alpha1::Workspace
- Inherits:
-
Object
- Object
- Google::Area120::Tables::V1alpha1::Workspace
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/area120/tables/v1alpha1/tables.rb
Overview
A single workspace.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
The human readable title of the workspace.
-
#name ⇒ ::String
The resource name of the workspace.
-
#tables ⇒ ::Array<::Google::Area120::Tables::V1alpha1::Table>
The list of tables in the workspace.
Instance Attribute Details
#display_name ⇒ ::String
Returns The human readable title of the workspace.
401 402 403 404 |
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 401 class Workspace include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The resource name of the workspace.
Workspace names have the form workspaces/{workspace}
.
401 402 403 404 |
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 401 class Workspace include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tables ⇒ ::Array<::Google::Area120::Tables::V1alpha1::Table>
Returns The list of tables in the workspace.
401 402 403 404 |
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 401 class Workspace include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |