Reference documentation and code samples for the Google Cloud Chronicle V1 Client class ReferenceListView.
ReferenceListView is a mechanism for viewing partial responses of the
ReferenceList resource.
Protobuf type google.cloud.chronicle.v1.ReferenceListView
Namespace
Google \ Cloud \ Chronicle \ V1
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
REFERENCE_LIST_VIEW_UNSPECIFIED
Value: 0
The default / unset value.
The API will default to the BASIC view for ListReferenceLists.
The API will default to the FULL view for methods that return a single
ReferenceList resource.
Generated from protobuf enum REFERENCE_LIST_VIEW_UNSPECIFIED = 0;
REFERENCE_LIST_VIEW_BASIC
Value: 1
Include metadata about the ReferenceList.
This is the default view for ListReferenceLists.
Generated from protobuf enum REFERENCE_LIST_VIEW_BASIC = 1;
REFERENCE_LIST_VIEW_FULL
Value: 2
Include all details about the ReferenceList: metadata, content lines,
associated rule counts. This is the default view for GetReferenceList.
Generated from protobuf enum REFERENCE_LIST_VIEW_FULL = 2;
[[["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 ReferenceListView (0.1.2)\n\nVersion latestkeyboard_arrow_down\n\n- [0.1.2 (latest)](/php/docs/reference/cloud-chronicle/latest/V1.ReferenceListView)\n- [0.1.1](/php/docs/reference/cloud-chronicle/0.1.1/V1.ReferenceListView) \nReference documentation and code samples for the Google Cloud Chronicle V1 Client class ReferenceListView.\n\nReferenceListView is a mechanism for viewing partial responses of the\nReferenceList resource.\n\nProtobuf type `google.cloud.chronicle.v1.ReferenceListView`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Chronicle \\\\ V1\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### REFERENCE_LIST_VIEW_UNSPECIFIED\n\n Value: 0\n\nThe default / unset value.\n\nThe API will default to the BASIC view for ListReferenceLists.\nThe API will default to the FULL view for methods that return a single\nReferenceList resource.\n\nGenerated from protobuf enum `REFERENCE_LIST_VIEW_UNSPECIFIED = 0;`\n\n### REFERENCE_LIST_VIEW_BASIC\n\n Value: 1\n\nInclude metadata about the ReferenceList.\n\nThis is the default view for ListReferenceLists.\n\nGenerated from protobuf enum `REFERENCE_LIST_VIEW_BASIC = 1;`\n\n### REFERENCE_LIST_VIEW_FULL\n\n Value: 2\n\nInclude all details about the ReferenceList: metadata, content lines,\nassociated rule counts. This is the default view for GetReferenceList.\n\nGenerated from protobuf enum `REFERENCE_LIST_VIEW_FULL = 2;`"]]