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 \ V1Methods
__construct
Constructor.
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.)
getName
Required. The name of the watchlist to delete.
Format: projects/{project}/locations/{location}/instances/{instance}/watchlists/{watchlist}
string
setName
Required. The name of the watchlist to delete.
Format: projects/{project}/locations/{location}/instances/{instance}/watchlists/{watchlist}
var
string
$this
getForce
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.)
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.)
var
bool
$this
static::build
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.)