public sealed class ListRulesRequest : IMessage<ListRulesRequest>, IEquatable<ListRulesRequest>, IDeepCloneable<ListRulesRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Chronicle v1 API class ListRulesRequest.
Request message for ListRules method.
Implements
IMessageListRulesRequest, IEquatableListRulesRequest, IDeepCloneableListRulesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
ListRulesRequest()
public ListRulesRequest()
ListRulesRequest(ListRulesRequest)
public ListRulesRequest(ListRulesRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListRulesRequest |
Properties
Filter
public string Filter { get; set; }
Only the following filters are allowed: "reference_lists:{reference_list_name}" "data_tables:{data_table_name}" "display_name:{display_name}"
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
The maximum number of rules 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 ListRules
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListRules
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 rules.
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 |
View
public RuleView View { get; set; }
view indicates the scope of fields to populate for the Rule being returned. If unspecified, defaults to BASIC.
Property Value | |
---|---|
Type | Description |
RuleView |