public enum ReferenceListViewReference documentation and code samples for the Chronicle v1 API enum ReferenceListView.
ReferenceListView is a mechanism for viewing partial responses of the ReferenceList resource.
Namespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Fields |
|
|---|---|
| Name | Description |
Basic |
Include metadata about the ReferenceList. This is the default view for ListReferenceLists. |
Full |
Include all details about the ReferenceList: metadata, content lines, associated rule counts. This is the default view for GetReferenceList. |
Unspecified |
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. |