Google Cloud Container V1 Client - Class ListUsableSubnetworksResponse (1.9.1)

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.

Parameters
Name
Description
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;

Returns
Type
Description
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;

Parameter
Name
Description
Returns
Type
Description
$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;

Returns
Type
Description
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;

Parameter
Name
Description
var
string
Returns
Type
Description
$this
Design a Mobile Site
View Site in Mobile | Classic
Share by: