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
ProjectsResource.LocationsResource.WorkstationClustersResource.WorkstationConfigsResource.ListUsableRequest
Inherited Members
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
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
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
Methods
InitParameters()
Initializes ListUsable parameter list.
Declaration
protected override void InitParameters()