Class WorkspacesResource
The "workspaces" collection of methods.
Inherited Members
Namespace: Google.Apis.Area120Tables.v1alpha1
Assembly: Google.Apis.Area120Tables.v1alpha1.dll
Syntax
public class WorkspacesResource
Constructors
WorkspacesResource(IClientService)
Constructs a new resource.
Declaration
public WorkspacesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(string)
Gets a workspace. Returns NOT_FOUND if the workspace does not exist.
Declaration
public virtual WorkspacesResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the workspace to retrieve. Format: workspaces/{workspace} |
Returns
Type | Description |
---|---|
WorkspacesResource.GetRequest |
List()
Lists workspaces for the user.
Declaration
public virtual WorkspacesResource.ListRequest List()
Returns
Type | Description |
---|---|
WorkspacesResource.ListRequest |