Show / Hide Table of Contents

Class WorkspacesResource

The "workspaces" collection of methods.

Inheritance
object
WorkspacesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX