Class XdsKubernetesServiceGrpc.XdsKubernetesServiceStub
java.lang.Object
io.grpc.stub.AbstractStub<XdsKubernetesServiceGrpc.XdsKubernetesServiceStub>
io.grpc.stub.AbstractAsyncStub<XdsKubernetesServiceGrpc.XdsKubernetesServiceStub>
com.linecorp.centraldogma.xds.k8s.v1.XdsKubernetesServiceGrpc.XdsKubernetesServiceStub
- Enclosing class:
XdsKubernetesServiceGrpc
public static final class XdsKubernetesServiceGrpc.XdsKubernetesServiceStub
extends io.grpc.stub.AbstractAsyncStub<XdsKubernetesServiceGrpc.XdsKubernetesServiceStub>
A stub to allow clients to do asynchronous 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) voidcreateKubernetesEndpointAggregator(CreateKubernetesEndpointAggregatorRequest request, io.grpc.stub.StreamObserver<KubernetesEndpointAggregator> responseObserver) voiddeleteKubernetesEndpointAggregator(DeleteKubernetesEndpointAggregatorRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) voidupdateKubernetesEndpointAggregator(UpdateKubernetesEndpointAggregatorRequest request, io.grpc.stub.StreamObserver<KubernetesEndpointAggregator> responseObserver) Methods inherited from class io.grpc.stub.AbstractAsyncStub
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.XdsKubernetesServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<XdsKubernetesServiceGrpc.XdsKubernetesServiceStub>
-
createKubernetesEndpointAggregator
public void createKubernetesEndpointAggregator(CreateKubernetesEndpointAggregatorRequest request, io.grpc.stub.StreamObserver<KubernetesEndpointAggregator> responseObserver) -
updateKubernetesEndpointAggregator
public void updateKubernetesEndpointAggregator(UpdateKubernetesEndpointAggregatorRequest request, io.grpc.stub.StreamObserver<KubernetesEndpointAggregator> responseObserver) -
deleteKubernetesEndpointAggregator
public void deleteKubernetesEndpointAggregator(DeleteKubernetesEndpointAggregatorRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
-