Compute V1 Client - Class FutureReservationsScopedList (2.3.0)

Reference documentation and code samples for the Compute V1 Client class FutureReservationsScopedList.

Generated from protobuf message google.cloud.compute.v1.FutureReservationsScopedList

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ future_reservations array<FutureReservation>

A list of future reservations contained in this scope.

↳ warning Warning

Informational warning which replaces the list of future reservations when the list is empty.

getFutureReservations

A list of future reservations contained in this scope.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setFutureReservations

A list of future reservations contained in this scope.

Parameter
Name Description
var array<FutureReservation>
Returns
Type Description
$this

getWarning

Informational warning which replaces the list of future reservations when the list is empty.

Returns
Type Description
Warning|null

hasWarning

clearWarning

setWarning

Informational warning which replaces the list of future reservations when the list is empty.

Parameter
Name Description
var Warning
Returns
Type Description
$this