BigQuery Reservation v1 API - Class MergeCapacityCommitmentsRequest (2.10.0)

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

Reference documentation and code samples for the BigQuery Reservation v1 API class MergeCapacityCommitmentsRequest.

The request for [ReservationService.MergeCapacityCommitments][google.cloud.bigquery.reservation.v1.ReservationService.MergeCapacityCommitments].

Inheritance

object > MergeCapacityCommitmentsRequest

Namespace

Google.Cloud.BigQuery.Reservation.V1

Assembly

Google.Cloud.BigQuery.Reservation.V1.dll

Constructors

MergeCapacityCommitmentsRequest()

public MergeCapacityCommitmentsRequest()

MergeCapacityCommitmentsRequest(MergeCapacityCommitmentsRequest)

public MergeCapacityCommitmentsRequest(MergeCapacityCommitmentsRequest other)
Parameter
Name Description
other MergeCapacityCommitmentsRequest

Properties

CapacityCommitmentId

public string CapacityCommitmentId { get; set; }

Optional. The optional resulting capacity commitment ID. Capacity commitment name will be generated automatically if this field is empty. This field must only contain lower case alphanumeric characters or dashes. The first and last character cannot be a dash. Max length is 64 characters.

Property Value
Type Description
string

CapacityCommitmentIds

public RepeatedField<string> CapacityCommitmentIds { get; }

Ids of capacity commitments to merge. These capacity commitments must exist under admin project and location specified in the parent. ID is the last portion of capacity commitment name e.g., 'abc' for projects/myproject/locations/US/capacityCommitments/abc

Property Value
Type Description
RepeatedFieldstring

Parent

public string Parent { get; set; }

Parent resource that identifies admin project and location e.g., projects/myproject/locations/us

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