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 \ V1
Methods
__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: projects/{project}/locations/{locations}/instances/{instance}/referenceLists/{reference_list}
↳ 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.
How much of the ReferenceList to view. Defaults to
REFERENCE_LIST_VIEW_FULL.
Returns
Type
Description
int
setView
How much of the ReferenceList to view. Defaults to
REFERENCE_LIST_VIEW_FULL.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
static::build
Parameter
Name
Description
name
string
Required. The resource name of the reference list to retrieve.
Format:
projects/{project}/locations/{locations}/instances/{instance}/referenceLists/{reference_list}
Please see ReferenceListServiceClient::referenceListName() for help formatting this field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Google Cloud Chronicle V1 Client - Class GetReferenceListRequest (0.1.2)\n\nVersion latestkeyboard_arrow_down\n\n- [0.1.2 (latest)](/php/docs/reference/cloud-chronicle/latest/V1.GetReferenceListRequest)\n- [0.1.1](/php/docs/reference/cloud-chronicle/0.1.1/V1.GetReferenceListRequest) \nReference documentation and code samples for the Google Cloud Chronicle V1 Client class GetReferenceListRequest.\n\nA request to get details about a reference list.\n\nGenerated from protobuf message `google.cloud.chronicle.v1.GetReferenceListRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Chronicle \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getName\n\nRequired. The resource name of the reference list to retrieve.\n\nFormat:\n`projects/{project}/locations/{locations}/instances/{instance}/referenceLists/{reference_list}`\n\n### setName\n\nRequired. The resource name of the reference list to retrieve.\n\nFormat:\n`projects/{project}/locations/{locations}/instances/{instance}/referenceLists/{reference_list}`\n\n### getView\n\nHow much of the ReferenceList to view. Defaults to\nREFERENCE_LIST_VIEW_FULL.\n\n### setView\n\nHow much of the ReferenceList to view. Defaults to\nREFERENCE_LIST_VIEW_FULL.\n\n### static::build"]]