Chronicle v1 API - Class ListRuleDeploymentsRequest (1.0.0-beta01)

public sealed class ListRuleDeploymentsRequest : IMessage<ListRuleDeploymentsRequest>, IEquatable<ListRuleDeploymentsRequest>, IDeepCloneable<ListRuleDeploymentsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Chronicle v1 API class ListRuleDeploymentsRequest.

Request message for ListRuleDeployments.

Inheritance

object > ListRuleDeploymentsRequest

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

ListRuleDeploymentsRequest()

public ListRuleDeploymentsRequest()

ListRuleDeploymentsRequest(ListRuleDeploymentsRequest)

public ListRuleDeploymentsRequest(ListRuleDeploymentsRequest other)
Parameter
Name Description
other ListRuleDeploymentsRequest

Properties

Filter

public string Filter { get; set; }

A filter that can be used to retrieve specific rule deployments. The following fields are filterable: archived, name

Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

The maximum number of rule deployments to return. The service may return fewer than this value. If unspecified, at most 100 rule deployments 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 ListRuleDeployments call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListRuleDeployments must match the call that provided the page token.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The collection of all parents which own all rule deployments. The "-" wildcard token must be used as the rule identifier in the resource path. Format: projects/{project}/locations/{location}/instances/{instance}/rules/-

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