Reference documentation and code samples for the Google Cloud Chronicle V1 Client class ListDataAccessScopesResponse.
Response message for ListDataAccessScopes.
Generated from protobuf message google.cloud.chronicle.v1.ListDataAccessScopesResponse
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ data_access_scopes |
array<DataAccessScope>
List of data access scopes. |
↳ global_data_access_scope_granted |
bool
Whether or not global scope is granted to the user. |
↳ next_page_token |
string
A token, which can be sent as |
getDataAccessScopes
List of data access scopes.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setDataAccessScopes
List of data access scopes.
| Parameter | |
|---|---|
| Name | Description |
var |
array<DataAccessScope>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getGlobalDataAccessScopeGranted
Whether or not global scope is granted to the user.
| Returns | |
|---|---|
| Type | Description |
bool |
|
hasGlobalDataAccessScopeGranted
clearGlobalDataAccessScopeGranted
setGlobalDataAccessScopeGranted
Whether or not global scope is granted to the user.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|