Class HttpJsonVersionsStub (4.47.0)

public class HttpJsonVersionsStub extends VersionsStub

REST stub implementation for the Versions service API.

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

Inheritance

java.lang.Object > VersionsStub > HttpJsonVersionsStub

Static Methods

create(ClientContext clientContext)

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

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

public static final HttpJsonVersionsStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters
NameDescription
clientContextClientContext
callableFactoryHttpJsonStubCallableFactory
Returns
TypeDescription
HttpJsonVersionsStub
Exceptions
TypeDescription
IOException

create(VersionsStubSettings settings)

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

getMethodDescriptors()

public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
TypeDescription
List<ApiMethodDescriptor>

Constructors

HttpJsonVersionsStub(VersionsStubSettings settings, ClientContext clientContext)

protected HttpJsonVersionsStub(VersionsStubSettings settings, ClientContext clientContext)

Constructs an instance of HttpJsonVersionsStub, 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

HttpJsonVersionsStub(VersionsStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

protected HttpJsonVersionsStub(VersionsStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

Constructs an instance of HttpJsonVersionsStub, 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
callableFactoryHttpJsonStubCallableFactory

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

createVersionCallable()

public UnaryCallable<CreateVersionRequest,Version> createVersionCallable()
Returns
TypeDescription
UnaryCallable<CreateVersionRequest,Version>
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

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

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

updateVersionCallable()

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