Reference documentation and code samples for the Google Cloud Chronicle V1 Client class CreateWatchlistRequest.
Request message for creating watchlist.
Generated from protobuf message google.cloud.chronicle.v1.CreateWatchlistRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
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]-/.
↳ watchlist
getParent
Required. The parent resource where this watchlist will be created.
Format: projects/{project}/locations/{location}/instances/{instance}
string
setParent
Required. The parent resource where this watchlist will be created.
Format: projects/{project}/locations/{location}/instances/{instance}
var
string
$this
getWatchlistId
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]-/.
string
setWatchlistId
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]-/.
var
string
$this
getWatchlist
Required. The watchlist to create.
hasWatchlist
clearWatchlist
setWatchlist
Required. The watchlist to create.
$this
static::build
parent
string
Required. The parent resource where this watchlist will be created.
Format: projects/{project}/locations/{location}/instances/{instance}
Please see EntityServiceClient::instanceName()
for help formatting this field.
watchlist
watchlistId
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]-/.