| Package | Description |
|---|---|
| io.envoyproxy.envoy.service.status.v3 |
| Modifier and Type | Method and Description |
|---|---|
ClientConfig |
ClientConfig.Builder.build() |
ClientConfig |
ClientConfig.Builder.buildPartial() |
ClientConfig |
ClientStatusResponseOrBuilder.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 |
ClientStatusResponse.Builder.getConfig(int index)
Client configs for the clients specified in the ClientStatusRequest.
|
static ClientConfig |
ClientConfig.getDefaultInstance() |
ClientConfig |
ClientConfig.getDefaultInstanceForType() |
ClientConfig |
ClientConfig.Builder.getDefaultInstanceForType() |
static ClientConfig |
ClientConfig.parseDelimitedFrom(InputStream input) |
static ClientConfig |
ClientConfig.parseDelimitedFrom(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(ByteBuffer data) |
static ClientConfig |
ClientConfig.parseFrom(ByteBuffer 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(InputStream input) |
static ClientConfig |
ClientConfig.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<ClientConfig> |
ClientStatusResponseOrBuilder.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> |
ClientStatusResponse.Builder.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() |
| Modifier and Type | Method and Description |
|---|---|
ClientStatusResponse.Builder |
ClientStatusResponse.Builder.addConfig(ClientConfig value)
Client configs for the clients specified in the ClientStatusRequest.
|
ClientStatusResponse.Builder |
ClientStatusResponse.Builder.addConfig(int index,
ClientConfig value)
Client configs for the clients specified in the ClientStatusRequest.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
ClientStatusResponse.Builder |
ClientStatusResponse.Builder.addAllConfig(Iterable<? extends ClientConfig> values)
Client configs for the clients specified in the ClientStatusRequest.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.