public abstract class ImagesStub implements BackgroundResource
Base stub class for the Images service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
ImagesStub()
Methods
close()
public abstract void close()
deleteCallable()
public UnaryCallable<DeleteImageRequest,Operation> deleteCallable()
deleteOperationCallable()
public OperationCallable<DeleteImageRequest,Operation,Operation> deleteOperationCallable()
deprecateCallable()
public UnaryCallable<DeprecateImageRequest,Operation> deprecateCallable()
deprecateOperationCallable()
public OperationCallable<DeprecateImageRequest,Operation,Operation> deprecateOperationCallable()
getCallable()
public UnaryCallable<GetImageRequest,Image> getCallable()
getFromFamilyCallable()
public UnaryCallable<GetFromFamilyImageRequest,Image> getFromFamilyCallable()
getIamPolicyCallable()
public UnaryCallable<GetIamPolicyImageRequest,Policy> getIamPolicyCallable()
insertCallable()
public UnaryCallable<InsertImageRequest,Operation> insertCallable()
insertOperationCallable()
public OperationCallable<InsertImageRequest,Operation,Operation> insertOperationCallable()
listCallable()
public UnaryCallable<ListImagesRequest,ImageList> listCallable()
listPagedCallable()
public UnaryCallable<ListImagesRequest,ImagesClient.ListPagedResponse> listPagedCallable()
patchCallable()
public UnaryCallable<PatchImageRequest,Operation> patchCallable()
patchOperationCallable()
public OperationCallable<PatchImageRequest,Operation,Operation> patchOperationCallable()
setIamPolicyCallable()
public UnaryCallable<SetIamPolicyImageRequest,Policy> setIamPolicyCallable()
setLabelsCallable()
public UnaryCallable<SetLabelsImageRequest,Operation> setLabelsCallable()
setLabelsOperationCallable()
public OperationCallable<SetLabelsImageRequest,Operation,Operation> setLabelsOperationCallable()
testIamPermissionsCallable()
public UnaryCallable<TestIamPermissionsImageRequest,TestPermissionsResponse> testIamPermissionsCallable()