Class VersionsStub (0.52.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
TypeDescription
UnaryCallable<CompareVersionsRequest,CompareVersionsResponse>

createVersionCallable()

public UnaryCallable<CreateVersionRequest,Operation> createVersionCallable()
Returns
TypeDescription
UnaryCallable<CreateVersionRequest,Operation>

createVersionOperationCallable()

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

deleteVersionCallable()

public UnaryCallable<DeleteVersionRequest,Empty> deleteVersionCallable()
Returns
TypeDescription
UnaryCallable<DeleteVersionRequest,Empty>

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
TypeDescription
OperationsStub

getLocationCallable()

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

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

getVersionCallable()

public UnaryCallable<GetVersionRequest,Version> getVersionCallable()
Returns
TypeDescription
UnaryCallable<GetVersionRequest,Version>

listLocationsCallable()

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

listLocationsPagedCallable()

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

listVersionsCallable()

public UnaryCallable<ListVersionsRequest,ListVersionsResponse> listVersionsCallable()
Returns
TypeDescription
UnaryCallable<ListVersionsRequest,ListVersionsResponse>

listVersionsPagedCallable()

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

loadVersionCallable()

public UnaryCallable<LoadVersionRequest,Operation> loadVersionCallable()
Returns
TypeDescription
UnaryCallable<LoadVersionRequest,Operation>

loadVersionOperationCallable()

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

updateVersionCallable()

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