public sealed class ListFindingsRefinementsRequest : IMessage<ListFindingsRefinementsRequest>, IEquatable<ListFindingsRefinementsRequest>, IDeepCloneable<ListFindingsRefinementsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Chronicle v1 API class ListFindingsRefinementsRequest.
Request message for ListFindingsRefinements method.
Implements
IMessageListFindingsRefinementsRequest, IEquatableListFindingsRefinementsRequest, IDeepCloneableListFindingsRefinementsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
ListFindingsRefinementsRequest()
public ListFindingsRefinementsRequest()ListFindingsRefinementsRequest(ListFindingsRefinementsRequest)
public ListFindingsRefinementsRequest(ListFindingsRefinementsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListFindingsRefinementsRequest |
Properties
PageSize
public int PageSize { get; set; }The maximum number of findings refinements to return. The service may return fewer than this value. If unspecified, at most 100 rules 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 ListFindingsRefinements call.
Provide this to retrieve the subsequent page.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The parent, which owns this collection of findings refinements. 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 |
|