Class XdsKubernetesServiceGrpc.XdsKubernetesServiceFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<XdsKubernetesServiceGrpc.XdsKubernetesServiceFutureStub>
io.grpc.stub.AbstractFutureStub<XdsKubernetesServiceGrpc.XdsKubernetesServiceFutureStub>
com.linecorp.centraldogma.xds.k8s.v1.XdsKubernetesServiceGrpc.XdsKubernetesServiceFutureStub
- Enclosing class:
XdsKubernetesServiceGrpc
public static final class XdsKubernetesServiceGrpc.XdsKubernetesServiceFutureStub
extends io.grpc.stub.AbstractFutureStub<XdsKubernetesServiceGrpc.XdsKubernetesServiceFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service XdsKubernetesService.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T> -
Method Summary
Modifier and TypeMethodDescriptionbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) com.google.common.util.concurrent.ListenableFuture<KubernetesEndpointAggregator> com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> com.google.common.util.concurrent.ListenableFuture<KubernetesEndpointAggregator> Methods inherited from class io.grpc.stub.AbstractFutureStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected XdsKubernetesServiceGrpc.XdsKubernetesServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<XdsKubernetesServiceGrpc.XdsKubernetesServiceFutureStub>
-
createKubernetesEndpointAggregator
public com.google.common.util.concurrent.ListenableFuture<KubernetesEndpointAggregator> createKubernetesEndpointAggregator(CreateKubernetesEndpointAggregatorRequest request) -
updateKubernetesEndpointAggregator
public com.google.common.util.concurrent.ListenableFuture<KubernetesEndpointAggregator> updateKubernetesEndpointAggregator(UpdateKubernetesEndpointAggregatorRequest request) -
deleteKubernetesEndpointAggregator
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> deleteKubernetesEndpointAggregator(DeleteKubernetesEndpointAggregatorRequest request)
-