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

io.helidon.config.etcd.internal.client.proto.AlarmMemberOrBuilder 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 AlarmMemberOrBuilder extends
    // @@protoc_insertion_point(interface_extends:etcdserverpb.AlarmMember)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * memberID is the ID of the member associated with the raised alarm.
   * 
* * uint64 memberID = 1; * @return The memberID. */ long getMemberID(); /** *
   * alarm is the type of alarm which has been raised.
   * 
* * .etcdserverpb.AlarmType alarm = 2; * @return The enum numeric value on the wire for alarm. */ int getAlarmValue(); /** *
   * alarm is the type of alarm which has been raised.
   * 
* * .etcdserverpb.AlarmType alarm = 2; * @return The alarm. */ io.helidon.config.etcd.internal.client.proto.AlarmType getAlarm(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy