Reference documentation and code samples for the Compute V1 Client class GetReservationSlotRequest.
A request message for ReservationSlots.Get. See the method description for details.
Generated from protobuf message google.cloud.compute.v1.GetReservationSlotRequest
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent_name
string
The name of the parent reservation and parent block, formatted as reservations/{reservation_name}/reservationBlocks/{reservation_block_name}/reservationSubBlocks/{reservation_sub_block_name}
↳ project
string
The project ID for this request.
↳ reservation_slot
string
The name of the reservation slot, formatted as RFC1035 or a resource ID number.
↳ zone
string
The name of the zone for this request, formatted as RFC1035.
getParentName
The name of the parent reservation and parent block, formatted as reservations/{reservation_name}/reservationBlocks/{reservation_block_name}/reservationSubBlocks/{reservation_sub_block_name}
string
setParentName
The name of the parent reservation and parent block, formatted as reservations/{reservation_name}/reservationBlocks/{reservation_block_name}/reservationSubBlocks/{reservation_sub_block_name}
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 reservation slot, formatted as RFC1035 or a resource ID number.
string
setReservationSlot
The name of the reservation slot, formatted as RFC1035 or a resource ID number.
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 parent reservation and parent block, formatted as reservations/{reservation_name}/reservationBlocks/{reservation_block_name}/reservationSubBlocks/{reservation_sub_block_name}
reservationSlot
string
The name of the reservation slot, formatted as RFC1035 or a resource ID number.

