Enum ReferenceListView (0.2.0)

public enum ReferenceListView extends Enum<ReferenceListView> implements ProtocolMessageEnum

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

Protobuf enum google.cloud.chronicle.v1.ReferenceListView

Implements

ProtocolMessageEnum

Static Fields

Name Description
REFERENCE_LIST_VIEW_BASIC

Include metadata about the ReferenceList. This is the default view for ListReferenceLists.

REFERENCE_LIST_VIEW_BASIC = 1;

REFERENCE_LIST_VIEW_BASIC_VALUE

Include metadata about the ReferenceList. This is the default view for ListReferenceLists.

REFERENCE_LIST_VIEW_BASIC = 1;

REFERENCE_LIST_VIEW_FULL

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

REFERENCE_LIST_VIEW_FULL = 2;

REFERENCE_LIST_VIEW_FULL_VALUE

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

REFERENCE_LIST_VIEW_FULL = 2;

REFERENCE_LIST_VIEW_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.

REFERENCE_LIST_VIEW_UNSPECIFIED = 0;

REFERENCE_LIST_VIEW_UNSPECIFIED_VALUE

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.

REFERENCE_LIST_VIEW_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()