Class HttpJsonUserListGlobalLicenseServiceStub (0.8.0)

public class HttpJsonUserListGlobalLicenseServiceStub extends UserListGlobalLicenseServiceStub

REST stub implementation for the UserListGlobalLicenseService service API.

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

Inheritance

java.lang.Object > UserListGlobalLicenseServiceStub > HttpJsonUserListGlobalLicenseServiceStub

Static Methods

create(UserListGlobalLicenseServiceStubSettings settings)

public static final HttpJsonUserListGlobalLicenseServiceStub create(UserListGlobalLicenseServiceStubSettings settings)
Parameter
Name Description
settings UserListGlobalLicenseServiceStubSettings
Returns
Type Description
HttpJsonUserListGlobalLicenseServiceStub
Exceptions
Type Description
IOException

create(ClientContext clientContext)

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

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

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

getMethodDescriptors()

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

Constructors

HttpJsonUserListGlobalLicenseServiceStub(UserListGlobalLicenseServiceStubSettings settings, ClientContext clientContext)

protected HttpJsonUserListGlobalLicenseServiceStub(UserListGlobalLicenseServiceStubSettings settings, ClientContext clientContext)

Constructs an instance of HttpJsonUserListGlobalLicenseServiceStub, 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 UserListGlobalLicenseServiceStubSettings
clientContext ClientContext

HttpJsonUserListGlobalLicenseServiceStub(UserListGlobalLicenseServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

protected HttpJsonUserListGlobalLicenseServiceStub(UserListGlobalLicenseServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

Constructs an instance of HttpJsonUserListGlobalLicenseServiceStub, 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 UserListGlobalLicenseServiceStubSettings
clientContext ClientContext
callableFactory HttpJsonStubCallableFactory

Methods

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

createUserListGlobalLicenseCallable()

public UnaryCallable<CreateUserListGlobalLicenseRequest,UserListGlobalLicense> createUserListGlobalLicenseCallable()
Returns
Type Description
UnaryCallable<CreateUserListGlobalLicenseRequest,UserListGlobalLicense>
Overrides

getUserListGlobalLicenseCallable()

public UnaryCallable<GetUserListGlobalLicenseRequest,UserListGlobalLicense> getUserListGlobalLicenseCallable()
Returns
Type Description
UnaryCallable<GetUserListGlobalLicenseRequest,UserListGlobalLicense>
Overrides

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

listUserListGlobalLicenseCustomerInfosCallable()

public UnaryCallable<ListUserListGlobalLicenseCustomerInfosRequest,ListUserListGlobalLicenseCustomerInfosResponse> listUserListGlobalLicenseCustomerInfosCallable()
Returns
Type Description
UnaryCallable<ListUserListGlobalLicenseCustomerInfosRequest,ListUserListGlobalLicenseCustomerInfosResponse>
Overrides

listUserListGlobalLicenseCustomerInfosPagedCallable()

public UnaryCallable<ListUserListGlobalLicenseCustomerInfosRequest,UserListGlobalLicenseServiceClient.ListUserListGlobalLicenseCustomerInfosPagedResponse> listUserListGlobalLicenseCustomerInfosPagedCallable()
Returns
Type Description
UnaryCallable<ListUserListGlobalLicenseCustomerInfosRequest,ListUserListGlobalLicenseCustomerInfosPagedResponse>
Overrides

listUserListGlobalLicensesCallable()

public UnaryCallable<ListUserListGlobalLicensesRequest,ListUserListGlobalLicensesResponse> listUserListGlobalLicensesCallable()
Returns
Type Description
UnaryCallable<ListUserListGlobalLicensesRequest,ListUserListGlobalLicensesResponse>
Overrides

listUserListGlobalLicensesPagedCallable()

public UnaryCallable<ListUserListGlobalLicensesRequest,UserListGlobalLicenseServiceClient.ListUserListGlobalLicensesPagedResponse> listUserListGlobalLicensesPagedCallable()
Returns
Type Description
UnaryCallable<ListUserListGlobalLicensesRequest,ListUserListGlobalLicensesPagedResponse>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

updateUserListGlobalLicenseCallable()

public UnaryCallable<UpdateUserListGlobalLicenseRequest,UserListGlobalLicense> updateUserListGlobalLicenseCallable()
Returns
Type Description
UnaryCallable<UpdateUserListGlobalLicenseRequest,UserListGlobalLicense>
Overrides