Reference documentation and code samples for the Compute V1 Client class ReservationList.
Generated from protobuf message google.cloud.compute.v1.ReservationList
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ id |
string
[Output Only] The unique identifier for the resource. This identifier is defined by the server. |
↳ items |
array<Google\Cloud\Compute\V1\Reservation>
[Output Only] A list of Allocation resources. |
↳ kind |
string
[Output Only] Type of resource.Always compute#reservationsList for listsof reservations |
↳ next_page_token |
string
[Output Only] 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
[Output Only] Server-defined URL for this resource. |
↳ warning |
Google\Cloud\Compute\V1\Warning
[Output Only] Informational warning message. |
getId
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
Generated from protobuf field optional string id = 3355;
Returns | |
---|---|
Type | Description |
string |
hasId
clearId
setId
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
Generated from protobuf field optional string id = 3355;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getItems
[Output Only] A list of Allocation resources.
Generated from protobuf field repeated .google.cloud.compute.v1.Reservation items = 100526016;
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setItems
[Output Only] A list of Allocation resources.
Generated from protobuf field repeated .google.cloud.compute.v1.Reservation items = 100526016;
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Compute\V1\Reservation>
|
Returns | |
---|---|
Type | Description |
$this |
getKind
[Output Only] Type of resource.Always compute#reservationsList for listsof reservations
Generated from protobuf field optional string kind = 3292052;
Returns | |
---|---|
Type | Description |
string |
hasKind
clearKind
setKind
[Output Only] Type of resource.Always compute#reservationsList for listsof reservations
Generated from protobuf field optional string kind = 3292052;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
[Output Only] 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.
Generated from protobuf field optional string next_page_token = 79797525;
Returns | |
---|---|
Type | Description |
string |
hasNextPageToken
clearNextPageToken
setNextPageToken
[Output Only] 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.
Generated from protobuf field optional string next_page_token = 79797525;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSelfLink
[Output Only] Server-defined URL for this resource.
Generated from protobuf field optional string self_link = 456214797;
Returns | |
---|---|
Type | Description |
string |
hasSelfLink
clearSelfLink
setSelfLink
[Output Only] Server-defined URL for this resource.
Generated from protobuf field optional string self_link = 456214797;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getWarning
[Output Only] Informational warning message.
Generated from protobuf field optional .google.cloud.compute.v1.Warning warning = 50704284;
Returns | |
---|---|
Type | Description |
Google\Cloud\Compute\V1\Warning|null |
hasWarning
clearWarning
setWarning
[Output Only] Informational warning message.
Generated from protobuf field optional .google.cloud.compute.v1.Warning warning = 50704284;
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Compute\V1\Warning
|
Returns | |
---|---|
Type | Description |
$this |