Package mxaccess_gateway.v1
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 Summary
Modifier and TypeMethodDescription.mxaccess_gateway.v1.AlarmFailoverConfig failover = 4;.mxaccess_gateway.v1.AlarmFailoverConfig failover = 4;UNSPECIFIED = auto-failover/failback.intUNSPECIFIED = auto-failover/failback.string subscription_expression = 1;com.google.protobuf.ByteStringstring subscription_expression = 1;getWatchList(int index) Subtag watch-list resolved by the gateway (GR SQL + config).intSubtag watch-list resolved by the gateway (GR SQL + config).Subtag watch-list resolved by the gateway (GR SQL + config).getWatchListOrBuilder(int index) Subtag watch-list resolved by the gateway (GR SQL + config).List<? extends MxaccessGateway.AlarmSubtagTargetOrBuilder> Subtag watch-list resolved by the gateway (GR SQL + config).boolean.mxaccess_gateway.v1.AlarmFailoverConfig failover = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
MxaccessGateway.AlarmProviderMode getForcedMode()UNSPECIFIED = auto-failover/failback. ALARMMGR/SUBTAG force one provider.
.mxaccess_gateway.v1.AlarmProviderMode forced_mode = 2;- Returns:
- The forcedMode.
-
getWatchListList
List<MxaccessGateway.AlarmSubtagTarget> 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
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
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
MxaccessGateway.AlarmFailoverConfig getFailover().mxaccess_gateway.v1.AlarmFailoverConfig failover = 4;- Returns:
- The failover.
-
getFailoverOrBuilder
MxaccessGateway.AlarmFailoverConfigOrBuilder getFailoverOrBuilder().mxaccess_gateway.v1.AlarmFailoverConfig failover = 4;
-