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.
Constructors
VersionsStub()
Methods
close()
public abstract void close()
compareVersionsCallable()
public UnaryCallable<CompareVersionsRequest,CompareVersionsResponse> compareVersionsCallable()
Returns
createVersionCallable()
public UnaryCallable<CreateVersionRequest,Operation> createVersionCallable()
Returns
createVersionOperationCallable()
public OperationCallable<CreateVersionRequest,Version,CreateVersionOperationMetadata> createVersionOperationCallable()
Returns
deleteVersionCallable()
public UnaryCallable<DeleteVersionRequest,Empty> deleteVersionCallable()
Returns
getHttpJsonOperationsStub()
public OperationsStub getHttpJsonOperationsStub()
Returns
getLocationCallable()
public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
Type |
Description |
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
|
getOperationsStub()
public OperationsStub getOperationsStub()
Returns
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
listVersionsCallable()
public UnaryCallable<ListVersionsRequest,ListVersionsResponse> listVersionsCallable()
Returns
listVersionsPagedCallable()
public UnaryCallable<ListVersionsRequest,VersionsClient.ListVersionsPagedResponse> listVersionsPagedCallable()
Returns
loadVersionCallable()
public UnaryCallable<LoadVersionRequest,Operation> loadVersionCallable()
Returns
loadVersionOperationCallable()
public OperationCallable<LoadVersionRequest,Empty,Struct> loadVersionOperationCallable()
Returns
updateVersionCallable()
public UnaryCallable<UpdateVersionRequest,Version> updateVersionCallable()
Returns