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
TypeDescription
UnaryCallable<DeleteImageRequest,Operation>

deleteOperationCallable()

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

deprecateCallable()

public UnaryCallable<DeprecateImageRequest,Operation> deprecateCallable()
Returns
TypeDescription
UnaryCallable<DeprecateImageRequest,Operation>

deprecateOperationCallable()

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

getCallable()

public UnaryCallable<GetImageRequest,Image> getCallable()
Returns
TypeDescription
UnaryCallable<GetImageRequest,Image>

getFromFamilyCallable()

public UnaryCallable<GetFromFamilyImageRequest,Image> getFromFamilyCallable()
Returns
TypeDescription
UnaryCallable<GetFromFamilyImageRequest,Image>

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyImageRequest,Policy> getIamPolicyCallable()
Returns
TypeDescription
UnaryCallable<GetIamPolicyImageRequest,Policy>

insertCallable()

public UnaryCallable<InsertImageRequest,Operation> insertCallable()
Returns
TypeDescription
UnaryCallable<InsertImageRequest,Operation>

insertOperationCallable()

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

listCallable()

public UnaryCallable<ListImagesRequest,ImageList> listCallable()
Returns
TypeDescription
UnaryCallable<ListImagesRequest,ImageList>

listPagedCallable()

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

patchCallable()

public UnaryCallable<PatchImageRequest,Operation> patchCallable()
Returns
TypeDescription
UnaryCallable<PatchImageRequest,Operation>

patchOperationCallable()

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

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyImageRequest,Policy> setIamPolicyCallable()
Returns
TypeDescription
UnaryCallable<SetIamPolicyImageRequest,Policy>

setLabelsCallable()

public UnaryCallable<SetLabelsImageRequest,Operation> setLabelsCallable()
Returns
TypeDescription
UnaryCallable<SetLabelsImageRequest,Operation>

setLabelsOperationCallable()

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

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsImageRequest,TestPermissionsResponse> testIamPermissionsCallable()
Returns
TypeDescription
UnaryCallable<TestIamPermissionsImageRequest,TestPermissionsResponse>