Uses of Class
io.envoyproxy.envoy.service.status.v2.ClientConfig
-
Packages that use ClientConfig Package Description io.envoyproxy.envoy.service.status.v2 -
-
Uses of ClientConfig in io.envoyproxy.envoy.service.status.v2
Methods in io.envoyproxy.envoy.service.status.v2 that return ClientConfig Modifier and Type Method Description ClientConfigClientConfig.Builder. build()ClientConfigClientConfig.Builder. buildPartial()ClientConfigClientStatusResponse.Builder. getConfig(int index)Client configs for the clients specified in the ClientStatusRequest.ClientConfigClientStatusResponse. getConfig(int index)Client configs for the clients specified in the ClientStatusRequest.ClientConfigClientStatusResponseOrBuilder. getConfig(int index)Client configs for the clients specified in the ClientStatusRequest.static ClientConfigClientConfig. getDefaultInstance()ClientConfigClientConfig.Builder. getDefaultInstanceForType()ClientConfigClientConfig. 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.v2 that return types with arguments of type ClientConfig Modifier and Type Method Description List<ClientConfig>ClientStatusResponse.Builder. getConfigList()Client configs for the clients specified in the ClientStatusRequest.List<ClientConfig>ClientStatusResponse. getConfigList()Client configs for the clients specified in the ClientStatusRequest.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.v2 with parameters of type ClientConfig Modifier and Type Method Description ClientStatusResponse.BuilderClientStatusResponse.Builder. addConfig(int index, ClientConfig value)Client configs for the clients specified in the ClientStatusRequest.ClientStatusResponse.BuilderClientStatusResponse.Builder. addConfig(ClientConfig value)Client configs for the clients specified in the ClientStatusRequest.ClientConfig.BuilderClientConfig.Builder. mergeFrom(ClientConfig other)static ClientConfig.BuilderClientConfig. newBuilder(ClientConfig prototype)ClientStatusResponse.BuilderClientStatusResponse.Builder. setConfig(int index, ClientConfig value)Client configs for the clients specified in the ClientStatusRequest.Method parameters in io.envoyproxy.envoy.service.status.v2 with type arguments of type ClientConfig Modifier and Type Method Description ClientStatusResponse.BuilderClientStatusResponse.Builder. addAllConfig(Iterable<? extends ClientConfig> values)Client configs for the clients specified in the ClientStatusRequest.
-