Package mxaccess_gateway.v1
Interface MxaccessGateway.StreamAlarmsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MxaccessGateway.StreamAlarmsRequest,MxaccessGateway.StreamAlarmsRequest.Builder
- Enclosing class:
- MxaccessGateway
public static interface MxaccessGateway.StreamAlarmsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOptional alarm-reference prefix scoping the feed to an equipment sub-tree.com.google.protobuf.ByteStringOptional alarm-reference prefix scoping the feed to an equipment sub-tree.string client_correlation_id = 1;com.google.protobuf.ByteStringstring client_correlation_id = 1;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
-
getClientCorrelationId
String getClientCorrelationId()string client_correlation_id = 1;- Returns:
- The clientCorrelationId.
-
getClientCorrelationIdBytes
com.google.protobuf.ByteString getClientCorrelationIdBytes()string client_correlation_id = 1;- Returns:
- The bytes for clientCorrelationId.
-
getAlarmFilterPrefix
String getAlarmFilterPrefix()Optional alarm-reference prefix scoping the feed to an equipment sub-tree. Empty streams every active alarm.
string alarm_filter_prefix = 2;- Returns:
- The alarmFilterPrefix.
-
getAlarmFilterPrefixBytes
com.google.protobuf.ByteString getAlarmFilterPrefixBytes()Optional alarm-reference prefix scoping the feed to an equipment sub-tree. Empty streams every active alarm.
string alarm_filter_prefix = 2;- Returns:
- The bytes for alarmFilterPrefix.
-