Class VersionsStub (0.20.0)

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.

Inheritance

java.lang.Object > VersionsStub

Implements

BackgroundResource

Constructors

VersionsStub()

public 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
Type Description
OperationsStub

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
Type Description
OperationsStub

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

loadVersionCallable()

public UnaryCallable<LoadVersionRequest,Operation> loadVersionCallable()
Returns

loadVersionOperationCallable()

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

updateVersionCallable()

public UnaryCallable<UpdateVersionRequest,Version> updateVersionCallable()
Returns