Interface LatencyMetricsOrBuilder (0.3.0)

public interface LatencyMetricsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIngestionLatency()

public abstract Duration getIngestionLatency()

The difference between newest ingestion timestamp and newest event timestamp.

.google.protobuf.Duration ingestion_latency = 5;

Returns
Type Description
Duration

The ingestionLatency.

getIngestionLatencyOrBuilder()

public abstract DurationOrBuilder getIngestionLatencyOrBuilder()

The difference between newest ingestion timestamp and newest event timestamp.

.google.protobuf.Duration ingestion_latency = 5;

Returns
Type Description
DurationOrBuilder

getNewestEventTime()

public abstract Timestamp getNewestEventTime()

The newest (most recent) event timestamp from the events used to create the detection.

.google.protobuf.Timestamp newest_event_time = 4;

Returns
Type Description
Timestamp

The newestEventTime.

getNewestEventTimeOrBuilder()

public abstract TimestampOrBuilder getNewestEventTimeOrBuilder()

The newest (most recent) event timestamp from the events used to create the detection.

.google.protobuf.Timestamp newest_event_time = 4;

Returns
Type Description
TimestampOrBuilder

getNewestIngestionTime()

public abstract Timestamp getNewestIngestionTime()

The newest (most recent) ingestion timestamp from the events used to create the detection.

.google.protobuf.Timestamp newest_ingestion_time = 2;

Returns
Type Description
Timestamp

The newestIngestionTime.

getNewestIngestionTimeOrBuilder()

public abstract TimestampOrBuilder getNewestIngestionTimeOrBuilder()

The newest (most recent) ingestion timestamp from the events used to create the detection.

.google.protobuf.Timestamp newest_ingestion_time = 2;

Returns
Type Description
TimestampOrBuilder

getOldestEventTime()

public abstract Timestamp getOldestEventTime()

The oldest event timestamp from the events used to create the detection.

.google.protobuf.Timestamp oldest_event_time = 3;

Returns
Type Description
Timestamp

The oldestEventTime.

getOldestEventTimeOrBuilder()

public abstract TimestampOrBuilder getOldestEventTimeOrBuilder()

The oldest event timestamp from the events used to create the detection.

.google.protobuf.Timestamp oldest_event_time = 3;

Returns
Type Description
TimestampOrBuilder

getOldestIngestionTime()

public abstract Timestamp getOldestIngestionTime()

The oldest ingestion timestamp from the events used to create the detection.

.google.protobuf.Timestamp oldest_ingestion_time = 1;

Returns
Type Description
Timestamp

The oldestIngestionTime.

getOldestIngestionTimeOrBuilder()

public abstract TimestampOrBuilder getOldestIngestionTimeOrBuilder()

The oldest ingestion timestamp from the events used to create the detection.

.google.protobuf.Timestamp oldest_ingestion_time = 1;

Returns
Type Description
TimestampOrBuilder

hasIngestionLatency()

public abstract boolean hasIngestionLatency()

The difference between newest ingestion timestamp and newest event timestamp.

.google.protobuf.Duration ingestion_latency = 5;

Returns
Type Description
boolean

Whether the ingestionLatency field is set.

hasNewestEventTime()

public abstract boolean hasNewestEventTime()

The newest (most recent) event timestamp from the events used to create the detection.

.google.protobuf.Timestamp newest_event_time = 4;

Returns
Type Description
boolean

Whether the newestEventTime field is set.

hasNewestIngestionTime()

public abstract boolean hasNewestIngestionTime()

The newest (most recent) ingestion timestamp from the events used to create the detection.

.google.protobuf.Timestamp newest_ingestion_time = 2;

Returns
Type Description
boolean

Whether the newestIngestionTime field is set.

hasOldestEventTime()

public abstract boolean hasOldestEventTime()

The oldest event timestamp from the events used to create the detection.

.google.protobuf.Timestamp oldest_event_time = 3;

Returns
Type Description
boolean

Whether the oldestEventTime field is set.

hasOldestIngestionTime()

public abstract boolean hasOldestIngestionTime()

The oldest ingestion timestamp from the events used to create the detection.

.google.protobuf.Timestamp oldest_ingestion_time = 1;

Returns
Type Description
boolean

Whether the oldestIngestionTime field is set.