Class LicensesStub (1.7.2)

public abstract class LicensesStub implements BackgroundResource

Base stub class for the Licenses service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > LicensesStub

Implements

BackgroundResource

Constructors

LicensesStub()

public LicensesStub()

Methods

close()

public abstract void close()

deleteCallable()

public UnaryCallable<DeleteLicenseRequest,Operation> deleteCallable()
Returns

deleteOperationCallable()

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

getCallable()

public UnaryCallable<GetLicenseRequest,License> getCallable()
Returns

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyLicenseRequest,Policy> getIamPolicyCallable()
Returns

insertCallable()

public UnaryCallable<InsertLicenseRequest,Operation> insertCallable()
Returns

insertOperationCallable()

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

listCallable()

public UnaryCallable<ListLicensesRequest,LicensesListResponse> listCallable()
Returns

listPagedCallable()

public UnaryCallable<ListLicensesRequest,LicensesClient.ListPagedResponse> listPagedCallable()
Returns

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyLicenseRequest,Policy> setIamPolicyCallable()
Returns

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsLicenseRequest,TestPermissionsResponse> testIamPermissionsCallable()
Returns