Google Cloud Network Security V1 Client - Class ListInterceptEndpointGroupAssociationsResponse (1.3.0)

Reference documentation and code samples for the Google Cloud Network Security V1 Client class ListInterceptEndpointGroupAssociationsResponse.

Response message for ListInterceptEndpointGroupAssociations.

Generated from protobuf message google.cloud.networksecurity.v1.ListInterceptEndpointGroupAssociationsResponse

Namespace

Google \ Cloud \ NetworkSecurity \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ intercept_endpoint_group_associations array<InterceptEndpointGroupAssociation>

The associations from the specified parent.

↳ next_page_token string

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages. See https://google.aip.dev/158 for more details.

getInterceptEndpointGroupAssociations

The associations from the specified parent.

Returns
Type Description
Google\Protobuf\RepeatedField<InterceptEndpointGroupAssociation>

setInterceptEndpointGroupAssociations

The associations from the specified parent.

Parameter
Name Description
var array<InterceptEndpointGroupAssociation>
Returns
Type Description
$this

getNextPageToken

A token that can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages. See https://google.aip.dev/158 for more details.

Returns
Type Description
string

setNextPageToken

A token that can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages. See https://google.aip.dev/158 for more details.

Parameter
Name Description
var string
Returns
Type Description
$this