Class ImagesStub (1.6.0-beta)

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.

Inheritance

java.lang.Object > ImagesStub

Implements

BackgroundResource

Constructors

ImagesStub()

public ImagesStub()

Methods

close()

public abstract void close()

deleteCallable()

public UnaryCallable<DeleteImageRequest,Operation> deleteCallable()
Returns

deleteOperationCallable()

public OperationCallable<DeleteImageRequest,Operation,Operation> deleteOperationCallable()
Returns

deprecateCallable()

public UnaryCallable<DeprecateImageRequest,Operation> deprecateCallable()
Returns

deprecateOperationCallable()

public OperationCallable<DeprecateImageRequest,Operation,Operation> deprecateOperationCallable()
Returns

getCallable()

public UnaryCallable<GetImageRequest,Image> getCallable()
Returns

getFromFamilyCallable()

public UnaryCallable<GetFromFamilyImageRequest,Image> getFromFamilyCallable()
Returns

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyImageRequest,Policy> getIamPolicyCallable()
Returns

insertCallable()

public UnaryCallable<InsertImageRequest,Operation> insertCallable()
Returns

insertOperationCallable()

public OperationCallable<InsertImageRequest,Operation,Operation> insertOperationCallable()
Returns

listCallable()

public UnaryCallable<ListImagesRequest,ImageList> listCallable()
Returns

listPagedCallable()

public UnaryCallable<ListImagesRequest,ImagesClient.ListPagedResponse> listPagedCallable()
Returns

patchCallable()

public UnaryCallable<PatchImageRequest,Operation> patchCallable()
Returns

patchOperationCallable()

public OperationCallable<PatchImageRequest,Operation,Operation> patchOperationCallable()
Returns

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyImageRequest,Policy> setIamPolicyCallable()
Returns

setLabelsCallable()

public UnaryCallable<SetLabelsImageRequest,Operation> setLabelsCallable()
Returns

setLabelsOperationCallable()

public OperationCallable<SetLabelsImageRequest,Operation,Operation> setLabelsOperationCallable()
Returns

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsImageRequest,TestPermissionsResponse> testIamPermissionsCallable()
Returns