Uses of Class
io.envoyproxy.envoy.service.status.v3.ClientConfig
Packages that use ClientConfig
Package
Description
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 ClientConfigFields in io.envoyproxy.envoy.service.status.v3 with type parameters of type ClientConfigModifier and TypeFieldDescriptionprivate List<ClientConfig> ClientStatusResponse.Builder.config_private List<ClientConfig> ClientStatusResponse.config_private com.google.protobuf.RepeatedFieldBuilder<ClientConfig, ClientConfig.Builder, ClientConfigOrBuilder> ClientStatusResponse.Builder.configBuilder_private static final com.google.protobuf.Parser<ClientConfig> ClientConfig.PARSERMethods in io.envoyproxy.envoy.service.status.v3 that return ClientConfigModifier and TypeMethodDescriptionClientConfig.Builder.build()ClientConfig.Builder.buildPartial()ClientStatusResponse.Builder.getConfig(int index) Client configs for the clients specified in the ClientStatusRequest.ClientStatusResponse.getConfig(int index) Client configs for the clients specified in the ClientStatusRequest.ClientStatusResponseOrBuilder.getConfig(int index) Client configs for the clients specified in the ClientStatusRequest.static ClientConfigClientConfig.getDefaultInstance()ClientConfig.Builder.getDefaultInstanceForType()ClientConfig.getDefaultInstanceForType()static ClientConfigClientConfig.parseDelimitedFrom(InputStream input) static ClientConfigClientConfig.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClientConfigClientConfig.parseFrom(byte[] data) static ClientConfigClientConfig.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClientConfigClientConfig.parseFrom(com.google.protobuf.ByteString data) static ClientConfigClientConfig.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClientConfigClientConfig.parseFrom(com.google.protobuf.CodedInputStream input) static ClientConfigClientConfig.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClientConfigClientConfig.parseFrom(InputStream input) static ClientConfigClientConfig.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClientConfigClientConfig.parseFrom(ByteBuffer data) static ClientConfigClientConfig.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.service.status.v3 that return types with arguments of type ClientConfigModifier and TypeMethodDescriptionClientStatusResponse.Builder.getConfigList()Client configs for the clients specified in the ClientStatusRequest.ClientStatusResponse.getConfigList()Client configs for the clients specified in the ClientStatusRequest.ClientStatusResponseOrBuilder.getConfigList()Client configs for the clients specified in the ClientStatusRequest.com.google.protobuf.Parser<ClientConfig> ClientConfig.getParserForType()private com.google.protobuf.RepeatedFieldBuilder<ClientConfig, ClientConfig.Builder, ClientConfigOrBuilder> ClientStatusResponse.Builder.internalGetConfigFieldBuilder()static com.google.protobuf.Parser<ClientConfig> ClientConfig.parser()Methods in io.envoyproxy.envoy.service.status.v3 with parameters of type ClientConfigModifier and TypeMethodDescriptionClientStatusResponse.Builder.addConfig(int index, ClientConfig value) Client configs for the clients specified in the ClientStatusRequest.ClientStatusResponse.Builder.addConfig(ClientConfig value) Client configs for the clients specified in the ClientStatusRequest.private voidClientConfig.Builder.buildPartial0(ClientConfig result) private voidClientConfig.Builder.buildPartialRepeatedFields(ClientConfig result) ClientConfig.Builder.mergeFrom(ClientConfig other) static ClientConfig.BuilderClientConfig.newBuilder(ClientConfig prototype) 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 ClientConfigModifier and TypeMethodDescriptionClientStatusResponse.Builder.addAllConfig(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 ClientConfigModifier and TypeMethodDescription(package private) static ClientConfigCsdsService.getClientConfigForXdsClient(XdsClient xdsClient, String target) private ClientConfigCsdsService.getConfigForRequest(String target) Method parameters in io.grpc.xds with type arguments of type ClientConfigModifier and TypeMethodDescriptionprivate ClientStatusResponseCsdsService.getStatusResponse(List<ClientConfig> clientConfigs)