Chronicle v1 API - Class ListRulesResponse (1.0.0-beta02)

public sealed class ListRulesResponse : IMessage<ListRulesResponse>, IEquatable<ListRulesResponse>, IDeepCloneable<ListRulesResponse>, IBufferMessage, IMessage, IPageResponse<Rule>, IEnumerable<Rule>, IEnumerable

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

Response message for ListRules method.

Inheritance

object > ListRulesResponse

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

ListRulesResponse()

public ListRulesResponse()

ListRulesResponse(ListRulesResponse)

public ListRulesResponse(ListRulesResponse other)
Parameter
Name Description
other ListRulesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
Type Description
string

Rules

public RepeatedField<Rule> Rules { get; }

The rules from the specified instance.

Property Value
Type Description
RepeatedFieldRule

Methods

GetEnumerator()

public IEnumerator<Rule> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorRule