Enum Metric.MetricName (0.3.0)

public enum Metric.MetricName extends Enum<Metric.MetricName> implements ProtocolMessageEnum

The name of the precomputed analytic.

Protobuf enum google.backstory.Metric.MetricName

Implements

ProtocolMessageEnum

Static Fields

Name Description
ALERT_EVENT_NAME_COUNT

Track number of alerts fired by EDR/SENTINEL/MICROSOFT_GRAPH.

ALERT_EVENT_NAME_COUNT = 26;

ALERT_EVENT_NAME_COUNT_VALUE

Track number of alerts fired by EDR/SENTINEL/MICROSOFT_GRAPH.

ALERT_EVENT_NAME_COUNT = 26;

AUTH_ATTEMPTS_FAIL

Failed authentication attempts.

AUTH_ATTEMPTS_FAIL = 5;

AUTH_ATTEMPTS_FAIL_VALUE

Failed authentication attempts.

AUTH_ATTEMPTS_FAIL = 5;

AUTH_ATTEMPTS_SUCCESS

Successful authentication attempts.

AUTH_ATTEMPTS_SUCCESS = 4;

AUTH_ATTEMPTS_SUCCESS_VALUE

Successful authentication attempts.

AUTH_ATTEMPTS_SUCCESS = 4;

AUTH_ATTEMPTS_TOTAL

Total authentication attempts.

AUTH_ATTEMPTS_TOTAL = 6;

AUTH_ATTEMPTS_TOTAL_VALUE

Total authentication attempts.

AUTH_ATTEMPTS_TOTAL = 6;

DNS_BYTES_OUTBOUND

Total number of sent bytes for DNS events.

DNS_BYTES_OUTBOUND = 7;

DNS_BYTES_OUTBOUND_VALUE

Total number of sent bytes for DNS events.

DNS_BYTES_OUTBOUND = 7;

DNS_QUERIES_FAIL

Number of events with response_code != 0.

DNS_QUERIES_FAIL = 12;

DNS_QUERIES_FAIL_VALUE

Number of events with response_code != 0.

DNS_QUERIES_FAIL = 12;

DNS_QUERIES_SUCCESS

DNS query success count - Number of events with response_code = 0.

DNS_QUERIES_SUCCESS = 11;

DNS_QUERIES_SUCCESS_VALUE

DNS query success count - Number of events with response_code = 0.

DNS_QUERIES_SUCCESS = 11;

DNS_QUERIES_TOTAL

Total number of DNS queries made.

DNS_QUERIES_TOTAL = 13;

DNS_QUERIES_TOTAL_VALUE

Total number of DNS queries made.

DNS_QUERIES_TOTAL = 13;

FILE_EXECUTIONS_FAIL

Number of failed file executions.

FILE_EXECUTIONS_FAIL = 15;

FILE_EXECUTIONS_FAIL_VALUE

Number of failed file executions.

FILE_EXECUTIONS_FAIL = 15;

FILE_EXECUTIONS_SUCCESS

Number of successfule file executions.

FILE_EXECUTIONS_SUCCESS = 14;

FILE_EXECUTIONS_SUCCESS_VALUE

Number of successfule file executions.

FILE_EXECUTIONS_SUCCESS = 14;

FILE_EXECUTIONS_TOTAL

Total number file executions.

FILE_EXECUTIONS_TOTAL = 16;

FILE_EXECUTIONS_TOTAL_VALUE

Total number file executions.

FILE_EXECUTIONS_TOTAL = 16;

HTTP_QUERIES_FAIL

Number of failed HTTP queries.

HTTP_QUERIES_FAIL = 18;

HTTP_QUERIES_FAIL_VALUE

Number of failed HTTP queries.

HTTP_QUERIES_FAIL = 18;

HTTP_QUERIES_SUCCESS

Number of successful HTTP queries.

HTTP_QUERIES_SUCCESS = 17;

HTTP_QUERIES_SUCCESS_VALUE

Number of successful HTTP queries.

HTTP_QUERIES_SUCCESS = 17;

HTTP_QUERIES_TOTAL

Total number of HTTP queries.

HTTP_QUERIES_TOTAL = 19;

HTTP_QUERIES_TOTAL_VALUE

Total number of HTTP queries.

HTTP_QUERIES_TOTAL = 19;

METRIC_NAME_UNSPECIFIED

Default

METRIC_NAME_UNSPECIFIED = 0;

METRIC_NAME_UNSPECIFIED_VALUE

Default

METRIC_NAME_UNSPECIFIED = 0;

NETWORK_BYTES_INBOUND

Total received network bytes.

NETWORK_BYTES_INBOUND = 1;

NETWORK_BYTES_INBOUND_VALUE

Total received network bytes.

NETWORK_BYTES_INBOUND = 1;

NETWORK_BYTES_OUTBOUND

Total network sent bytes.

NETWORK_BYTES_OUTBOUND = 2;

NETWORK_BYTES_OUTBOUND_VALUE

Total network sent bytes.

NETWORK_BYTES_OUTBOUND = 2;

NETWORK_BYTES_TOTAL

Total network sent bytes and received bytes.

NETWORK_BYTES_TOTAL = 3;

NETWORK_BYTES_TOTAL_VALUE

Total network sent bytes and received bytes.

NETWORK_BYTES_TOTAL = 3;

NETWORK_FLOWS_INBOUND

Total number of events having non-null received bytes.

NETWORK_FLOWS_INBOUND = 8;

NETWORK_FLOWS_INBOUND_VALUE

Total number of events having non-null received bytes.

NETWORK_FLOWS_INBOUND = 8;

NETWORK_FLOWS_OUTBOUND

Total number of events having non-null sent bytes.

NETWORK_FLOWS_OUTBOUND = 9;

NETWORK_FLOWS_OUTBOUND_VALUE

Total number of events having non-null sent bytes.

NETWORK_FLOWS_OUTBOUND = 9;

NETWORK_FLOWS_TOTAL

Total events having non-null sent or received bytes.

NETWORK_FLOWS_TOTAL = 10;

NETWORK_FLOWS_TOTAL_VALUE

Total events having non-null sent or received bytes.

NETWORK_FLOWS_TOTAL = 10;

RESOURCE_CREATION_FAIL

Analytic tracking failed resource creations.

RESOURCE_CREATION_FAIL = 32;

RESOURCE_CREATION_FAIL_VALUE

Analytic tracking failed resource creations.

RESOURCE_CREATION_FAIL = 32;

RESOURCE_CREATION_SUCCESS

Analytic tracking successful resource creations.

RESOURCE_CREATION_SUCCESS = 28;

RESOURCE_CREATION_SUCCESS_VALUE

Analytic tracking successful resource creations.

RESOURCE_CREATION_SUCCESS = 28;

RESOURCE_CREATION_TOTAL

Analytic tracking successful resource creations.

RESOURCE_CREATION_TOTAL = 27;

RESOURCE_CREATION_TOTAL_VALUE

Analytic tracking successful resource creations.

RESOURCE_CREATION_TOTAL = 27;

RESOURCE_DELETION_FAIL

Analytic tracking failed resource deletions.

RESOURCE_DELETION_FAIL = 33;

RESOURCE_DELETION_FAIL_VALUE

Analytic tracking failed resource deletions.

RESOURCE_DELETION_FAIL = 33;

RESOURCE_DELETION_SUCCESS

Analytic tracking successful resource deletions.

RESOURCE_DELETION_SUCCESS = 31;

RESOURCE_DELETION_SUCCESS_VALUE

Analytic tracking successful resource deletions.

RESOURCE_DELETION_SUCCESS = 31;

RESOURCE_DELETION_TOTAL

Analytic tracking total resource deletions.

RESOURCE_DELETION_TOTAL = 34;

RESOURCE_DELETION_TOTAL_VALUE

Analytic tracking total resource deletions.

RESOURCE_DELETION_TOTAL = 34;

RESOURCE_READ_FAIL

Analytic tracking failed resource reads.

RESOURCE_READ_FAIL = 30;

RESOURCE_READ_FAIL_VALUE

Analytic tracking failed resource reads.

RESOURCE_READ_FAIL = 30;

RESOURCE_READ_SUCCESS

Analytic tracking successful resource reads.

RESOURCE_READ_SUCCESS = 29;

RESOURCE_READ_SUCCESS_VALUE

Analytic tracking successful resource reads.

RESOURCE_READ_SUCCESS = 29;

RESOURCE_READ_TOTAL

Analytic tracking total resource reads.

RESOURCE_READ_TOTAL = 35;

RESOURCE_READ_TOTAL_VALUE

Analytic tracking total resource reads.

RESOURCE_READ_TOTAL = 35;

RESOURCE_WRITTEN_FAIL

Analytic tracking failed resource writes.

RESOURCE_WRITTEN_FAIL = 36;

RESOURCE_WRITTEN_FAIL_VALUE

Analytic tracking failed resource writes.

RESOURCE_WRITTEN_FAIL = 36;

RESOURCE_WRITTEN_SUCCESS

Analytic tracking successful resource writes.

RESOURCE_WRITTEN_SUCCESS = 37;

RESOURCE_WRITTEN_SUCCESS_VALUE

Analytic tracking successful resource writes.

RESOURCE_WRITTEN_SUCCESS = 37;

RESOURCE_WRITTEN_TOTAL

Analytic tracking total resource writes.

RESOURCE_WRITTEN_TOTAL = 38;

RESOURCE_WRITTEN_TOTAL_VALUE

Analytic tracking total resource writes.

RESOURCE_WRITTEN_TOTAL = 38;

UDM_DATA_PRESENCE_SUMMARY

UDM data summary tracking unique values of dimensions.

UDM_DATA_PRESENCE_SUMMARY = 39;

UDM_DATA_PRESENCE_SUMMARY_VALUE

UDM data summary tracking unique values of dimensions.

UDM_DATA_PRESENCE_SUMMARY = 39;

UNRECOGNIZED
WORKSPACE_AUTH_ATTEMPTS_TOTAL

Total number of authentication attempts in Google Workspace.

WORKSPACE_AUTH_ATTEMPTS_TOTAL = 23;

WORKSPACE_AUTH_ATTEMPTS_TOTAL_VALUE

Total number of authentication attempts in Google Workspace.

WORKSPACE_AUTH_ATTEMPTS_TOTAL = 23;

WORKSPACE_EMAILS_SENT_TOTAL

Total number of emails sent in Google Workspace.

WORKSPACE_EMAILS_SENT_TOTAL = 20;

WORKSPACE_EMAILS_SENT_TOTAL_VALUE

Total number of emails sent in Google Workspace.

WORKSPACE_EMAILS_SENT_TOTAL = 20;

WORKSPACE_NETWORK_BYTES_OUTBOUND

Number of outbound network bytes (total sent) in Google Workspace.

WORKSPACE_NETWORK_BYTES_OUTBOUND = 24;

WORKSPACE_NETWORK_BYTES_OUTBOUND_VALUE

Number of outbound network bytes (total sent) in Google Workspace.

WORKSPACE_NETWORK_BYTES_OUTBOUND = 24;

WORKSPACE_NETWORK_BYTES_TOTAL

Total number of network bytes (both sent and received) in Google Workspace.

WORKSPACE_NETWORK_BYTES_TOTAL = 25;

WORKSPACE_NETWORK_BYTES_TOTAL_VALUE

Total number of network bytes (both sent and received) in Google Workspace.

WORKSPACE_NETWORK_BYTES_TOTAL = 25;

WORKSPACE_TOTAL_CHANGE_ACTIONS

Total number of change actions in Google Workspace.

WORKSPACE_TOTAL_CHANGE_ACTIONS = 22;

WORKSPACE_TOTAL_CHANGE_ACTIONS_VALUE

Total number of change actions in Google Workspace.

WORKSPACE_TOTAL_CHANGE_ACTIONS = 22;

WORKSPACE_TOTAL_DOWNLOAD_ACTIONS

Total number of download actions in Google Workspace.

WORKSPACE_TOTAL_DOWNLOAD_ACTIONS = 21;

WORKSPACE_TOTAL_DOWNLOAD_ACTIONS_VALUE

Total number of download actions in Google Workspace.

WORKSPACE_TOTAL_DOWNLOAD_ACTIONS = 21;

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()