public static final class ImageVersionsGrpc.ImageVersionsStub extends AbstractAsyncStub<ImageVersionsGrpc.ImageVersionsStub>A stub to allow clients to do asynchronous rpc calls to service ImageVersions.
Readonly service to query available ImageVersions.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > ImageVersionsGrpc.ImageVersionsStubMethods
build(Channel channel, CallOptions callOptions)
protected ImageVersionsGrpc.ImageVersionsStub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
ImageVersionsGrpc.ImageVersionsStub |
|
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
listImageVersions(ListImageVersionsRequest request, StreamObserver<ListImageVersionsResponse> responseObserver)
public void listImageVersions(ListImageVersionsRequest request, StreamObserver<ListImageVersionsResponse> responseObserver)List ImageVersions for provided location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListImageVersionsRequest |
responseObserver |
io.grpc.stub.StreamObserver<ListImageVersionsResponse> |