Cloud Build v1 API - Class ListWorkerPoolsRequest (2.9.0)

public sealed class ListWorkerPoolsRequest : IMessage<ListWorkerPoolsRequest>, IEquatable<ListWorkerPoolsRequest>, IDeepCloneable<ListWorkerPoolsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Cloud Build v1 API class ListWorkerPoolsRequest.

Request to list WorkerPools.

Inheritance

object > ListWorkerPoolsRequest

Namespace

Google.Cloud.CloudBuild.V1

Assembly

Google.Cloud.CloudBuild.V1.dll

Constructors

ListWorkerPoolsRequest()

public ListWorkerPoolsRequest()

ListWorkerPoolsRequest(ListWorkerPoolsRequest)

public ListWorkerPoolsRequest(ListWorkerPoolsRequest other)
Parameter
NameDescription
otherListWorkerPoolsRequest

Properties

PageSize

public int PageSize { get; set; }

The maximum number of WorkerPools to return. The service may return fewer than this value. If omitted, the server will use a sensible default.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

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

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The parent of the collection of WorkerPools. Format: projects/{project}/locations/{location}.

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName