public sealed class GetWorkerPoolRequest : IMessage<GetWorkerPoolRequest>, IEquatable<GetWorkerPoolRequest>, IDeepCloneable<GetWorkerPoolRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v1 API class GetWorkerPoolRequest.
Request to get a WorkerPool
with the specified name.
Implements
IMessageGetWorkerPoolRequest, IEquatableGetWorkerPoolRequest, IDeepCloneableGetWorkerPoolRequest, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.CloudBuildV1Assembly
Google.Cloud.CloudBuild.V1.dll
Constructors
GetWorkerPoolRequest()
public GetWorkerPoolRequest()
GetWorkerPoolRequest(GetWorkerPoolRequest)
public GetWorkerPoolRequest(GetWorkerPoolRequest other)
Parameter | |
---|---|
Name | Description |
other | GetWorkerPoolRequest |
Properties
Name
public string Name { get; set; }
Required. The name of the WorkerPool
to retrieve.
Format: projects/{project}/locations/{location}/workerPools/{workerPool}
.
Property Value | |
---|---|
Type | Description |
string |
WorkerPoolName
public WorkerPoolName WorkerPoolName { get; set; }
WorkerPoolName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
WorkerPoolName |