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

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#display_name::String

Returns The human readable title of the workspace.

Returns:

  • (::String)

    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}.

Returns:

  • (::String)

    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.

Returns:



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