Class: Google::Apis::BigqueryreservationV1beta1::CreateSlotPoolMetadata
- Inherits:
-
Object
- Object
- Google::Apis::BigqueryreservationV1beta1::CreateSlotPoolMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/bigqueryreservation_v1beta1/classes.rb,
generated/google/apis/bigqueryreservation_v1beta1/representations.rb,
generated/google/apis/bigqueryreservation_v1beta1/representations.rb
Overview
The metadata for operation returned from ReservationService.CreateSlotPool.
Instance Attribute Summary collapse
-
#slot_pool ⇒ String
Resource name of the slot pool that is being created.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CreateSlotPoolMetadata
constructor
A new instance of CreateSlotPoolMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CreateSlotPoolMetadata
Returns a new instance of CreateSlotPoolMetadata.
183 184 185 |
# File 'generated/google/apis/bigqueryreservation_v1beta1/classes.rb', line 183 def initialize(**args) update!(**args) end |
Instance Attribute Details
#slot_pool ⇒ String
Resource name of the slot pool that is being created. E.g., projects/myproject/
locations/us-central1/reservations/foo/slotPools/123
Corresponds to the JSON property slotPool
181 182 183 |
# File 'generated/google/apis/bigqueryreservation_v1beta1/classes.rb', line 181 def slot_pool @slot_pool end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
188 189 190 |
# File 'generated/google/apis/bigqueryreservation_v1beta1/classes.rb', line 188 def update!(**args) @slot_pool = args[:slot_pool] if args.key?(:slot_pool) end |