@BetaApi @Generated(value="by gapic-generator-java") public abstract class VersionsStub extends Object implements BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
Constructor and Description |
---|
VersionsStub() |
Modifier and Type | Method and Description |
---|---|
abstract void |
close() |
UnaryCallable<CreateVersionRequest,Version> |
createVersionCallable() |
UnaryCallable<DeleteVersionRequest,Empty> |
deleteVersionCallable() |
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getLocationCallable() |
UnaryCallable<GetVersionRequest,Version> |
getVersionCallable() |
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> |
listLocationsCallable() |
UnaryCallable<com.google.cloud.location.ListLocationsRequest,VersionsClient.ListLocationsPagedResponse> |
listLocationsPagedCallable() |
UnaryCallable<ListVersionsRequest,ListVersionsResponse> |
listVersionsCallable() |
UnaryCallable<ListVersionsRequest,VersionsClient.ListVersionsPagedResponse> |
listVersionsPagedCallable() |
UnaryCallable<UpdateVersionRequest,Version> |
updateVersionCallable() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
public UnaryCallable<ListVersionsRequest,VersionsClient.ListVersionsPagedResponse> listVersionsPagedCallable()
public UnaryCallable<ListVersionsRequest,ListVersionsResponse> listVersionsCallable()
public UnaryCallable<GetVersionRequest,Version> getVersionCallable()
public UnaryCallable<CreateVersionRequest,Version> createVersionCallable()
public UnaryCallable<UpdateVersionRequest,Version> updateVersionCallable()
public UnaryCallable<DeleteVersionRequest,Empty> deleteVersionCallable()
public UnaryCallable<com.google.cloud.location.ListLocationsRequest,VersionsClient.ListLocationsPagedResponse> listLocationsPagedCallable()
public UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> listLocationsCallable()
public UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationCallable()
public abstract void close()
close
in interface AutoCloseable
Copyright © 2022 Google LLC. All rights reserved.