Class: Google::Cloud::Bigquery::Reservation::V1::SplitCapacityCommitmentRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name e.g.,: projects/myproject/locations/US/capacityCommitments/123.

Returns:

  • (::String)

    Required. The resource name e.g.,: projects/myproject/locations/US/capacityCommitments/123



430
431
432
433
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 430

class SplitCapacityCommitmentRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#slot_count::Integer

Returns Number of slots in the capacity commitment after the split.

Returns:

  • (::Integer)

    Number of slots in the capacity commitment after the split.



430
431
432
433
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 430

class SplitCapacityCommitmentRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end