public sealed class CreateWatchlistRequest : IMessage<CreateWatchlistRequest>, IEquatable<CreateWatchlistRequest>, IDeepCloneable<CreateWatchlistRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Chronicle v1 API class CreateWatchlistRequest.
Request message for creating watchlist.
Implements
IMessageCreateWatchlistRequest, IEquatableCreateWatchlistRequest, IDeepCloneableCreateWatchlistRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
CreateWatchlistRequest()
public CreateWatchlistRequest()
CreateWatchlistRequest(CreateWatchlistRequest)
public CreateWatchlistRequest(CreateWatchlistRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateWatchlistRequest |
Properties
Parent
public string Parent { get; set; }
Required. The parent resource where this watchlist will be created.
Format: projects/{project}/locations/{location}/instances/{instance}
Property Value | |
---|---|
Type | Description |
string |
ParentAsInstanceName
public InstanceName ParentAsInstanceName { get; set; }
InstanceName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
InstanceName |
Watchlist
public Watchlist Watchlist { get; set; }
Required. The watchlist to create.
Property Value | |
---|---|
Type | Description |
Watchlist |
WatchlistId
public string WatchlistId { get; set; }
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]-/.
Property Value | |
---|---|
Type | Description |
string |