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

apache.rocketmq.v2.MetricOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.0.7
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: apache/rocketmq/v2/definition.proto

package apache.rocketmq.v2;

public interface MetricOrBuilder extends
    // @@protoc_insertion_point(interface_extends:apache.rocketmq.v2.Metric)
    org.apache.rocketmq.shaded.com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Indicates that if client should export local metrics to server.
   * 
* * bool on = 1; * @return The on. */ boolean getOn(); /** *
   * The endpoint that client metrics should be exported to, which is required if the switch is on.
   * 
* * optional .apache.rocketmq.v2.Endpoints endpoints = 2; * @return Whether the endpoints field is set. */ boolean hasEndpoints(); /** *
   * The endpoint that client metrics should be exported to, which is required if the switch is on.
   * 
* * optional .apache.rocketmq.v2.Endpoints endpoints = 2; * @return The endpoints. */ apache.rocketmq.v2.Endpoints getEndpoints(); /** *
   * The endpoint that client metrics should be exported to, which is required if the switch is on.
   * 
* * optional .apache.rocketmq.v2.Endpoints endpoints = 2; */ apache.rocketmq.v2.EndpointsOrBuilder getEndpointsOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy