Chronicle v1 API - Class ListReferenceListsResponse (1.0.0-beta02)

public sealed class ListReferenceListsResponse : IMessage<ListReferenceListsResponse>, IEquatable<ListReferenceListsResponse>, IDeepCloneable<ListReferenceListsResponse>, IBufferMessage, IMessage, IPageResponse<ReferenceList>, IEnumerable<ReferenceList>, IEnumerable

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

A response to a request for a list of reference lists.

Inheritance

object > ListReferenceListsResponse

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

ListReferenceListsResponse()

public ListReferenceListsResponse()

ListReferenceListsResponse(ListReferenceListsResponse)

public ListReferenceListsResponse(ListReferenceListsResponse other)
Parameter
Name Description
other ListReferenceListsResponse

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

ReferenceLists

public RepeatedField<ReferenceList> ReferenceLists { get; }

The reference lists. Ordered in ascending alphabetical order by name.

Property Value
Type Description
RepeatedFieldReferenceList

Methods

GetEnumerator()

public IEnumerator<ReferenceList> GetEnumerator()

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

Returns
Type Description
IEnumeratorReferenceList