Show / Hide Table of Contents

Class WorkspacesResource.ListRequest

Lists workspaces for the user.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListWorkspacesResponse>
Area120TablesBaseServiceRequest<ListWorkspacesResponse>
WorkspacesResource.ListRequest
Implements
IClientServiceRequest<ListWorkspacesResponse>
IClientServiceRequest
Inherited Members
Area120TablesBaseServiceRequest<ListWorkspacesResponse>.Xgafv
Area120TablesBaseServiceRequest<ListWorkspacesResponse>.AccessToken
Area120TablesBaseServiceRequest<ListWorkspacesResponse>.Alt
Area120TablesBaseServiceRequest<ListWorkspacesResponse>.Callback
Area120TablesBaseServiceRequest<ListWorkspacesResponse>.Fields
Area120TablesBaseServiceRequest<ListWorkspacesResponse>.Key
Area120TablesBaseServiceRequest<ListWorkspacesResponse>.OauthToken
Area120TablesBaseServiceRequest<ListWorkspacesResponse>.PrettyPrint
Area120TablesBaseServiceRequest<ListWorkspacesResponse>.QuotaUser
Area120TablesBaseServiceRequest<ListWorkspacesResponse>.UploadType
Area120TablesBaseServiceRequest<ListWorkspacesResponse>.UploadProtocol
ClientServiceRequest<ListWorkspacesResponse>.Execute()
ClientServiceRequest<ListWorkspacesResponse>.ExecuteAsStream()
ClientServiceRequest<ListWorkspacesResponse>.ExecuteAsync()
ClientServiceRequest<ListWorkspacesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListWorkspacesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListWorkspacesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListWorkspacesResponse>.CreateRequest(bool?)
ClientServiceRequest<ListWorkspacesResponse>.GenerateRequestUri()
ClientServiceRequest<ListWorkspacesResponse>.GetBody()
ClientServiceRequest<ListWorkspacesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListWorkspacesResponse>.ETagAction
ClientServiceRequest<ListWorkspacesResponse>.ModifyRequest
ClientServiceRequest<ListWorkspacesResponse>.ValidateParameters
ClientServiceRequest<ListWorkspacesResponse>.ApiVersion
ClientServiceRequest<ListWorkspacesResponse>.RequestParameters
ClientServiceRequest<ListWorkspacesResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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.ListRequest : Area120TablesBaseServiceRequest<ListWorkspacesResponse>, IClientServiceRequest<ListWorkspacesResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService)

Constructs a new List request.

Declaration
public ListRequest(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Area120Tables.v1alpha1.Data.ListWorkspacesResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Area120Tables.v1alpha1.Data.ListWorkspacesResponse>.MethodName

PageSize

The maximum number of workspaces to return. The service may return fewer than this value. If unspecified, at most 10 workspaces are returned. The maximum value is 25; values above 25 are coerced to 25.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

A page token, received from a previous ListWorkspaces call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListWorkspaces must match the call that provided the page token.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Area120Tables.v1alpha1.Data.ListWorkspacesResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
Area120TablesBaseServiceRequest<ListWorkspacesResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX