Reference documentation and code samples for the Google Cloud Chronicle V1 Client class GetWatchlistRequest.
Request message for getting a watchlist.
Generated from protobuf message google.cloud.chronicle.v1.GetWatchlistRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The parent, which owns this collection of watchlists. The name of the watchlist to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/watchlists/{watchlist}
getName
Required. The parent, which owns this collection of watchlists.
The name of the watchlist to retrieve.
Format: projects/{project}/locations/{location}/instances/{instance}/watchlists/{watchlist}
string
setName
Required. The parent, which owns this collection of watchlists.
The name of the watchlist to retrieve.
Format: projects/{project}/locations/{location}/instances/{instance}/watchlists/{watchlist}
var
string
$this
static::build
name
string
Required. The parent, which owns this collection of watchlists.
The name of the watchlist to retrieve.
Format: projects/{project}/locations/{location}/instances/{instance}/watchlists/{watchlist}
Please see EntityServiceClient::watchlistName()
for help formatting this field.