Reference documentation and code samples for the Google Cloud Chronicle V1 Client class GetDataAccessScopeRequest.
Request message to retrieve a data access scope.
Generated from protobuf message google.cloud.chronicle.v1.GetDataAccessScopeRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The ID of the data access scope to retrieve. Format: |
getName
Required. The ID of the data access scope to retrieve.
Format:
projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{data_access_scope}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The ID of the data access scope to retrieve.
Format:
projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{data_access_scope}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The ID of the data access scope to retrieve.
Format:
|
| Returns | |
|---|---|
| Type | Description |
GetDataAccessScopeRequest |
|