Reference documentation and code samples for the Google Cloud Chronicle V1 Client class ListReferenceListsRequest.
A request for a list of reference lists.
Generated from protobuf messagegoogle.cloud.chronicle.v1.ListReferenceListsRequest
Namespace
Google \ Cloud \ Chronicle \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent, which owns this collection of reference lists. Format:projects/{project}/locations/{location}/instances/{instance}
↳ page_size
int
The maximum number of reference lists to return. The service may return fewer than this value. If unspecified, at most 100 reference lists will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
↳ page_token
string
A page token, received from a previousListReferenceListscall. Provide this to retrieve the subsequent page. When paginating, all other parameters provided toListReferenceListsmust match the call that provided the page token.
↳ view
int
How much of each ReferenceList to view. Defaults to REFERENCE_LIST_VIEW_BASIC.
getParent
Required. The parent, which owns this collection of reference lists.
The service may return fewer than this value.
If unspecified, at most 100 reference lists will be returned.
The maximum value is 1000; values above 1000 will be coerced to 1000.
Returns
Type
Description
int
setPageSize
The maximum number of reference lists to return.
The service may return fewer than this value.
If unspecified, at most 100 reference lists will be returned.
The maximum value is 1000; values above 1000 will be coerced to 1000.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getPageToken
A page token, received from a previousListReferenceListscall.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided toListReferenceListsmust
match the call that provided the page token.
Returns
Type
Description
string
setPageToken
A page token, received from a previousListReferenceListscall.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided toListReferenceListsmust
match the call that provided the page token.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getView
How much of each ReferenceList to view. Defaults to
REFERENCE_LIST_VIEW_BASIC.
Returns
Type
Description
int
setView
How much of each ReferenceList to view. Defaults to
REFERENCE_LIST_VIEW_BASIC.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
static::build
Parameter
Name
Description
parent
string
Required. The parent, which owns this collection of reference lists.
Format:projects/{project}/locations/{location}/instances/{instance}Please seeReferenceListServiceClient::instanceName()for help formatting this field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Chronicle V1 Client - Class ListReferenceListsRequest (0.1.2)\n\nVersion latestkeyboard_arrow_down\n\n- [0.1.2 (latest)](/php/docs/reference/cloud-chronicle/latest/V1.ListReferenceListsRequest)\n- [0.1.1](/php/docs/reference/cloud-chronicle/0.1.1/V1.ListReferenceListsRequest) \nReference documentation and code samples for the Google Cloud Chronicle V1 Client class ListReferenceListsRequest.\n\nA request for a list of reference lists.\n\nGenerated from protobuf message `google.cloud.chronicle.v1.ListReferenceListsRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Chronicle \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The parent, which owns this collection of reference lists.\n\nFormat:\n`projects/{project}/locations/{location}/instances/{instance}`\n\n### setParent\n\nRequired. The parent, which owns this collection of reference lists.\n\nFormat:\n`projects/{project}/locations/{location}/instances/{instance}`\n\n### getPageSize\n\nThe maximum number of reference lists to return.\n\nThe service may return fewer than this value.\nIf unspecified, at most 100 reference lists will be returned.\nThe maximum value is 1000; values above 1000 will be coerced to 1000.\n\n### setPageSize\n\nThe maximum number of reference lists to return.\n\nThe service may return fewer than this value.\nIf unspecified, at most 100 reference lists will be returned.\nThe maximum value is 1000; values above 1000 will be coerced to 1000.\n\n### getPageToken\n\nA page token, received from a previous `ListReferenceLists` call.\n\nProvide this to retrieve the subsequent page.\nWhen paginating, all other parameters provided to `ListReferenceLists` must\nmatch the call that provided the page token.\n\n### setPageToken\n\nA page token, received from a previous `ListReferenceLists` call.\n\nProvide this to retrieve the subsequent page.\nWhen paginating, all other parameters provided to `ListReferenceLists` must\nmatch the call that provided the page token.\n\n### getView\n\nHow much of each ReferenceList to view. Defaults to\nREFERENCE_LIST_VIEW_BASIC.\n\n### setView\n\nHow much of each ReferenceList to view. Defaults to\nREFERENCE_LIST_VIEW_BASIC.\n\n### static::build"]]