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 WorkerPool
s.
Implements
IMessage<ListWorkerPoolsRequest>, IEquatable<ListWorkerPoolsRequest>, IDeepCloneable<ListWorkerPoolsRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.CloudBuild.V1Assembly
Google.Cloud.CloudBuild.V1.dll
Constructors
ListWorkerPoolsRequest()
public ListWorkerPoolsRequest()
ListWorkerPoolsRequest(ListWorkerPoolsRequest)
public ListWorkerPoolsRequest(ListWorkerPoolsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListWorkerPoolsRequest |
Properties
PageSize
public int PageSize { get; set; }
The maximum number of WorkerPool
s to return. The service may return
fewer than this value. If omitted, the server will use a sensible default.
Property Value | |
---|---|
Type | Description |
Int32 |
PageToken
public string PageToken { get; set; }
A page token, received from a previous ListWorkerPools
call. Provide this
to retrieve the subsequent page.
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Required. The parent of the collection of WorkerPools
.
Format: projects/{project}/locations/{location}
.
Property Value | |
---|---|
Type | Description |
String |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |