All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.helidon.config.etcd.internal.client.proto.AlarmRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 4.0.10
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: rpc.proto

package io.helidon.config.etcd.internal.client.proto;

public interface AlarmRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:etcdserverpb.AlarmRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 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; */ int 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; */ io.helidon.config.etcd.internal.client.proto.AlarmRequest.AlarmAction getAction(); /** *
   * memberID is the ID of the member associated with the alarm. If memberID is 0, the
   * alarm request covers all members.
   * 
* * uint64 memberID = 2; */ long getMemberID(); /** *
   * alarm is the type of alarm to consider for this request.
   * 
* * .etcdserverpb.AlarmType alarm = 3; */ int getAlarmValue(); /** *
   * alarm is the type of alarm to consider for this request.
   * 
* * .etcdserverpb.AlarmType alarm = 3; */ io.helidon.config.etcd.internal.client.proto.AlarmType getAlarm(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy