Class HttpJsonLicenseCodesStub (1.51.0)

public class HttpJsonLicenseCodesStub extends LicenseCodesStub

REST stub implementation for the LicenseCodes service API.

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

Inheritance

java.lang.Object > LicenseCodesStub > HttpJsonLicenseCodesStub

Static Methods

create(ClientContext clientContext)

public static final HttpJsonLicenseCodesStub create(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext
Returns
TypeDescription
HttpJsonLicenseCodesStub
Exceptions
TypeDescription
IOException

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

public static final HttpJsonLicenseCodesStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters
NameDescription
clientContextClientContext
callableFactoryHttpJsonStubCallableFactory
Returns
TypeDescription
HttpJsonLicenseCodesStub
Exceptions
TypeDescription
IOException

create(LicenseCodesStubSettings settings)

public static final HttpJsonLicenseCodesStub create(LicenseCodesStubSettings settings)
Parameter
NameDescription
settingsLicenseCodesStubSettings
Returns
TypeDescription
HttpJsonLicenseCodesStub
Exceptions
TypeDescription
IOException

getMethodDescriptors()

public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
TypeDescription
List<ApiMethodDescriptor>

Constructors

HttpJsonLicenseCodesStub(LicenseCodesStubSettings settings, ClientContext clientContext)

protected HttpJsonLicenseCodesStub(LicenseCodesStubSettings settings, ClientContext clientContext)

Constructs an instance of HttpJsonLicenseCodesStub, 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
NameDescription
settingsLicenseCodesStubSettings
clientContextClientContext

HttpJsonLicenseCodesStub(LicenseCodesStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

protected HttpJsonLicenseCodesStub(LicenseCodesStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

Constructs an instance of HttpJsonLicenseCodesStub, 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
NameDescription
settingsLicenseCodesStubSettings
clientContextClientContext
callableFactoryHttpJsonStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
NameDescription
durationlong
unitTimeUnit
Returns
TypeDescription
boolean
Exceptions
TypeDescription
InterruptedException

close()

public final void close()
Overrides

getCallable()

public UnaryCallable<GetLicenseCodeRequest,LicenseCode> getCallable()
Returns
TypeDescription
UnaryCallable<GetLicenseCodeRequest,LicenseCode>
Overrides

isShutdown()

public boolean isShutdown()
Returns
TypeDescription
boolean

isTerminated()

public boolean isTerminated()
Returns
TypeDescription
boolean

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsLicenseCodeRequest,TestPermissionsResponse> testIamPermissionsCallable()
Returns
TypeDescription
UnaryCallable<TestIamPermissionsLicenseCodeRequest,TestPermissionsResponse>
Overrides