Google Cloud Network Services V1 Client - Class ListAuthzExtensionsResponse (0.5.0)

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

Message for response to listing AuthzExtension resources.

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

Namespace

Google \ Cloud \ NetworkServices \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ authz_extensions array<AuthzExtension>

The list of AuthzExtension resources.

↳ next_page_token string

A token identifying a page of results that the server returns.

↳ unreachable array

Locations that could not be reached.

getAuthzExtensions

The list of AuthzExtension resources.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setAuthzExtensions

The list of AuthzExtension resources.

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

getNextPageToken

A token identifying a page of results that the server returns.

Returns
Type Description
string

setNextPageToken

A token identifying a page of results that the server returns.

Parameter
Name Description
var string
Returns
Type Description
$this

getUnreachable

Locations that could not be reached.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setUnreachable

Locations that could not be reached.

Parameter
Name Description
var string[]
Returns
Type Description
$this