Class ImageVersionsGrpc.ImageVersionsFutureStub (1.41.0)

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.ImageVersionsFutureStub

Methods

build(Channel channel, CallOptions callOptions)

protected ImageVersionsGrpc.ImageVersionsFutureStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
ImageVersionsGrpc.ImageVersionsFutureStub
Overrides
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
NameDescription
requestListImageVersionsRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<ListImageVersionsResponse>