Class VersionsStub (0.54.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
Type Description
UnaryCallable<CompareVersionsRequest,CompareVersionsResponse>

createVersionCallable()

public UnaryCallable<CreateVersionRequest,Operation> createVersionCallable()
Returns
Type Description
UnaryCallable<CreateVersionRequest,Operation>

createVersionOperationCallable()

public OperationCallable<CreateVersionRequest,Version,CreateVersionOperationMetadata> createVersionOperationCallable()
Returns
Type Description
OperationCallable<CreateVersionRequest,Version,CreateVersionOperationMetadata>

deleteVersionCallable()

public UnaryCallable<DeleteVersionRequest,Empty> deleteVersionCallable()
Returns
Type Description
UnaryCallable<DeleteVersionRequest,Empty>

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
Type Description
UnaryCallable<GetVersionRequest,Version>

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
Type Description
UnaryCallable<ListVersionsRequest,ListVersionsResponse>

listVersionsPagedCallable()

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

loadVersionCallable()

public UnaryCallable<LoadVersionRequest,Operation> loadVersionCallable()
Returns
Type Description
UnaryCallable<LoadVersionRequest,Operation>

loadVersionOperationCallable()

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

updateVersionCallable()

public UnaryCallable<UpdateVersionRequest,Version> updateVersionCallable()
Returns
Type Description
UnaryCallable<UpdateVersionRequest,Version>