Reference documentation and code samples for the Access Context Manager V1 Client class ListAccessLevelsResponse.
A response to ListAccessLevelsRequest.
Generated from protobuf message google.identity.accesscontextmanager.v1.ListAccessLevelsResponse
Namespace
Google \ Identity \ AccessContextManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ access_levels |
array<Google\Identity\AccessContextManager\V1\AccessLevel>
List of the [Access Level] [google.identity.accesscontextmanager.v1.AccessLevel] instances. |
↳ next_page_token |
string
The pagination token to retrieve the next page of results. If the value is empty, no further results remain. |
getAccessLevels
List of the Access Level instances.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setAccessLevels
List of the Access Level instances.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Identity\AccessContextManager\V1\AccessLevel>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
The pagination token to retrieve the next page of results. If the value is empty, no further results remain.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
The pagination token to retrieve the next page of results. If the value is empty, no further results remain.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|