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
Returns Content of the capacity commitment to create.
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
Returns The optional 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. NOTE: this ID won't be kept if the capacity commitment is split or merged.
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
Returns If true, fail the request if another project in the organization has a capacity commitment.
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
Returns Required. Resource name of the parent reservation. E.g.,
projects/myproject/locations/US
.
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 |