Reference documentation and code samples for the Google Cloud Container V1 Client class ListUsableSubnetworksResponse.
ListUsableSubnetworksResponse is the response of ListUsableSubnetworksRequest.
Generated from protobuf message google.container.v1.ListUsableSubnetworksResponse
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ subnetworks
array< Google\Cloud\Container\V1\UsableSubnetwork
>
A list of usable subnetworks in the specified network project.
↳ 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 page_size
, use the next_page_token
as a value for the query parameter page_token
in the next request. The value will become empty when there are no more pages.
getSubnetworks
A list of usable subnetworks in the specified network project.
Generated from protobuf field repeated .google.container.v1.UsableSubnetwork subnetworks = 1;
Google\Protobuf\Internal\RepeatedField
setSubnetworks
A list of usable subnetworks in the specified network project.
Generated from protobuf field repeated .google.container.v1.UsableSubnetwork subnetworks = 1;
$this
getNextPageToken
This token allows you to get the next page of results for list requests.
If the number of results is larger than page_size
, use the next_page_token
as a value for the query parameter page_token
in the
next request. The value will become empty when there are no more pages.
Generated from protobuf field string next_page_token = 2;
string
setNextPageToken
This token allows you to get the next page of results for list requests.
If the number of results is larger than page_size
, use the next_page_token
as a value for the query parameter page_token
in the
next request. The value will become empty when there are no more pages.
Generated from protobuf field string next_page_token = 2;
var
string
$this