Home | History | Annotate | Download | only in v1
      1 // Generated by the protocol buffer compiler.  DO NOT EDIT!
      2 // source: grpc/lb/v1/load_balancer.proto
      3 
      4 package io.grpc.lb.v1;
      5 
      6 public interface InitialLoadBalanceRequestOrBuilder extends
      7     // @@protoc_insertion_point(interface_extends:grpc.lb.v1.InitialLoadBalanceRequest)
      8     com.google.protobuf.MessageOrBuilder {
      9 
     10   /**
     11    * <pre>
     12    * The name of the load balanced service (e.g., service.googleapis.com). Its
     13    * length should be less than 256 bytes.
     14    * The name might include a port number. How to handle the port number is up
     15    * to the balancer.
     16    * </pre>
     17    *
     18    * <code>string name = 1;</code>
     19    */
     20   java.lang.String getName();
     21   /**
     22    * <pre>
     23    * The name of the load balanced service (e.g., service.googleapis.com). Its
     24    * length should be less than 256 bytes.
     25    * The name might include a port number. How to handle the port number is up
     26    * to the balancer.
     27    * </pre>
     28    *
     29    * <code>string name = 1;</code>
     30    */
     31   com.google.protobuf.ByteString
     32       getNameBytes();
     33 }
     34