Uses of Class
io.envoyproxy.envoy.api.v2.endpoint.LbEndpoint
-
Packages that use LbEndpoint Package Description io.envoyproxy.envoy.api.v2.endpoint -
-
Uses of LbEndpoint in io.envoyproxy.envoy.api.v2.endpoint
Methods in io.envoyproxy.envoy.api.v2.endpoint that return LbEndpoint Modifier and Type Method Description LbEndpointLbEndpoint.Builder. build()LbEndpointLbEndpoint.Builder. buildPartial()static LbEndpointLbEndpoint. getDefaultInstance()LbEndpointLbEndpoint.Builder. getDefaultInstanceForType()LbEndpointLbEndpoint. getDefaultInstanceForType()LbEndpointLocalityLbEndpoints.Builder. getLbEndpoints(int index)The group of endpoints belonging to the locality specified.LbEndpointLocalityLbEndpoints. getLbEndpoints(int index)The group of endpoints belonging to the locality specified.LbEndpointLocalityLbEndpointsOrBuilder. getLbEndpoints(int index)The group of endpoints belonging to the locality specified.static LbEndpointLbEndpoint. parseDelimitedFrom(InputStream input)static LbEndpointLbEndpoint. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LbEndpointLbEndpoint. parseFrom(byte[] data)static LbEndpointLbEndpoint. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LbEndpointLbEndpoint. parseFrom(com.google.protobuf.ByteString data)static LbEndpointLbEndpoint. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LbEndpointLbEndpoint. parseFrom(com.google.protobuf.CodedInputStream input)static LbEndpointLbEndpoint. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LbEndpointLbEndpoint. parseFrom(InputStream input)static LbEndpointLbEndpoint. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LbEndpointLbEndpoint. parseFrom(ByteBuffer data)static LbEndpointLbEndpoint. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.api.v2.endpoint that return types with arguments of type LbEndpoint Modifier and Type Method Description List<LbEndpoint>LocalityLbEndpoints.Builder. getLbEndpointsList()The group of endpoints belonging to the locality specified.List<LbEndpoint>LocalityLbEndpoints. getLbEndpointsList()The group of endpoints belonging to the locality specified.List<LbEndpoint>LocalityLbEndpointsOrBuilder. getLbEndpointsList()The group of endpoints belonging to the locality specified.com.google.protobuf.Parser<LbEndpoint>LbEndpoint. getParserForType()static com.google.protobuf.Parser<LbEndpoint>LbEndpoint. parser()Methods in io.envoyproxy.envoy.api.v2.endpoint with parameters of type LbEndpoint Modifier and Type Method Description LocalityLbEndpoints.BuilderLocalityLbEndpoints.Builder. addLbEndpoints(int index, LbEndpoint value)The group of endpoints belonging to the locality specified.LocalityLbEndpoints.BuilderLocalityLbEndpoints.Builder. addLbEndpoints(LbEndpoint value)The group of endpoints belonging to the locality specified.LbEndpoint.BuilderLbEndpoint.Builder. mergeFrom(LbEndpoint other)static LbEndpoint.BuilderLbEndpoint. newBuilder(LbEndpoint prototype)LocalityLbEndpoints.BuilderLocalityLbEndpoints.Builder. setLbEndpoints(int index, LbEndpoint value)The group of endpoints belonging to the locality specified.Method parameters in io.envoyproxy.envoy.api.v2.endpoint with type arguments of type LbEndpoint Modifier and Type Method Description LocalityLbEndpoints.BuilderLocalityLbEndpoints.Builder. addAllLbEndpoints(Iterable<? extends LbEndpoint> values)The group of endpoints belonging to the locality specified.
-