public interface AlertDataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCreateTime()
public abstract Timestamp getCreateTime()
Time that the event has created
.google.protobuf.Timestamp create_time = 1;
Returns | |
---|---|
Type | Description |
Timestamp |
The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()
Time that the event has created
.google.protobuf.Timestamp create_time = 1;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
StructOrBuilder |
hasCreateTime()
public abstract boolean hasCreateTime()
Time that the event has created
.google.protobuf.Timestamp create_time = 1;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
Whether the payload field is set. |