Chronicle v1 API - Class GetReferenceListRequest (1.0.0-beta01)

public sealed class GetReferenceListRequest : IMessage<GetReferenceListRequest>, IEquatable<GetReferenceListRequest>, IDeepCloneable<GetReferenceListRequest>, IBufferMessage, IMessage

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

A request to get details about a reference list.

Inheritance

object > GetReferenceListRequest

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

GetReferenceListRequest()

public GetReferenceListRequest()

GetReferenceListRequest(GetReferenceListRequest)

public GetReferenceListRequest(GetReferenceListRequest other)
Parameter
Name Description
other GetReferenceListRequest

Properties

Name

public string Name { get; set; }

Required. The resource name of the reference list to retrieve. Format: projects/{project}/locations/{locations}/instances/{instance}/referenceLists/{reference_list}

Property Value
Type Description
string

ReferenceListName

public ReferenceListName ReferenceListName { get; set; }

ReferenceListName-typed view over the Name resource name property.

Property Value
Type Description
ReferenceListName

View

public ReferenceListView View { get; set; }

How much of the ReferenceList to view. Defaults to REFERENCE_LIST_VIEW_FULL.

Property Value
Type Description
ReferenceListView