public sealed class GetCapacityCommitmentRequest : IMessage<GetCapacityCommitmentRequest>, IEquatable<GetCapacityCommitmentRequest>, IDeepCloneable<GetCapacityCommitmentRequest>, IBufferMessage, IMessage
The request for [ReservationService.GetCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.GetCapacityCommitment].
Implements
IMessage<GetCapacityCommitmentRequest>, IEquatable<GetCapacityCommitmentRequest>, IDeepCloneable<GetCapacityCommitmentRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Reservation.V1Assembly
Google.Cloud.BigQuery.Reservation.V1.dll
Constructors
GetCapacityCommitmentRequest()
public GetCapacityCommitmentRequest()
GetCapacityCommitmentRequest(GetCapacityCommitmentRequest)
public GetCapacityCommitmentRequest(GetCapacityCommitmentRequest other)
Parameter | |
---|---|
Name | Description |
other | GetCapacityCommitmentRequest |
Properties
CapacityCommitmentName
public CapacityCommitmentName CapacityCommitmentName { get; set; }
CapacityCommitmentName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |