Class GetCapacityCommitmentRequest (1.4.0)

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

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

Inheritance

Object > GetCapacityCommitmentRequest

Namespace

Google.Cloud.BigQuery.Reservation.V1

Assembly

Google.Cloud.BigQuery.Reservation.V1.dll

Constructors

GetCapacityCommitmentRequest()

public GetCapacityCommitmentRequest()

GetCapacityCommitmentRequest(GetCapacityCommitmentRequest)

public GetCapacityCommitmentRequest(GetCapacityCommitmentRequest other)
Parameter
NameDescription
otherGetCapacityCommitmentRequest

Properties

CapacityCommitmentName

public CapacityCommitmentName CapacityCommitmentName { get; set; }

CapacityCommitmentName-typed view over the Name resource name property.

Property Value
TypeDescription
CapacityCommitmentName

Name

public string Name { get; set; }

Required. Resource name of the capacity commitment to retrieve. E.g., projects/myproject/locations/US/capacityCommitments/123

Property Value
TypeDescription
String