Class CreateWorkerPoolRequest (1.2.0)

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

Request to create a new WorkerPool.

Inheritance

Object > CreateWorkerPoolRequest

Namespace

Google.Cloud.CloudBuild.V1

Assembly

Google.Cloud.CloudBuild.V1.dll

Constructors

CreateWorkerPoolRequest()

public CreateWorkerPoolRequest()

CreateWorkerPoolRequest(CreateWorkerPoolRequest)

public CreateWorkerPoolRequest(CreateWorkerPoolRequest other)
Parameter
NameDescription
otherCreateWorkerPoolRequest

Properties

Parent

public string Parent { get; set; }

ID of the parent project.

Property Value
TypeDescription
String

WorkerPool

public WorkerPool WorkerPool { get; set; }

WorkerPool resource to create.

Property Value
TypeDescription
WorkerPool