public static final class Controlcenter.TriggerActions extends com.google.protobuf.GeneratedMessageV3 implements Controlcenter.TriggerActionsOrBuilder
controlcenter.TriggerActions
Modifier and Type | Class and Description |
---|---|
static class |
Controlcenter.TriggerActions.Builder
Protobuf type
controlcenter.TriggerActions |
com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
static int |
ACTIONS_FIELD_NUMBER |
static int |
COMPONENT_FIELD_NUMBER |
static int |
NEXTTRIGGERINFOSEQUENCE_FIELD_NUMBER |
static int |
TRIGGERGUID_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Controlcenter.TriggerAction |
getActions(int index)
repeated .controlcenter.TriggerAction actions = 2; |
int |
getActionsCount()
repeated .controlcenter.TriggerAction actions = 2; |
List<Controlcenter.TriggerAction> |
getActionsList()
repeated .controlcenter.TriggerAction actions = 2; |
Controlcenter.TriggerActionOrBuilder |
getActionsOrBuilder(int index)
repeated .controlcenter.TriggerAction actions = 2; |
List<? extends Controlcenter.TriggerActionOrBuilder> |
getActionsOrBuilderList()
repeated .controlcenter.TriggerAction actions = 2; |
Alert.ComponentDesc |
getComponent()
.alert.ComponentDesc component = 4; |
Alert.ComponentDescOrBuilder |
getComponentOrBuilder()
.alert.ComponentDesc component = 4; |
static Controlcenter.TriggerActions |
getDefaultInstance() |
Controlcenter.TriggerActions |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getNextTriggerInfoSequence()
int64 nextTriggerInfoSequence = 3; |
com.google.protobuf.Parser<Controlcenter.TriggerActions> |
getParserForType() |
int |
getSerializedSize() |
String |
getTriggerGuid()
string triggerGuid = 1; |
com.google.protobuf.ByteString |
getTriggerGuidBytes()
string triggerGuid = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasComponent()
.alert.ComponentDesc component = 4; |
int |
hashCode() |
boolean |
isInitialized() |
static Controlcenter.TriggerActions.Builder |
newBuilder() |
static Controlcenter.TriggerActions.Builder |
newBuilder(Controlcenter.TriggerActions prototype) |
Controlcenter.TriggerActions.Builder |
newBuilderForType() |
static Controlcenter.TriggerActions |
parseDelimitedFrom(InputStream input) |
static Controlcenter.TriggerActions |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Controlcenter.TriggerActions |
parseFrom(byte[] data) |
static Controlcenter.TriggerActions |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Controlcenter.TriggerActions |
parseFrom(ByteBuffer data) |
static Controlcenter.TriggerActions |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Controlcenter.TriggerActions |
parseFrom(com.google.protobuf.ByteString data) |
static Controlcenter.TriggerActions |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Controlcenter.TriggerActions |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Controlcenter.TriggerActions |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Controlcenter.TriggerActions |
parseFrom(InputStream input) |
static Controlcenter.TriggerActions |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Controlcenter.TriggerActions> |
parser() |
Controlcenter.TriggerActions.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
findInitializationErrors, getInitializationErrorString, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int TRIGGERGUID_FIELD_NUMBER
public static final int COMPONENT_FIELD_NUMBER
public static final int ACTIONS_FIELD_NUMBER
public static final int NEXTTRIGGERINFOSEQUENCE_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public String getTriggerGuid()
string triggerGuid = 1;
getTriggerGuid
in interface Controlcenter.TriggerActionsOrBuilder
public com.google.protobuf.ByteString getTriggerGuidBytes()
string triggerGuid = 1;
getTriggerGuidBytes
in interface Controlcenter.TriggerActionsOrBuilder
public boolean hasComponent()
.alert.ComponentDesc component = 4;
hasComponent
in interface Controlcenter.TriggerActionsOrBuilder
public Alert.ComponentDesc getComponent()
.alert.ComponentDesc component = 4;
getComponent
in interface Controlcenter.TriggerActionsOrBuilder
public Alert.ComponentDescOrBuilder getComponentOrBuilder()
.alert.ComponentDesc component = 4;
getComponentOrBuilder
in interface Controlcenter.TriggerActionsOrBuilder
public List<Controlcenter.TriggerAction> getActionsList()
repeated .controlcenter.TriggerAction actions = 2;
getActionsList
in interface Controlcenter.TriggerActionsOrBuilder
public List<? extends Controlcenter.TriggerActionOrBuilder> getActionsOrBuilderList()
repeated .controlcenter.TriggerAction actions = 2;
getActionsOrBuilderList
in interface Controlcenter.TriggerActionsOrBuilder
public int getActionsCount()
repeated .controlcenter.TriggerAction actions = 2;
getActionsCount
in interface Controlcenter.TriggerActionsOrBuilder
public Controlcenter.TriggerAction getActions(int index)
repeated .controlcenter.TriggerAction actions = 2;
getActions
in interface Controlcenter.TriggerActionsOrBuilder
public Controlcenter.TriggerActionOrBuilder getActionsOrBuilder(int index)
repeated .controlcenter.TriggerAction actions = 2;
getActionsOrBuilder
in interface Controlcenter.TriggerActionsOrBuilder
public long getNextTriggerInfoSequence()
int64 nextTriggerInfoSequence = 3;
getNextTriggerInfoSequence
in interface Controlcenter.TriggerActionsOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static Controlcenter.TriggerActions parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Controlcenter.TriggerActions parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Controlcenter.TriggerActions parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Controlcenter.TriggerActions parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Controlcenter.TriggerActions parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Controlcenter.TriggerActions parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Controlcenter.TriggerActions parseFrom(InputStream input) throws IOException
IOException
public static Controlcenter.TriggerActions parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Controlcenter.TriggerActions parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Controlcenter.TriggerActions parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Controlcenter.TriggerActions parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static Controlcenter.TriggerActions parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public Controlcenter.TriggerActions.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static Controlcenter.TriggerActions.Builder newBuilder()
public static Controlcenter.TriggerActions.Builder newBuilder(Controlcenter.TriggerActions prototype)
public Controlcenter.TriggerActions.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
public static Controlcenter.TriggerActions getDefaultInstance()
public static com.google.protobuf.Parser<Controlcenter.TriggerActions> parser()
public com.google.protobuf.Parser<Controlcenter.TriggerActions> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public Controlcenter.TriggerActions getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder