Access Context Manager V1 Client - Class ListServicePerimetersResponse (0.4.5)

Reference documentation and code samples for the Access Context Manager V1 Client class ListServicePerimetersResponse.

A response to ListServicePerimetersRequest.

Generated from protobuf message google.identity.accesscontextmanager.v1.ListServicePerimetersResponse

Namespace

Google \ Identity \ AccessContextManager \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ service_perimeters array<Google\Identity\AccessContextManager\V1\ServicePerimeter>

List of the [Service Perimeter] [google.identity.accesscontextmanager.v1.ServicePerimeter] instances.

↳ next_page_token string

The pagination token to retrieve the next page of results. If the value is empty, no further results remain.

getServicePerimeters

List of the Service Perimeter instances.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setServicePerimeters

List of the Service Perimeter instances.

Parameter
NameDescription
var array<Google\Identity\AccessContextManager\V1\ServicePerimeter>
Returns
TypeDescription
$this

getNextPageToken

The pagination token to retrieve the next page of results. If the value is empty, no further results remain.

Returns
TypeDescription
string

setNextPageToken

The pagination token to retrieve the next page of results. If the value is empty, no further results remain.

Parameter
NameDescription
var string
Returns
TypeDescription
$this