Reference documentation and code samples for the Google Cloud Chronicle V1 Client class CreateWatchlistRequest.
Request message for creating watchlist.
Generated from protobuf messagegoogle.cloud.chronicle.v1.CreateWatchlistRequest
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 resource where this watchlist will be created. Format:projects/{project}/locations/{location}/instances/{instance}
↳ watchlist_id
string
Optional. The ID to use for the watchlist, which will become the final component of the watchlist's resource name. This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.
Required. The parent resource where this watchlist will be created.
Format:projects/{project}/locations/{location}/instances/{instance}Please seeEntityServiceClient::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 CreateWatchlistRequest (0.1.2)\n\nVersion latestkeyboard_arrow_down\n\n- [0.1.2 (latest)](/php/docs/reference/cloud-chronicle/latest/V1.CreateWatchlistRequest)\n- [0.1.1](/php/docs/reference/cloud-chronicle/0.1.1/V1.CreateWatchlistRequest) \nReference documentation and code samples for the Google Cloud Chronicle V1 Client class CreateWatchlistRequest.\n\nRequest message for creating watchlist.\n\nGenerated from protobuf message `google.cloud.chronicle.v1.CreateWatchlistRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Chronicle \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The parent resource where this watchlist will be created.\n\nFormat: `projects/{project}/locations/{location}/instances/{instance}`\n\n### setParent\n\nRequired. The parent resource where this watchlist will be created.\n\nFormat: `projects/{project}/locations/{location}/instances/{instance}`\n\n### getWatchlistId\n\nOptional. The ID to use for the watchlist,\nwhich will become the final component of the watchlist's resource name.\n\nThis value should be 4-63 characters, and valid characters\nare /\\[a-z\\]\\[0-9\\]-/.\n\n### setWatchlistId\n\nOptional. The ID to use for the watchlist,\nwhich will become the final component of the watchlist's resource name.\n\nThis value should be 4-63 characters, and valid characters\nare /\\[a-z\\]\\[0-9\\]-/.\n\n### getWatchlist\n\nRequired. The watchlist to create.\n\n### hasWatchlist\n\n### clearWatchlist\n\n### setWatchlist\n\nRequired. The watchlist to create.\n\n### static::build"]]