Class: Google::Cloud::Bigquery::Reservation::V1::CreateCapacityCommitmentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Reservation::V1::CreateCapacityCommitmentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb
Overview
The request for ReservationService.CreateCapacityCommitment.
Instance Attribute Summary collapse
-
#capacity_commitment ⇒ ::Google::Cloud::Bigquery::Reservation::V1::CapacityCommitment
Content of the capacity commitment to create.
-
#capacity_commitment_id ⇒ ::String
The optional capacity commitment ID.
-
#enforce_single_admin_project_per_org ⇒ ::Boolean
If true, fail the request if another project in the organization has a capacity commitment.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#capacity_commitment ⇒ ::Google::Cloud::Bigquery::Reservation::V1::CapacityCommitment
345 346 347 348 |
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 345 class CreateCapacityCommitmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#capacity_commitment_id ⇒ ::String
345 346 347 348 |
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 345 class CreateCapacityCommitmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enforce_single_admin_project_per_org ⇒ ::Boolean
345 346 347 348 |
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 345 class CreateCapacityCommitmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
345 346 347 348 |
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 345 class CreateCapacityCommitmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |