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

shade.polaris.io.grpc.lb.v1.InitialLoadBalanceRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.0.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: grpc/lb/v1/load_balancer.proto

package io.grpc.lb.v1;

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

  /**
   * 
   * The name of the load balanced service (e.g., service.googleapis.com). Its
   * length should be less than 256 bytes.
   * The name might include a port number. How to handle the port number is up
   * to the balancer.
   * 
* * string name = 1; * @return The name. */ java.lang.String getName(); /** *
   * The name of the load balanced service (e.g., service.googleapis.com). Its
   * length should be less than 256 bytes.
   * The name might include a port number. How to handle the port number is up
   * to the balancer.
   * 
* * string name = 1; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy