Google Cloud Chronicle V1 Client - Class ReferenceListView (0.1.2)

Reference documentation and code samples for the Google Cloud Chronicle V1 Client class ReferenceListView.

ReferenceListView is a mechanism for viewing partial responses of the ReferenceList resource.

Protobuf type google.cloud.chronicle.v1.ReferenceListView

Namespace

Google \ Cloud \ Chronicle \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

REFERENCE_LIST_VIEW_UNSPECIFIED

Value: 0

The default / unset value.

The API will default to the BASIC view for ListReferenceLists. The API will default to the FULL view for methods that return a single ReferenceList resource.

Generated from protobuf enum REFERENCE_LIST_VIEW_UNSPECIFIED = 0;

REFERENCE_LIST_VIEW_BASIC

Value: 1

Include metadata about the ReferenceList.

This is the default view for ListReferenceLists.

Generated from protobuf enum REFERENCE_LIST_VIEW_BASIC = 1;

REFERENCE_LIST_VIEW_FULL

Value: 2

Include all details about the ReferenceList: metadata, content lines, associated rule counts. This is the default view for GetReferenceList.

Generated from protobuf enum REFERENCE_LIST_VIEW_FULL = 2;