Reference documentation and code samples for the Google Cloud Chronicle V1 Client class ReferenceListScope.
ReferenceListScope specifies the list of scope names of the reference list.
Generated from protobuf message google.cloud.chronicle.v1.ReferenceListScope
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ scope_names |
array
Optional. The list of scope names of the reference list. The scope names should be full resource names and should be of the format: |
getScopeNames
Optional. The list of scope names of the reference list. The scope names
should be full resource names and should be of the format:
projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{scope_name}
.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setScopeNames
Optional. The list of scope names of the reference list. The scope names
should be full resource names and should be of the format:
projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{scope_name}
.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |