Class Google::Area120::Tables::V1alpha1::Workspace

A single workspace.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#display_name

def display_name() -> ::String
Returns
  • (::String) — The human readable title of the workspace.

#display_name=

def display_name=(value) -> ::String
Parameter
  • value (::String) — The human readable title of the workspace.
Returns
  • (::String) — The human readable title of the workspace.

#name

def name() -> ::String
Returns
  • (::String) — The resource name of the workspace. Workspace names have the form workspaces/{workspace}.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — The resource name of the workspace. Workspace names have the form workspaces/{workspace}.
Returns
  • (::String) — The resource name of the workspace. Workspace names have the form workspaces/{workspace}.

#tables

def tables() -> ::Array<::Google::Area120::Tables::V1alpha1::Table>
Returns

#tables=

def tables=(value) -> ::Array<::Google::Area120::Tables::V1alpha1::Table>
Parameter
Returns