Class GrpcVersionsStub (0.52.0)

public class GrpcVersionsStub extends VersionsStub

gRPC stub implementation for the Versions service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > VersionsStub > GrpcVersionsStub

Static Methods

create(ClientContext clientContext)

public static final GrpcVersionsStub create(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext
Returns
TypeDescription
GrpcVersionsStub
Exceptions
TypeDescription
IOException

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

public static final GrpcVersionsStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Parameters
NameDescription
clientContextClientContext
callableFactoryGrpcStubCallableFactory
Returns
TypeDescription
GrpcVersionsStub
Exceptions
TypeDescription
IOException

create(VersionsStubSettings settings)

public static final GrpcVersionsStub create(VersionsStubSettings settings)
Parameter
NameDescription
settingsVersionsStubSettings
Returns
TypeDescription
GrpcVersionsStub
Exceptions
TypeDescription
IOException

Constructors

GrpcVersionsStub(VersionsStubSettings settings, ClientContext clientContext)

protected GrpcVersionsStub(VersionsStubSettings settings, ClientContext clientContext)

Constructs an instance of GrpcVersionsStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
NameDescription
settingsVersionsStubSettings
clientContextClientContext

GrpcVersionsStub(VersionsStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

protected GrpcVersionsStub(VersionsStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

Constructs an instance of GrpcVersionsStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
NameDescription
settingsVersionsStubSettings
clientContextClientContext
callableFactoryGrpcStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
NameDescription
durationlong
unitTimeUnit
Returns
TypeDescription
boolean
Exceptions
TypeDescription
InterruptedException

close()

public final void close()
Overrides

compareVersionsCallable()

public UnaryCallable<CompareVersionsRequest,CompareVersionsResponse> compareVersionsCallable()
Returns
TypeDescription
UnaryCallable<CompareVersionsRequest,CompareVersionsResponse>
Overrides

createVersionCallable()

public UnaryCallable<CreateVersionRequest,Operation> createVersionCallable()
Returns
TypeDescription
UnaryCallable<CreateVersionRequest,Operation>
Overrides

createVersionOperationCallable()

public OperationCallable<CreateVersionRequest,Version,CreateVersionOperationMetadata> createVersionOperationCallable()
Returns
TypeDescription
OperationCallable<CreateVersionRequest,Version,CreateVersionOperationMetadata>
Overrides

deleteVersionCallable()

public UnaryCallable<DeleteVersionRequest,Empty> deleteVersionCallable()
Returns
TypeDescription
UnaryCallable<DeleteVersionRequest,Empty>
Overrides

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>
Overrides

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
TypeDescription
GrpcOperationsStub
Overrides

getVersionCallable()

public UnaryCallable<GetVersionRequest,Version> getVersionCallable()
Returns
TypeDescription
UnaryCallable<GetVersionRequest,Version>
Overrides

isShutdown()

public boolean isShutdown()
Returns
TypeDescription
boolean

isTerminated()

public boolean isTerminated()
Returns
TypeDescription
boolean

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>
Overrides

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,VersionsClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>
Overrides

listVersionsCallable()

public UnaryCallable<ListVersionsRequest,ListVersionsResponse> listVersionsCallable()
Returns
TypeDescription
UnaryCallable<ListVersionsRequest,ListVersionsResponse>
Overrides

listVersionsPagedCallable()

public UnaryCallable<ListVersionsRequest,VersionsClient.ListVersionsPagedResponse> listVersionsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListVersionsRequest,ListVersionsPagedResponse>
Overrides

loadVersionCallable()

public UnaryCallable<LoadVersionRequest,Operation> loadVersionCallable()
Returns
TypeDescription
UnaryCallable<LoadVersionRequest,Operation>
Overrides

loadVersionOperationCallable()

public OperationCallable<LoadVersionRequest,Empty,Struct> loadVersionOperationCallable()
Returns
TypeDescription
OperationCallable<LoadVersionRequest,Empty,Struct>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

updateVersionCallable()

public UnaryCallable<UpdateVersionRequest,Version> updateVersionCallable()
Returns
TypeDescription
UnaryCallable<UpdateVersionRequest,Version>
Overrides