Interface TriggerConditionOptionOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCompare()
      string compare = 2 [json_name = "compare"];
      com.google.protobuf.ByteString getCompareBytes()
      string compare = 2 [json_name = "compare"];
      java.lang.String getEvent()
      string event = 1 [json_name = "event"];
      com.google.protobuf.ByteString getEventBytes()
      string event = 1 [json_name = "event"];
      java.lang.String getParent()
      string parent = 5 [json_name = "parent"];
      com.google.protobuf.ByteString getParentBytes()
      string parent = 5 [json_name = "parent"];
      java.lang.String getTargets​(int index)
      repeated string targets = 4 [json_name = "targets"];
      com.google.protobuf.ByteString getTargetsBytes​(int index)
      repeated string targets = 4 [json_name = "targets"];
      int getTargetsCount()
      repeated string targets = 4 [json_name = "targets"];
      java.util.List<java.lang.String> getTargetsList()
      repeated string targets = 4 [json_name = "targets"];
      java.lang.String getType()
      string type = 3 [json_name = "type"];
      com.google.protobuf.ByteString getTypeBytes()
      string type = 3 [json_name = "type"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getEvent

        java.lang.String getEvent()
        string event = 1 [json_name = "event"];
        Returns:
        The event.
      • getEventBytes

        com.google.protobuf.ByteString getEventBytes()
        string event = 1 [json_name = "event"];
        Returns:
        The bytes for event.
      • getCompare

        java.lang.String getCompare()
        string compare = 2 [json_name = "compare"];
        Returns:
        The compare.
      • getCompareBytes

        com.google.protobuf.ByteString getCompareBytes()
        string compare = 2 [json_name = "compare"];
        Returns:
        The bytes for compare.
      • getType

        java.lang.String getType()
        string type = 3 [json_name = "type"];
        Returns:
        The type.
      • getTypeBytes

        com.google.protobuf.ByteString getTypeBytes()
        string type = 3 [json_name = "type"];
        Returns:
        The bytes for type.
      • getTargetsList

        java.util.List<java.lang.String> getTargetsList()
        repeated string targets = 4 [json_name = "targets"];
        Returns:
        A list containing the targets.
      • getTargetsCount

        int getTargetsCount()
        repeated string targets = 4 [json_name = "targets"];
        Returns:
        The count of targets.
      • getTargets

        java.lang.String getTargets​(int index)
        repeated string targets = 4 [json_name = "targets"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The targets at the given index.
      • getTargetsBytes

        com.google.protobuf.ByteString getTargetsBytes​(int index)
        repeated string targets = 4 [json_name = "targets"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The targets at the given index.
      • getParent

        java.lang.String getParent()
        string parent = 5 [json_name = "parent"];
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
        string parent = 5 [json_name = "parent"];
        Returns:
        The bytes for parent.