Class VersionsStub (4.12.0)

See more code actions.
public abstract class VersionsStub implements BackgroundResource

Base stub class for the Versions service API.

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

java.lang.Object > VersionsStub
BackgroundResource

Constructors

VersionsStub()

public VersionsStub()

Methods

close()

public abstract void close()

createVersionCallable()

public UnaryCallable<CreateVersionRequest,Version> createVersionCallable()
Returns

deleteVersionCallable()

public UnaryCallable<DeleteVersionRequest,Empty> deleteVersionCallable()
Returns

getLocationCallable()

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

getVersionCallable()

public UnaryCallable<GetVersionRequest,Version> getVersionCallable()
Returns

listLocationsCallable()

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

listLocationsPagedCallable()

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

listVersionsCallable()

public UnaryCallable<ListVersionsRequest,ListVersionsResponse> listVersionsCallable()
Returns

listVersionsPagedCallable()

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

updateVersionCallable()

public UnaryCallable<UpdateVersionRequest,Version> updateVersionCallable()
Returns