Class GetWorkerPoolRequest (1.2.0)

public sealed class GetWorkerPoolRequest : IMessage<GetWorkerPoolRequest>, IEquatable<GetWorkerPoolRequest>, IDeepCloneable<GetWorkerPoolRequest>, IBufferMessage, IMessage

Request to get a WorkerPool with the specified name.

Inheritance

Object > GetWorkerPoolRequest

Namespace

Google.Cloud.CloudBuild.V1

Assembly

Google.Cloud.CloudBuild.V1.dll

Constructors

GetWorkerPoolRequest()

public GetWorkerPoolRequest()

GetWorkerPoolRequest(GetWorkerPoolRequest)

public GetWorkerPoolRequest(GetWorkerPoolRequest other)
Parameter
NameDescription
otherGetWorkerPoolRequest

Properties

Name

public string Name { get; set; }

The field will contain name of the resource requested, for example: "projects/project-1/workerPools/workerpool-name"

Property Value
TypeDescription
String