Class HttpJsonLicenseManagementServiceStub (0.51.0)

public class HttpJsonLicenseManagementServiceStub extends LicenseManagementServiceStub

REST stub implementation for the LicenseManagementService service API.

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

Inheritance

java.lang.Object > LicenseManagementServiceStub > HttpJsonLicenseManagementServiceStub

Static Methods

create(ClientContext clientContext)

public static final HttpJsonLicenseManagementServiceStub create(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext
Returns
Type Description
HttpJsonLicenseManagementServiceStub
Exceptions
Type Description
IOException

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

public static final HttpJsonLicenseManagementServiceStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters
Name Description
clientContext ClientContext
callableFactory HttpJsonStubCallableFactory
Returns
Type Description
HttpJsonLicenseManagementServiceStub
Exceptions
Type Description
IOException

create(LicenseManagementServiceStubSettings settings)

public static final HttpJsonLicenseManagementServiceStub create(LicenseManagementServiceStubSettings settings)
Parameter
Name Description
settings LicenseManagementServiceStubSettings
Returns
Type Description
HttpJsonLicenseManagementServiceStub
Exceptions
Type Description
IOException

getMethodDescriptors()

public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
Type Description
List<ApiMethodDescriptor>

Constructors

HttpJsonLicenseManagementServiceStub(LicenseManagementServiceStubSettings settings, ClientContext clientContext)

protected HttpJsonLicenseManagementServiceStub(LicenseManagementServiceStubSettings settings, ClientContext clientContext)

Constructs an instance of HttpJsonLicenseManagementServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
Name Description
settings LicenseManagementServiceStubSettings
clientContext ClientContext

HttpJsonLicenseManagementServiceStub(LicenseManagementServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

protected HttpJsonLicenseManagementServiceStub(LicenseManagementServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

Constructs an instance of HttpJsonLicenseManagementServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
Name Description
settings LicenseManagementServiceStubSettings
clientContext ClientContext
callableFactory HttpJsonStubCallableFactory

Methods

assignCallable()

public UnaryCallable<AssignRequest,AssignResponse> assignCallable()
Returns
Type Description
UnaryCallable<AssignRequest,AssignResponse>
Overrides

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
Name Description
duration long
unit TimeUnit
Returns
Type Description
boolean
Exceptions
Type Description
InterruptedException

close()

public final void close()
Overrides

enumerateLicensedUsersCallable()

public UnaryCallable<EnumerateLicensedUsersRequest,EnumerateLicensedUsersResponse> enumerateLicensedUsersCallable()
Returns
Type Description
UnaryCallable<EnumerateLicensedUsersRequest,EnumerateLicensedUsersResponse>
Overrides

enumerateLicensedUsersPagedCallable()

public UnaryCallable<EnumerateLicensedUsersRequest,LicenseManagementServiceClient.EnumerateLicensedUsersPagedResponse> enumerateLicensedUsersPagedCallable()
Returns
Type Description
UnaryCallable<EnumerateLicensedUsersRequest,EnumerateLicensedUsersPagedResponse>
Overrides

getLicensePoolCallable()

public UnaryCallable<GetLicensePoolRequest,LicensePool> getLicensePoolCallable()
Returns
Type Description
UnaryCallable<GetLicensePoolRequest,LicensePool>
Overrides

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

unassignCallable()

public UnaryCallable<UnassignRequest,UnassignResponse> unassignCallable()
Returns
Type Description
UnaryCallable<UnassignRequest,UnassignResponse>
Overrides

updateLicensePoolCallable()

public UnaryCallable<UpdateLicensePoolRequest,LicensePool> updateLicensePoolCallable()
Returns
Type Description
UnaryCallable<UpdateLicensePoolRequest,LicensePool>
Overrides