Reference documentation and code samples for the Compute V1 Client class ReservationBlocksListResponse.
A list of reservation blocks under a single reservation.
Generated from protobuf message google.cloud.compute.v1.ReservationBlocksListResponse
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ id
string
Unique identifier for the resource; defined by the server.
↳ items
↳ kind
string
Type of the resource. Always compute#reservationBlock for a list of reservation blocks.
↳ next_page_token
string
This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
↳ self_link
string
Server-defined URL for this resource.
↳ warning
getId
Unique identifier for the resource; defined by the server.
string
hasId
clearId
setId
Unique identifier for the resource; defined by the server.
var
string
$this
getItems
A list of reservation block resources.
setItems
A list of reservation block resources.
$this
getKind
Type of the resource. Always compute#reservationBlock for a list of reservation blocks.
string
hasKind
clearKind
setKind
Type of the resource. Always compute#reservationBlock for a list of reservation blocks.
var
string
$this
getNextPageToken
This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
string
hasNextPageToken
clearNextPageToken
setNextPageToken
This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
var
string
$this
getSelfLink
Server-defined URL for this resource.
string
hasSelfLink
clearSelfLink
setSelfLink
Server-defined URL for this resource.
var
string
$this
getWarning
Informational warning message.
hasWarning
clearWarning
setWarning
Informational warning message.
$this