Class GrpcUserListGlobalLicenseServiceStub (0.8.0)

public class GrpcUserListGlobalLicenseServiceStub extends UserListGlobalLicenseServiceStub

gRPC stub implementation for the UserListGlobalLicenseService service API.

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

Inheritance

java.lang.Object > UserListGlobalLicenseServiceStub > GrpcUserListGlobalLicenseServiceStub

Static Methods

create(UserListGlobalLicenseServiceStubSettings settings)

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

create(ClientContext clientContext)

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

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

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

Constructors

GrpcUserListGlobalLicenseServiceStub(UserListGlobalLicenseServiceStubSettings settings, ClientContext clientContext)

protected GrpcUserListGlobalLicenseServiceStub(UserListGlobalLicenseServiceStubSettings settings, ClientContext clientContext)

Constructs an instance of GrpcUserListGlobalLicenseServiceStub, 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

GrpcUserListGlobalLicenseServiceStub(UserListGlobalLicenseServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

protected GrpcUserListGlobalLicenseServiceStub(UserListGlobalLicenseServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

Constructs an instance of GrpcUserListGlobalLicenseServiceStub, 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 GrpcStubCallableFactory

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

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
Type Description
GrpcOperationsStub

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