Reference documentation and code samples for the Compute V1 Client class UpdateReservationSlotRequest.
A request message for ReservationSlots.Update. See the method description for details.
Generated from protobuf message google.cloud.compute.v1.UpdateReservationSlotRequest
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent_name
string
The name of the sub-block resource.
↳ project
string
The project ID for this request.
↳ reservation_slot
string
The name of the slot resource.
↳ reservation_slot_resource
↳ update_mask
string
The fields to be updated as part of this request.
↳ zone
string
The name of the zone for this request, formatted as RFC1035.
getParentName
The name of the sub-block resource.
string
setParentName
The name of the sub-block resource.
var
string
$this
getProject
The project ID for this request.
string
setProject
The project ID for this request.
var
string
$this
getReservationSlot
The name of the slot resource.
string
setReservationSlot
The name of the slot resource.
var
string
$this
getReservationSlotResource
The body resource for this request
hasReservationSlotResource
clearReservationSlotResource
setReservationSlotResource
The body resource for this request
$this
getUpdateMask
The fields to be updated as part of this request.
string
hasUpdateMask
clearUpdateMask
setUpdateMask
The fields to be updated as part of this request.
var
string
$this
getZone
The name of the zone for this request, formatted as RFC1035.
string
setZone
The name of the zone for this request, formatted as RFC1035.
var
string
$this
static::build
project
string
The project ID for this request.
zone
string
The name of the zone for this request, formatted as RFC1035.
parentName
string
The name of the sub-block resource.
reservationSlot
string
The name of the slot resource.
reservationSlotResource

