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

io.grpc.lb.v1.ClientStatsPerTokenOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: grpc/lb/v1/load_balancer.proto

// Protobuf Java Version: 3.25.1
package io.grpc.lb.v1;

public interface ClientStatsPerTokenOrBuilder extends
    // @@protoc_insertion_point(interface_extends:grpc.lb.v1.ClientStatsPerToken)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * See Server.load_balance_token.
   * 
* * string load_balance_token = 1; * @return The loadBalanceToken. */ java.lang.String getLoadBalanceToken(); /** *
   * See Server.load_balance_token.
   * 
* * string load_balance_token = 1; * @return The bytes for loadBalanceToken. */ com.google.protobuf.ByteString getLoadBalanceTokenBytes(); /** *
   * The total number of RPCs that finished associated with the token.
   * 
* * int64 num_calls = 2; * @return The numCalls. */ long getNumCalls(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy