| Modifier and Type | Method and Description |
|---|---|
Messages.ClientConfigureResponse |
Messages.ClientConfigureResponse.Builder.build() |
Messages.ClientConfigureResponse |
Messages.ClientConfigureResponse.Builder.buildPartial() |
Messages.ClientConfigureResponse |
XdsUpdateClientConfigureServiceGrpc.XdsUpdateClientConfigureServiceBlockingStub.configure(Messages.ClientConfigureRequest request)
Update the tes client's configuration.
|
static Messages.ClientConfigureResponse |
Messages.ClientConfigureResponse.getDefaultInstance() |
Messages.ClientConfigureResponse |
Messages.ClientConfigureResponse.getDefaultInstanceForType() |
Messages.ClientConfigureResponse |
Messages.ClientConfigureResponse.Builder.getDefaultInstanceForType() |
static Messages.ClientConfigureResponse |
Messages.ClientConfigureResponse.parseDelimitedFrom(InputStream input) |
static Messages.ClientConfigureResponse |
Messages.ClientConfigureResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.ClientConfigureResponse |
Messages.ClientConfigureResponse.parseFrom(byte[] data) |
static Messages.ClientConfigureResponse |
Messages.ClientConfigureResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.ClientConfigureResponse |
Messages.ClientConfigureResponse.parseFrom(ByteBuffer data) |
static Messages.ClientConfigureResponse |
Messages.ClientConfigureResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.ClientConfigureResponse |
Messages.ClientConfigureResponse.parseFrom(com.google.protobuf.ByteString data) |
static Messages.ClientConfigureResponse |
Messages.ClientConfigureResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.ClientConfigureResponse |
Messages.ClientConfigureResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static Messages.ClientConfigureResponse |
Messages.ClientConfigureResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.ClientConfigureResponse |
Messages.ClientConfigureResponse.parseFrom(InputStream input) |
static Messages.ClientConfigureResponse |
Messages.ClientConfigureResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Messages.ClientConfigureResponse> |
XdsUpdateClientConfigureServiceGrpc.XdsUpdateClientConfigureServiceFutureStub.configure(Messages.ClientConfigureRequest request)
Update the tes client's configuration.
|
static io.grpc.MethodDescriptor<Messages.ClientConfigureRequest,Messages.ClientConfigureResponse> |
XdsUpdateClientConfigureServiceGrpc.getConfigureMethod() |
com.google.protobuf.Parser<Messages.ClientConfigureResponse> |
Messages.ClientConfigureResponse.getParserForType() |
static com.google.protobuf.Parser<Messages.ClientConfigureResponse> |
Messages.ClientConfigureResponse.parser() |
| Modifier and Type | Method and Description |
|---|---|
Messages.ClientConfigureResponse.Builder |
Messages.ClientConfigureResponse.Builder.mergeFrom(Messages.ClientConfigureResponse other) |
static Messages.ClientConfigureResponse.Builder |
Messages.ClientConfigureResponse.newBuilder(Messages.ClientConfigureResponse prototype) |
| Modifier and Type | Method and Description |
|---|---|
default void |
XdsUpdateClientConfigureServiceGrpc.AsyncService.configure(Messages.ClientConfigureRequest request,
io.grpc.stub.StreamObserver<Messages.ClientConfigureResponse> responseObserver)
Update the tes client's configuration.
|
void |
XdsUpdateClientConfigureServiceGrpc.XdsUpdateClientConfigureServiceStub.configure(Messages.ClientConfigureRequest request,
io.grpc.stub.StreamObserver<Messages.ClientConfigureResponse> responseObserver)
Update the tes client's configuration.
|