Google Cloud Network Management V1 Client - Class ListConnectivityTestsResponse (1.2.0)

Reference documentation and code samples for the Google Cloud Network Management V1 Client class ListConnectivityTestsResponse.

Response for the ListConnectivityTests method.

Generated from protobuf message google.cloud.networkmanagement.v1.ListConnectivityTestsResponse

Namespace

Google \ Cloud \ NetworkManagement \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ resources array<Google\Cloud\NetworkManagement\V1\ConnectivityTest>

List of Connectivity Tests.

↳ next_page_token string

Page token to fetch the next set of Connectivity Tests.

↳ unreachable array

Locations that could not be reached (when querying all locations with -).

getResources

List of Connectivity Tests.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setResources

List of Connectivity Tests.

Parameter
NameDescription
var array<Google\Cloud\NetworkManagement\V1\ConnectivityTest>
Returns
TypeDescription
$this

getNextPageToken

Page token to fetch the next set of Connectivity Tests.

Returns
TypeDescription
string

setNextPageToken

Page token to fetch the next set of Connectivity Tests.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getUnreachable

Locations that could not be reached (when querying all locations with -).

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setUnreachable

Locations that could not be reached (when querying all locations with -).

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this