Interface MxaccessGateway.SubscribeAlarmsCommandOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MxaccessGateway.SubscribeAlarmsCommand, MxaccessGateway.SubscribeAlarmsCommand.Builder
Enclosing class:
MxaccessGateway

public static interface MxaccessGateway.SubscribeAlarmsCommandOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getSubscriptionExpression

      String getSubscriptionExpression()
      string subscription_expression = 1;
      Returns:
      The subscriptionExpression.
    • getSubscriptionExpressionBytes

      com.google.protobuf.ByteString getSubscriptionExpressionBytes()
      string subscription_expression = 1;
      Returns:
      The bytes for subscriptionExpression.
    • getForcedModeValue

      int getForcedModeValue()
       UNSPECIFIED = auto-failover/failback. ALARMMGR/SUBTAG force one provider.
       
      .mxaccess_gateway.v1.AlarmProviderMode forced_mode = 2;
      Returns:
      The enum numeric value on the wire for forcedMode.
    • getForcedMode

       UNSPECIFIED = auto-failover/failback. ALARMMGR/SUBTAG force one provider.
       
      .mxaccess_gateway.v1.AlarmProviderMode forced_mode = 2;
      Returns:
      The forcedMode.
    • getWatchListList

       Subtag watch-list resolved by the gateway (GR SQL + config). Empty in pure
       alarmmgr mode; in subtag mode it bounds what the consumer can observe.
       
      repeated .mxaccess_gateway.v1.AlarmSubtagTarget watch_list = 3;
    • getWatchList

      MxaccessGateway.AlarmSubtagTarget getWatchList(int index)
       Subtag watch-list resolved by the gateway (GR SQL + config). Empty in pure
       alarmmgr mode; in subtag mode it bounds what the consumer can observe.
       
      repeated .mxaccess_gateway.v1.AlarmSubtagTarget watch_list = 3;
    • getWatchListCount

      int getWatchListCount()
       Subtag watch-list resolved by the gateway (GR SQL + config). Empty in pure
       alarmmgr mode; in subtag mode it bounds what the consumer can observe.
       
      repeated .mxaccess_gateway.v1.AlarmSubtagTarget watch_list = 3;
    • getWatchListOrBuilderList

      List<? extends MxaccessGateway.AlarmSubtagTargetOrBuilder> getWatchListOrBuilderList()
       Subtag watch-list resolved by the gateway (GR SQL + config). Empty in pure
       alarmmgr mode; in subtag mode it bounds what the consumer can observe.
       
      repeated .mxaccess_gateway.v1.AlarmSubtagTarget watch_list = 3;
    • getWatchListOrBuilder

      MxaccessGateway.AlarmSubtagTargetOrBuilder getWatchListOrBuilder(int index)
       Subtag watch-list resolved by the gateway (GR SQL + config). Empty in pure
       alarmmgr mode; in subtag mode it bounds what the consumer can observe.
       
      repeated .mxaccess_gateway.v1.AlarmSubtagTarget watch_list = 3;
    • hasFailover

      boolean hasFailover()
      .mxaccess_gateway.v1.AlarmFailoverConfig failover = 4;
      Returns:
      Whether the failover field is set.
    • getFailover

      .mxaccess_gateway.v1.AlarmFailoverConfig failover = 4;
      Returns:
      The failover.
    • getFailoverOrBuilder

      .mxaccess_gateway.v1.AlarmFailoverConfig failover = 4;