Access Context Manager V1 Client - Class ListServicePerimetersRequest (0.4.5)

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

A request to list all ServicePerimeters in an AccessPolicy.

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

Namespace

Google \ Identity \ AccessContextManager \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. Resource name for the access policy to list [Service Perimeters] [google.identity.accesscontextmanager.v1.ServicePerimeter] from. Format: accessPolicies/{policy_id}

↳ page_size int

Number of [Service Perimeters] [google.identity.accesscontextmanager.v1.ServicePerimeter] to include in the list. Default 100.

↳ page_token string

Next page token for the next batch of [Service Perimeter] [google.identity.accesscontextmanager.v1.ServicePerimeter] instances. Defaults to the first page of results.

getParent

Required. Resource name for the access policy to list Service Perimeters from.

Format: accessPolicies/{policy_id}

Returns
TypeDescription
string

setParent

Required. Resource name for the access policy to list Service Perimeters from.

Format: accessPolicies/{policy_id}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

Number of Service Perimeters to include in the list. Default 100.

Returns
TypeDescription
int

setPageSize

Number of Service Perimeters to include in the list. Default 100.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

Next page token for the next batch of Service Perimeter instances.

Defaults to the first page of results.

Returns
TypeDescription
string

setPageToken

Next page token for the next batch of Service Perimeter instances.

Defaults to the first page of results.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
parent string

Required. Resource name for the access policy to list Service Perimeters from.

Format: accessPolicies/{policy_id} Please see Google\Identity\AccessContextManager\V1\AccessContextManagerClient::accessPolicyName() for help formatting this field.

Returns
TypeDescription
Google\Identity\AccessContextManager\V1\ListServicePerimetersRequest