Class LicensesStub (1.6.0-beta)

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

deleteOperationCallable()

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

getCallable()

public UnaryCallable<GetLicenseRequest,License> getCallable()
Returns
TypeDescription
UnaryCallable<GetLicenseRequest,License>

getIamPolicyCallable()

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

insertCallable()

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

insertOperationCallable()

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

listCallable()

public UnaryCallable<ListLicensesRequest,LicensesListResponse> listCallable()
Returns
TypeDescription
UnaryCallable<ListLicensesRequest,LicensesListResponse>

listPagedCallable()

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

setIamPolicyCallable()

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

testIamPermissionsCallable()

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