Uses of Class
io.envoyproxy.envoy.extensions.load_balancing_policies.round_robin.v3.RoundRobin
-
Packages that use RoundRobin Package Description io.envoyproxy.envoy.extensions.load_balancing_policies.round_robin.v3 -
-
Uses of RoundRobin in io.envoyproxy.envoy.extensions.load_balancing_policies.round_robin.v3
Fields in io.envoyproxy.envoy.extensions.load_balancing_policies.round_robin.v3 declared as RoundRobin Modifier and Type Field Description private static RoundRobin
RoundRobin. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.extensions.load_balancing_policies.round_robin.v3 with type parameters of type RoundRobin Modifier and Type Field Description private static com.google.protobuf.Parser<RoundRobin>
RoundRobin. PARSER
Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.round_robin.v3 that return RoundRobin Modifier and Type Method Description RoundRobin
RoundRobin.Builder. build()
RoundRobin
RoundRobin.Builder. buildPartial()
static RoundRobin
RoundRobin. getDefaultInstance()
RoundRobin
RoundRobin.Builder. getDefaultInstanceForType()
RoundRobin
RoundRobin. getDefaultInstanceForType()
static RoundRobin
RoundRobin. parseDelimitedFrom(java.io.InputStream input)
static RoundRobin
RoundRobin. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RoundRobin
RoundRobin. parseFrom(byte[] data)
static RoundRobin
RoundRobin. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RoundRobin
RoundRobin. parseFrom(com.google.protobuf.ByteString data)
static RoundRobin
RoundRobin. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RoundRobin
RoundRobin. parseFrom(com.google.protobuf.CodedInputStream input)
static RoundRobin
RoundRobin. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RoundRobin
RoundRobin. parseFrom(java.io.InputStream input)
static RoundRobin
RoundRobin. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RoundRobin
RoundRobin. parseFrom(java.nio.ByteBuffer data)
static RoundRobin
RoundRobin. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.round_robin.v3 that return types with arguments of type RoundRobin Modifier and Type Method Description com.google.protobuf.Parser<RoundRobin>
RoundRobin. getParserForType()
static com.google.protobuf.Parser<RoundRobin>
RoundRobin. parser()
Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.round_robin.v3 with parameters of type RoundRobin Modifier and Type Method Description private void
RoundRobin.Builder. buildPartial0(RoundRobin result)
RoundRobin.Builder
RoundRobin.Builder. mergeFrom(RoundRobin other)
static RoundRobin.Builder
RoundRobin. newBuilder(RoundRobin prototype)
-