Uses of Class
io.envoyproxy.envoy.service.status.v3.ClientConfig
-
Packages that use ClientConfig Package Description io.envoyproxy.envoy.service.status.v3 io.grpc.xds Library for gPRC proxyless service mesh using Envoy xDS protocol. -
-
Uses of ClientConfig in io.envoyproxy.envoy.service.status.v3
Fields in io.envoyproxy.envoy.service.status.v3 declared as ClientConfig Modifier and Type Field Description private static ClientConfig
ClientConfig. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.service.status.v3 with type parameters of type ClientConfig Modifier and Type Field Description private java.util.List<ClientConfig>
ClientStatusResponse.Builder. config_
private java.util.List<ClientConfig>
ClientStatusResponse. config_
private com.google.protobuf.RepeatedFieldBuilder<ClientConfig,ClientConfig.Builder,ClientConfigOrBuilder>
ClientStatusResponse.Builder. configBuilder_
private static com.google.protobuf.Parser<ClientConfig>
ClientConfig. PARSER
Methods in io.envoyproxy.envoy.service.status.v3 that return ClientConfig Modifier and Type Method Description ClientConfig
ClientConfig.Builder. build()
ClientConfig
ClientConfig.Builder. buildPartial()
ClientConfig
ClientStatusResponse.Builder. getConfig(int index)
Client configs for the clients specified in the ClientStatusRequest.ClientConfig
ClientStatusResponse. getConfig(int index)
Client configs for the clients specified in the ClientStatusRequest.ClientConfig
ClientStatusResponseOrBuilder. getConfig(int index)
Client configs for the clients specified in the ClientStatusRequest.static ClientConfig
ClientConfig. getDefaultInstance()
ClientConfig
ClientConfig.Builder. getDefaultInstanceForType()
ClientConfig
ClientConfig. getDefaultInstanceForType()
static ClientConfig
ClientConfig. parseDelimitedFrom(java.io.InputStream input)
static ClientConfig
ClientConfig. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClientConfig
ClientConfig. parseFrom(byte[] data)
static ClientConfig
ClientConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClientConfig
ClientConfig. parseFrom(com.google.protobuf.ByteString data)
static ClientConfig
ClientConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClientConfig
ClientConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static ClientConfig
ClientConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClientConfig
ClientConfig. parseFrom(java.io.InputStream input)
static ClientConfig
ClientConfig. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClientConfig
ClientConfig. parseFrom(java.nio.ByteBuffer data)
static ClientConfig
ClientConfig. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.service.status.v3 that return types with arguments of type ClientConfig Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<ClientConfig,ClientConfig.Builder,ClientConfigOrBuilder>
ClientStatusResponse.Builder. getConfigFieldBuilder()
java.util.List<ClientConfig>
ClientStatusResponse.Builder. getConfigList()
Client configs for the clients specified in the ClientStatusRequest.java.util.List<ClientConfig>
ClientStatusResponse. getConfigList()
Client configs for the clients specified in the ClientStatusRequest.java.util.List<ClientConfig>
ClientStatusResponseOrBuilder. getConfigList()
Client configs for the clients specified in the ClientStatusRequest.com.google.protobuf.Parser<ClientConfig>
ClientConfig. getParserForType()
static com.google.protobuf.Parser<ClientConfig>
ClientConfig. parser()
Methods in io.envoyproxy.envoy.service.status.v3 with parameters of type ClientConfig Modifier and Type Method Description ClientStatusResponse.Builder
ClientStatusResponse.Builder. addConfig(int index, ClientConfig value)
Client configs for the clients specified in the ClientStatusRequest.ClientStatusResponse.Builder
ClientStatusResponse.Builder. addConfig(ClientConfig value)
Client configs for the clients specified in the ClientStatusRequest.private void
ClientConfig.Builder. buildPartial0(ClientConfig result)
private void
ClientConfig.Builder. buildPartialRepeatedFields(ClientConfig result)
ClientConfig.Builder
ClientConfig.Builder. mergeFrom(ClientConfig other)
static ClientConfig.Builder
ClientConfig. newBuilder(ClientConfig prototype)
ClientStatusResponse.Builder
ClientStatusResponse.Builder. setConfig(int index, ClientConfig value)
Client configs for the clients specified in the ClientStatusRequest.Method parameters in io.envoyproxy.envoy.service.status.v3 with type arguments of type ClientConfig Modifier and Type Method Description ClientStatusResponse.Builder
ClientStatusResponse.Builder. addAllConfig(java.lang.Iterable<? extends ClientConfig> values)
Client configs for the clients specified in the ClientStatusRequest. -
Uses of ClientConfig in io.grpc.xds
Methods in io.grpc.xds that return ClientConfig Modifier and Type Method Description (package private) static ClientConfig
CsdsService. getClientConfigForXdsClient(XdsClient xdsClient, java.lang.String target)
private ClientConfig
CsdsService. getConfigForRequest(java.lang.String target)
Method parameters in io.grpc.xds with type arguments of type ClientConfig Modifier and Type Method Description private ClientStatusResponse
CsdsService. getStatusResponse(java.util.List<ClientConfig> clientConfigs)
-