Chronicle v1 API - Class ListReferenceListsRequest (1.0.0-beta01)

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

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

A request for a list of reference lists.

Inheritance

object > ListReferenceListsRequest

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

ListReferenceListsRequest()

public ListReferenceListsRequest()

ListReferenceListsRequest(ListReferenceListsRequest)

public ListReferenceListsRequest(ListReferenceListsRequest other)
Parameter
Name Description
other ListReferenceListsRequest

Properties

PageSize

public int PageSize { get; set; }

The maximum number of reference lists to return. The service may return fewer than this value. If unspecified, at most 100 reference lists 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 ListReferenceLists call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListReferenceLists 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 reference lists. 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 ReferenceListView View { get; set; }

How much of each ReferenceList to view. Defaults to REFERENCE_LIST_VIEW_BASIC.

Property Value
Type Description
ReferenceListView