public interface AlarmRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AlarmRequest.AlarmAction |
getAction()
action is the kind of alarm request to issue.
|
int |
getActionValue()
action is the kind of alarm request to issue.
|
AlarmType |
getAlarm()
alarm is the type of alarm to consider for this request.
|
int |
getAlarmValue()
alarm is the type of alarm to consider for this request.
|
long |
getMemberID()
memberID is the ID of the member associated with the alarm.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getActionValue()
action is the kind of alarm request to issue. The action may GET alarm statuses, ACTIVATE an alarm, or DEACTIVATE a raised alarm.
.etcdserverpb.AlarmRequest.AlarmAction action = 1;AlarmRequest.AlarmAction getAction()
action is the kind of alarm request to issue. The action may GET alarm statuses, ACTIVATE an alarm, or DEACTIVATE a raised alarm.
.etcdserverpb.AlarmRequest.AlarmAction action = 1;long getMemberID()
memberID is the ID of the member associated with the alarm. If memberID is 0, the alarm request covers all members.
uint64 memberID = 2;int getAlarmValue()
alarm is the type of alarm to consider for this request.
.etcdserverpb.AlarmType alarm = 3;AlarmType getAlarm()
alarm is the type of alarm to consider for this request.
.etcdserverpb.AlarmType alarm = 3;Copyright © 2021. All rights reserved.