Class: Google::Area120::Tables::V1alpha1::GetWorkspaceRequest

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

Overview

Request message for TablesService.GetWorkspace.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the workspace to retrieve. Format: workspaces/{workspace}.

Returns:

  • (::String)

    Required. The name of the workspace to retrieve. Format: workspaces/{workspace}



72
73
74
75
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 72

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