public static final class ImageVersionsGrpc.ImageVersionsFutureStub extends AbstractFutureStub<ImageVersionsGrpc.ImageVersionsFutureStub>A stub to allow clients to do ListenableFuture-style rpc calls to service ImageVersions.
Readonly service to query available ImageVersions.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > ImageVersionsGrpc.ImageVersionsFutureStubMethods
build(Channel channel, CallOptions callOptions)
protected ImageVersionsGrpc.ImageVersionsFutureStub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
ImageVersionsGrpc.ImageVersionsFutureStub |
|
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
listImageVersions(ListImageVersionsRequest request)
public ListenableFuture<ListImageVersionsResponse> listImageVersions(ListImageVersionsRequest request)List ImageVersions for provided location.
| Parameter | |
|---|---|
| Name | Description |
request |
ListImageVersionsRequest |
| Returns | |
|---|---|
| Type | Description |
com.google.common.util.concurrent.ListenableFuture<ListImageVersionsResponse> |
|