Class: Google::Area120::Tables::V1alpha1::ListWorkspacesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/area120/tables/v1alpha1/tables.rb

Overview

Response message for TablesService.ListWorkspaces.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns A token, which can be sent as page_token to retrieve the next page. If this field is empty, there are no subsequent pages.

Returns:

  • (::String)

    A token, which can be sent as page_token to retrieve the next page. If this field is empty, there are no subsequent pages.



105
106
107
108
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 105

class ListWorkspacesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#workspaces::Array<::Google::Area120::Tables::V1alpha1::Workspace>

Returns The list of workspaces.

Returns:



105
106
107
108
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 105

class ListWorkspacesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end