Interface AlertDataOrBuilder (0.15.0)

public interface AlertDataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCreateTime()

public abstract Timestamp getCreateTime()

Time that the event has created

.google.protobuf.Timestamp create_time = 1;

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Time that the event has created

.google.protobuf.Timestamp create_time = 1;

Returns
TypeDescription
TimestampOrBuilder

getEndTime()

public abstract Timestamp getEndTime()

Time that the event has ended. Optional, only present for alertsthat are ongoing

.google.protobuf.Timestamp end_time = 2;

Returns
TypeDescription
Timestamp

The endTime.

getEndTimeOrBuilder()

public abstract TimestampOrBuilder getEndTimeOrBuilder()

Time that the event has ended. Optional, only present for alertsthat are ongoing

.google.protobuf.Timestamp end_time = 2;

Returns
TypeDescription
TimestampOrBuilder

getPayload()

public abstract Struct getPayload()

Payload of the event, which includes the details of the specific alert. It's a map of keys of String type and values of various types

.google.protobuf.Struct payload = 3;

Returns
TypeDescription
Struct

The payload.

getPayloadOrBuilder()

public abstract StructOrBuilder getPayloadOrBuilder()

Payload of the event, which includes the details of the specific alert. It's a map of keys of String type and values of various types

.google.protobuf.Struct payload = 3;

Returns
TypeDescription
StructOrBuilder

hasCreateTime()

public abstract boolean hasCreateTime()

Time that the event has created

.google.protobuf.Timestamp create_time = 1;

Returns
TypeDescription
boolean

Whether the createTime field is set.

hasEndTime()

public abstract boolean hasEndTime()

Time that the event has ended. Optional, only present for alertsthat are ongoing

.google.protobuf.Timestamp end_time = 2;

Returns
TypeDescription
boolean

Whether the endTime field is set.

hasPayload()

public abstract boolean hasPayload()

Payload of the event, which includes the details of the specific alert. It's a map of keys of String type and values of various types

.google.protobuf.Struct payload = 3;

Returns
TypeDescription
boolean

Whether the payload field is set.