public sealed class ListRetrohuntsRequest : IMessage<ListRetrohuntsRequest>, IEquatable<ListRetrohuntsRequest>, IDeepCloneable<ListRetrohuntsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Chronicle v1 API class ListRetrohuntsRequest.
Request message for ListRetrohunts method.
Implements
IMessageListRetrohuntsRequest, IEquatableListRetrohuntsRequest, IDeepCloneableListRetrohuntsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
ListRetrohuntsRequest()
public ListRetrohuntsRequest()
ListRetrohuntsRequest(ListRetrohuntsRequest)
public ListRetrohuntsRequest(ListRetrohuntsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListRetrohuntsRequest |
Properties
Filter
public string Filter { get; set; }
A filter that can be used to retrieve specific rule deployments. The following fields are filterable: state
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
The maximum number of retrohunt to return. The service may return fewer than this value. If unspecified, at most 100 retrohunts will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
A page token, received from a previous ListRetrohunts
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListRetrohunts
must
match the call that provided the page token.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The rule that the retrohunts belong to.
Format:
projects/{project}/locations/{location}/instances/{instance}/rules/{rule}
Property Value | |
---|---|
Type | Description |
string |
ParentAsRuleName
public RuleName ParentAsRuleName { get; set; }
Property Value | |
---|---|
Type | Description |
RuleName |