public sealed class ListWatchlistsRequest : IMessage<ListWatchlistsRequest>, IEquatable<ListWatchlistsRequest>, IDeepCloneable<ListWatchlistsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Chronicle v1 API class ListWatchlistsRequest.
Request message for listing watchlists.
Implements
IMessageListWatchlistsRequest, IEquatableListWatchlistsRequest, IDeepCloneableListWatchlistsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
ListWatchlistsRequest()
public ListWatchlistsRequest()
ListWatchlistsRequest(ListWatchlistsRequest)
public ListWatchlistsRequest(ListWatchlistsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListWatchlistsRequest |
Properties
Filter
public string Filter { get; set; }
Optional. Which watchlist to return in aip.dev/160 form. Currently, only the following filters are supported:
watchlist_user_preferences.pinned=true
has_entity([ENTITY_INDICATOR],[ENTITY_TYPE])
has_entity([ENTITY_INDICATOR],[ENTITY_TYPE],[NAMESPACE])
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Optional. The maximum number of watchlists to return. The service may return fewer than this value. If unspecified, at most 200 watchlists will be returned. The maximum value is 200; values above 200 will be coerced to 200.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. A page token, received from a previous ListWatchlists
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to
ListWatchlists
must match the call that provided the page
token.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The parent, which owns this collection of watchlists.
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 |