Class Alert.AlertInfo
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
io.confluent.controlcenter.alert.record.Alert.AlertInfo
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Alert.AlertInfoOrBuilder,Serializable
- Enclosing class:
Alert
public static final class Alert.AlertInfo
extends com.google.protobuf.GeneratedMessage
implements Alert.AlertInfoOrBuilder
Protobuf type
alert.AlertInfo- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classProtobuf typealert.AlertInfostatic enumNested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT, BuilderT>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message, T> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionbooleangetActions(int index) repeated .alert.ActionInfo actions = 5;intrepeated .alert.ActionInfo actions = 5;repeated .alert.ActionInfo actions = 5;getActionsOrBuilder(int index) repeated .alert.ActionInfo actions = 5;List<? extends Alert.ActionInfoOrBuilder> repeated .alert.ActionInfo actions = 5;static Alert.AlertInfostatic final com.google.protobuf.Descriptors.DescriptorgetGuid()alert GUIDcom.google.protobuf.ByteStringalert GUID.command_alert.MonitoringTriggerConfig monitoringTrigger = 3;.command_alert.MonitoringTriggerConfig monitoringTrigger = 3;com.google.protobuf.Parser<Alert.AlertInfo> intlongtime in C3 time of this alertgetTriggers(int index) repeated .alert.TriggerInfo triggers = 4;intrepeated .alert.TriggerInfo triggers = 4;repeated .alert.TriggerInfo triggers = 4;getTriggersOrBuilder(int index) repeated .alert.TriggerInfo triggers = 4;List<? extends Alert.TriggerInfoOrBuilder> repeated .alert.TriggerInfo triggers = 4;inthashCode()boolean.command_alert.MonitoringTriggerConfig monitoringTrigger = 3;final booleanstatic Alert.AlertInfo.Builderstatic Alert.AlertInfo.BuildernewBuilder(Alert.AlertInfo prototype) static Alert.AlertInfoparseDelimitedFrom(InputStream input) static Alert.AlertInfoparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Alert.AlertInfoparseFrom(byte[] data) static Alert.AlertInfoparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Alert.AlertInfoparseFrom(com.google.protobuf.ByteString data) static Alert.AlertInfoparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Alert.AlertInfoparseFrom(com.google.protobuf.CodedInputStream input) static Alert.AlertInfoparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Alert.AlertInfoparseFrom(InputStream input) static Alert.AlertInfoparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Alert.AlertInfoparseFrom(ByteBuffer data) static Alert.AlertInfoparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<Alert.AlertInfo> parser()voidwriteTo(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessage
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtensionMethods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
GUID_FIELD_NUMBER
public static final int GUID_FIELD_NUMBER- See Also:
-
TIMESTAMP_FIELD_NUMBER
public static final int TIMESTAMP_FIELD_NUMBER- See Also:
-
MONITORINGTRIGGER_FIELD_NUMBER
public static final int MONITORINGTRIGGER_FIELD_NUMBER- See Also:
-
TRIGGERS_FIELD_NUMBER
public static final int TRIGGERS_FIELD_NUMBER- See Also:
-
ACTIONS_FIELD_NUMBER
public static final int ACTIONS_FIELD_NUMBER- See Also:
-
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
getTriggerConfigCase
- Specified by:
getTriggerConfigCasein interfaceAlert.AlertInfoOrBuilder
-
getGuid
alert GUID
string guid = 1;- Specified by:
getGuidin interfaceAlert.AlertInfoOrBuilder- Returns:
- The guid.
-
getGuidBytes
public com.google.protobuf.ByteString getGuidBytes()alert GUID
string guid = 1;- Specified by:
getGuidBytesin interfaceAlert.AlertInfoOrBuilder- Returns:
- The bytes for guid.
-
getTimestamp
public long getTimestamp()time in C3 time of this alert
int64 timestamp = 2;- Specified by:
getTimestampin interfaceAlert.AlertInfoOrBuilder- Returns:
- The timestamp.
-
hasMonitoringTrigger
public boolean hasMonitoringTrigger().command_alert.MonitoringTriggerConfig monitoringTrigger = 3;- Specified by:
hasMonitoringTriggerin interfaceAlert.AlertInfoOrBuilder- Returns:
- Whether the monitoringTrigger field is set.
-
getMonitoringTrigger
.command_alert.MonitoringTriggerConfig monitoringTrigger = 3;- Specified by:
getMonitoringTriggerin interfaceAlert.AlertInfoOrBuilder- Returns:
- The monitoringTrigger.
-
getMonitoringTriggerOrBuilder
.command_alert.MonitoringTriggerConfig monitoringTrigger = 3;- Specified by:
getMonitoringTriggerOrBuilderin interfaceAlert.AlertInfoOrBuilder
-
getTriggersList
repeated .alert.TriggerInfo triggers = 4;- Specified by:
getTriggersListin interfaceAlert.AlertInfoOrBuilder
-
getTriggersOrBuilderList
repeated .alert.TriggerInfo triggers = 4;- Specified by:
getTriggersOrBuilderListin interfaceAlert.AlertInfoOrBuilder
-
getTriggersCount
public int getTriggersCount()repeated .alert.TriggerInfo triggers = 4;- Specified by:
getTriggersCountin interfaceAlert.AlertInfoOrBuilder
-
getTriggers
repeated .alert.TriggerInfo triggers = 4;- Specified by:
getTriggersin interfaceAlert.AlertInfoOrBuilder
-
getTriggersOrBuilder
repeated .alert.TriggerInfo triggers = 4;- Specified by:
getTriggersOrBuilderin interfaceAlert.AlertInfoOrBuilder
-
getActionsList
repeated .alert.ActionInfo actions = 5;- Specified by:
getActionsListin interfaceAlert.AlertInfoOrBuilder
-
getActionsOrBuilderList
repeated .alert.ActionInfo actions = 5;- Specified by:
getActionsOrBuilderListin interfaceAlert.AlertInfoOrBuilder
-
getActionsCount
public int getActionsCount()repeated .alert.ActionInfo actions = 5;- Specified by:
getActionsCountin interfaceAlert.AlertInfoOrBuilder
-
getActions
repeated .alert.ActionInfo actions = 5;- Specified by:
getActionsin interfaceAlert.AlertInfoOrBuilder
-
getActionsOrBuilder
repeated .alert.ActionInfo actions = 5;- Specified by:
getActionsOrBuilderin interfaceAlert.AlertInfoOrBuilder
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage
-
writeTo
- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessage- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessage
-
equals
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Alert.AlertInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Alert.AlertInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Alert.AlertInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Alert.AlertInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Alert.AlertInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Alert.AlertInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static Alert.AlertInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static Alert.AlertInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static Alert.AlertInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static Alert.AlertInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
-
toBuilder
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessage
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-