Show / Hide Table of Contents

Class LocationsResource.WorkforcePoolsResource.ListRequest

Lists all non-deleted WorkforcePools under the specified parent. If show_deleted is set to true, then deleted pools are also listed.

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

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string location)
Parameters
Type Name Description
IClientService service
string location

Properties

HttpMethod

Gets the HTTP method.

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

Location

The location of the pool. Format: locations/{location}.

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

MethodName

Gets the method name.

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

PageSize

The maximum number of pools to return. If unspecified, at most 50 pools will be returned. The maximum value is 1000; values above 1000 are truncated to 1000.

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

PageToken

A page token, received from a previous ListWorkforcePools call. Provide this to retrieve the subsequent page.

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

Parent

Required. The parent resource to list pools for. Format: organizations/{org-id}.

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

RestPath

Gets the REST path.

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

ShowDeleted

Whether to return soft-deleted pools.

Declaration
[RequestParameter("showDeleted", RequestParameterType.Query)]
public virtual bool? ShowDeleted { get; set; }
Property Value
Type Description
bool?

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
IamBaseServiceRequest<ListWorkforcePoolsResponse>.InitParameters()

Implements

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