Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::UpdateReservationSlotRequest.
A request message for ReservationSlots.Update. See the method description for details.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent_name
def parent_name() -> ::String
Returns
- (::String) — The name of the sub-block resource.
#parent_name=
def parent_name=(value) -> ::String
Parameter
- value (::String) — The name of the sub-block resource.
Returns
- (::String) — The name of the sub-block resource.
#project
def project() -> ::String
Returns
- (::String) — The project ID for this request.
#project=
def project=(value) -> ::String
Parameter
- value (::String) — The project ID for this request.
Returns
- (::String) — The project ID for this request.
#reservation_slot
def reservation_slot() -> ::String
Returns
- (::String) — The name of the slot resource.
#reservation_slot=
def reservation_slot=(value) -> ::String
Parameter
- value (::String) — The name of the slot resource.
Returns
- (::String) — The name of the slot resource.
#reservation_slot_resource
def reservation_slot_resource() -> ::Google::Cloud::Compute::V1::ReservationSlot
Returns
- (::Google::Cloud::Compute::V1::ReservationSlot) — The body resource for this request
#reservation_slot_resource=
def reservation_slot_resource=(value) -> ::Google::Cloud::Compute::V1::ReservationSlot
Parameter
- value (::Google::Cloud::Compute::V1::ReservationSlot) — The body resource for this request
Returns
- (::Google::Cloud::Compute::V1::ReservationSlot) — The body resource for this request
#update_mask
def update_mask() -> ::String
Returns
- (::String) — The fields to be updated as part of this request.
#update_mask=
def update_mask=(value) -> ::String
Parameter
- value (::String) — The fields to be updated as part of this request.
Returns
- (::String) — The fields to be updated as part of this request.
#zone
def zone() -> ::String
Returns
- (::String) — The name of the zone for this request, formatted as RFC1035.
#zone=
def zone=(value) -> ::String
Parameter
- value (::String) — The name of the zone for this request, formatted as RFC1035.
Returns
- (::String) — The name of the zone for this request, formatted as RFC1035.