Chronicle v1 API - Class ListRetrohuntsRequest (1.0.0-beta02)

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.

Inheritance

object > ListRetrohuntsRequest

Namespace

Google.Cloud.Chronicle.V1

Assembly

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; }

RuleName-typed view over the Parent resource name property.

Property Value
Type Description
RuleName