Class CreateWorkerPoolRequest (1.0.0)

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

Request to create a new WorkerPool.

Inheritance

Object > CreateWorkerPoolRequest

Implements

Google.Protobuf.IMessage<CreateWorkerPoolRequest>, IEquatable<CreateWorkerPoolRequest>, Google.Protobuf.IDeepCloneable<CreateWorkerPoolRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

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