Class LicenseConfigServiceStub (0.90.0)

public abstract class LicenseConfigServiceStub implements BackgroundResource

Base stub class for the LicenseConfigService service API.

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

Inheritance

java.lang.Object > LicenseConfigServiceStub

Implements

BackgroundResource

Constructors

LicenseConfigServiceStub()

public LicenseConfigServiceStub()

Methods

close()

public abstract void close()

createLicenseConfigCallable()

public UnaryCallable<CreateLicenseConfigRequest,LicenseConfig> createLicenseConfigCallable()
Returns
Type Description
UnaryCallable<CreateLicenseConfigRequest,LicenseConfig>

distributeLicenseConfigCallable()

public UnaryCallable<DistributeLicenseConfigRequest,DistributeLicenseConfigResponse> distributeLicenseConfigCallable()
Returns
Type Description
UnaryCallable<DistributeLicenseConfigRequest,DistributeLicenseConfigResponse>

getLicenseConfigCallable()

public UnaryCallable<GetLicenseConfigRequest,LicenseConfig> getLicenseConfigCallable()
Returns
Type Description
UnaryCallable<GetLicenseConfigRequest,LicenseConfig>

listLicenseConfigsCallable()

public UnaryCallable<ListLicenseConfigsRequest,ListLicenseConfigsResponse> listLicenseConfigsCallable()
Returns
Type Description
UnaryCallable<ListLicenseConfigsRequest,ListLicenseConfigsResponse>

listLicenseConfigsPagedCallable()

public UnaryCallable<ListLicenseConfigsRequest,LicenseConfigServiceClient.ListLicenseConfigsPagedResponse> listLicenseConfigsPagedCallable()
Returns
Type Description
UnaryCallable<ListLicenseConfigsRequest,ListLicenseConfigsPagedResponse>

retractLicenseConfigCallable()

public UnaryCallable<RetractLicenseConfigRequest,RetractLicenseConfigResponse> retractLicenseConfigCallable()
Returns
Type Description
UnaryCallable<RetractLicenseConfigRequest,RetractLicenseConfigResponse>

updateLicenseConfigCallable()

public UnaryCallable<UpdateLicenseConfigRequest,LicenseConfig> updateLicenseConfigCallable()
Returns
Type Description
UnaryCallable<UpdateLicenseConfigRequest,LicenseConfig>