shade.polaris.io.grpc.lb.v1.InitialLoadBalanceRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of polaris-all Show documentation
Show all versions of polaris-all Show documentation
All in one project for polaris-java
// 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