Show / Hide Table of Contents

Class MergeCapacityCommitmentsRequest

The request for ReservationService.MergeCapacityCommitments.

Inheritance
object
MergeCapacityCommitmentsRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.BigQueryReservation.v1.Data
Assembly: Google.Apis.BigQueryReservation.v1.dll
Syntax
public class MergeCapacityCommitmentsRequest : IDirectResponseSchema

Properties

CapacityCommitmentId

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.

Declaration
[JsonProperty("capacityCommitmentId")]
public virtual string CapacityCommitmentId { get; set; }
Property Value
Type Description
string

CapacityCommitmentIds

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

Declaration
[JsonProperty("capacityCommitmentIds")]
public virtual IList<string> CapacityCommitmentIds { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX