Reference documentation and code samples for the Google Cloud Chronicle V1 Client class DeleteWatchlistRequest.
Request message for deleting watchlist.
Generated from protobuf message google.cloud.chronicle.v1.DeleteWatchlistRequest
Namespace
Google \ Cloud \ Chronicle \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the watchlist to delete. Format: projects/{project}/locations/{location}/instances/{instance}/watchlists/{watchlist}
↳ force
bool
Optional. If set to true, any entities under this watchlist will also be deleted. (Otherwise, the request will only work if the watchlist has no entities.)
Optional. If set to true, any entities under this watchlist will also be
deleted. (Otherwise, the request will only work if the watchlist has no
entities.)
Returns
Type
Description
bool
setForce
Optional. If set to true, any entities under this watchlist will also be
deleted. (Otherwise, the request will only work if the watchlist has no
entities.)
Parameter
Name
Description
var
bool
Returns
Type
Description
$this
static::build
Parameters
Name
Description
name
string
Required. The name of the watchlist to delete.
Format:
projects/{project}/locations/{location}/instances/{instance}/watchlists/{watchlist}
Please see EntityServiceClient::watchlistName() for help formatting this field.
force
bool
Optional. If set to true, any entities under this watchlist will also be
deleted. (Otherwise, the request will only work if the watchlist has no
entities.)
[[["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 DeleteWatchlistRequest (0.1.2)\n\nVersion latestkeyboard_arrow_down\n\n- [0.1.2 (latest)](/php/docs/reference/cloud-chronicle/latest/V1.DeleteWatchlistRequest)\n- [0.1.1](/php/docs/reference/cloud-chronicle/0.1.1/V1.DeleteWatchlistRequest) \nReference documentation and code samples for the Google Cloud Chronicle V1 Client class DeleteWatchlistRequest.\n\nRequest message for deleting watchlist.\n\nGenerated from protobuf message `google.cloud.chronicle.v1.DeleteWatchlistRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Chronicle \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getName\n\nRequired. The name of the watchlist to delete.\n\nFormat:\n`projects/{project}/locations/{location}/instances/{instance}/watchlists/{watchlist}`\n\n### setName\n\nRequired. The name of the watchlist to delete.\n\nFormat:\n`projects/{project}/locations/{location}/instances/{instance}/watchlists/{watchlist}`\n\n### getForce\n\nOptional. If set to true, any entities under this watchlist will also be\ndeleted. (Otherwise, the request will only work if the watchlist has no\nentities.)\n\n### setForce\n\nOptional. If set to true, any entities under this watchlist will also be\ndeleted. (Otherwise, the request will only work if the watchlist has no\nentities.)\n\n### static::build"]]