Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.WorkstationClustersResource.WorkstationConfigsResource.ListUsableRequest

Returns all workstation configurations in the specified cluster on which the caller has the "workstations.workstation.create" permission.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListUsableWorkstationConfigsResponse>
CloudWorkstationsBaseServiceRequest<ListUsableWorkstationConfigsResponse>
ProjectsResource.LocationsResource.WorkstationClustersResource.WorkstationConfigsResource.ListUsableRequest
Implements
IClientServiceRequest<ListUsableWorkstationConfigsResponse>
IClientServiceRequest
Inherited Members
CloudWorkstationsBaseServiceRequest<ListUsableWorkstationConfigsResponse>.Xgafv
CloudWorkstationsBaseServiceRequest<ListUsableWorkstationConfigsResponse>.AccessToken
CloudWorkstationsBaseServiceRequest<ListUsableWorkstationConfigsResponse>.Alt
CloudWorkstationsBaseServiceRequest<ListUsableWorkstationConfigsResponse>.Callback
CloudWorkstationsBaseServiceRequest<ListUsableWorkstationConfigsResponse>.Fields
CloudWorkstationsBaseServiceRequest<ListUsableWorkstationConfigsResponse>.Key
CloudWorkstationsBaseServiceRequest<ListUsableWorkstationConfigsResponse>.OauthToken
CloudWorkstationsBaseServiceRequest<ListUsableWorkstationConfigsResponse>.PrettyPrint
CloudWorkstationsBaseServiceRequest<ListUsableWorkstationConfigsResponse>.QuotaUser
CloudWorkstationsBaseServiceRequest<ListUsableWorkstationConfigsResponse>.UploadType
CloudWorkstationsBaseServiceRequest<ListUsableWorkstationConfigsResponse>.UploadProtocol
ClientServiceRequest<ListUsableWorkstationConfigsResponse>.Execute()
ClientServiceRequest<ListUsableWorkstationConfigsResponse>.ExecuteAsStream()
ClientServiceRequest<ListUsableWorkstationConfigsResponse>.ExecuteAsync()
ClientServiceRequest<ListUsableWorkstationConfigsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListUsableWorkstationConfigsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListUsableWorkstationConfigsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListUsableWorkstationConfigsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListUsableWorkstationConfigsResponse>.GenerateRequestUri()
ClientServiceRequest<ListUsableWorkstationConfigsResponse>.GetBody()
ClientServiceRequest<ListUsableWorkstationConfigsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListUsableWorkstationConfigsResponse>.ETagAction
ClientServiceRequest<ListUsableWorkstationConfigsResponse>.ModifyRequest
ClientServiceRequest<ListUsableWorkstationConfigsResponse>.ValidateParameters
ClientServiceRequest<ListUsableWorkstationConfigsResponse>.ApiVersion
ClientServiceRequest<ListUsableWorkstationConfigsResponse>.RequestParameters
ClientServiceRequest<ListUsableWorkstationConfigsResponse>.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.CloudWorkstations.v1
Assembly: Google.Apis.CloudWorkstations.v1.dll
Syntax
public class ProjectsResource.LocationsResource.WorkstationClustersResource.WorkstationConfigsResource.ListUsableRequest : CloudWorkstationsBaseServiceRequest<ListUsableWorkstationConfigsResponse>, IClientServiceRequest<ListUsableWorkstationConfigsResponse>, IClientServiceRequest

Constructors

ListUsableRequest(IClientService, string)

Constructs a new ListUsable request.

Declaration
public ListUsableRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListUsableWorkstationConfigsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListUsableWorkstationConfigsResponse>.MethodName

PageSize

Optional. Maximum number of items to return.

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

PageToken

Optional. next_page_token value returned from a previous List request, if any.

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

Parent

Required. Parent resource name.

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListUsableWorkstationConfigsResponse>.RestPath

Methods

InitParameters()

Initializes ListUsable parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudWorkstationsBaseServiceRequest<ListUsableWorkstationConfigsResponse>.InitParameters()

Implements

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