Google Cloud Network Services V1 Client - Class ListTcpRoutesResponse (0.1.0)

Reference documentation and code samples for the Google Cloud Network Services V1 Client class ListTcpRoutesResponse.

Response returned by the ListTcpRoutes method.

Generated from protobuf message google.cloud.networkservices.v1.ListTcpRoutesResponse

Namespace

Google \ Cloud \ NetworkServices \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ tcp_routes array<Google\Cloud\NetworkServices\V1\TcpRoute>

List of TcpRoute resources.

↳ next_page_token string

If there might be more results than those appearing in this response, then next_page_token is included. To get the next set of results, call this method again using the value of next_page_token as page_token.

getTcpRoutes

List of TcpRoute resources.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setTcpRoutes

List of TcpRoute resources.

Parameter
Name Description
var array<Google\Cloud\NetworkServices\V1\TcpRoute>
Returns
Type Description
$this

getNextPageToken

If there might be more results than those appearing in this response, then next_page_token is included. To get the next set of results, call this method again using the value of next_page_token as page_token.

Returns
Type Description
string

setNextPageToken

If there might be more results than those appearing in this response, then next_page_token is included. To get the next set of results, call this method again using the value of next_page_token as page_token.

Parameter
Name Description
var string
Returns
Type Description
$this