Reference documentation and code samples for the Google Cloud Chronicle V1 Client class GetReferenceListRequest.
A request to get details about a reference list.
Generated from protobuf message google.cloud.chronicle.v1.GetReferenceListRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The resource name of the reference list to retrieve. Format: |
↳ view |
int
How much of the ReferenceList to view. Defaults to REFERENCE_LIST_VIEW_FULL. |
getName
Required. The resource name of the reference list to retrieve.
Format:
projects/{project}/locations/{locations}/instances/{instance}/referenceLists/{reference_list}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The resource name of the reference list to retrieve.
Format:
projects/{project}/locations/{locations}/instances/{instance}/referenceLists/{reference_list}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getView
How much of the ReferenceList to view. Defaults to REFERENCE_LIST_VIEW_FULL.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type ReferenceListView. |
setView
How much of the ReferenceList to view. Defaults to REFERENCE_LIST_VIEW_FULL.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type ReferenceListView. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The resource name of the reference list to retrieve.
Format:
|
| Returns | |
|---|---|
| Type | Description |
GetReferenceListRequest |
|