Class UserListGlobalLicenseServiceSettings.Builder (0.8.0)

public static class UserListGlobalLicenseServiceSettings.Builder extends ClientSettings.Builder<UserListGlobalLicenseServiceSettings,UserListGlobalLicenseServiceSettings.Builder>

Builder for UserListGlobalLicenseServiceSettings.

Inheritance

java.lang.Object > ClientSettings.Builder > UserListGlobalLicenseServiceSettings.Builder

Constructors

Builder()

protected Builder()

Builder(UserListGlobalLicenseServiceSettings settings)

protected Builder(UserListGlobalLicenseServiceSettings settings)
Parameter
Name Description
settings UserListGlobalLicenseServiceSettings

Builder(UserListGlobalLicenseServiceStubSettings.Builder stubSettings)

protected Builder(UserListGlobalLicenseServiceStubSettings.Builder stubSettings)
Parameter
Name Description
stubSettings UserListGlobalLicenseServiceStubSettings.Builder

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext

Methods

applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)

public UserListGlobalLicenseServiceSettings.Builder applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)

Applies the given settings updater function to all of the unary API methods in this service.

Note: This method does not support applying settings to streaming methods.

Parameter
Name Description
settingsUpdater ApiFunction<Builder<?,?>,java.lang.Void>
Returns
Type Description
UserListGlobalLicenseServiceSettings.Builder

build()

public UserListGlobalLicenseServiceSettings build()
Returns
Type Description
UserListGlobalLicenseServiceSettings
Overrides
Exceptions
Type Description
IOException

createUserListGlobalLicenseSettings()

public UnaryCallSettings.Builder<CreateUserListGlobalLicenseRequest,UserListGlobalLicense> createUserListGlobalLicenseSettings()

Returns the builder for the settings used for calls to createUserListGlobalLicense.

Returns
Type Description
Builder<CreateUserListGlobalLicenseRequest,UserListGlobalLicense>

getStubSettingsBuilder()

public UserListGlobalLicenseServiceStubSettings.Builder getStubSettingsBuilder()
Returns
Type Description
UserListGlobalLicenseServiceStubSettings.Builder

getUserListGlobalLicenseSettings()

public UnaryCallSettings.Builder<GetUserListGlobalLicenseRequest,UserListGlobalLicense> getUserListGlobalLicenseSettings()

Returns the builder for the settings used for calls to getUserListGlobalLicense.

Returns
Type Description
Builder<GetUserListGlobalLicenseRequest,UserListGlobalLicense>

listUserListGlobalLicenseCustomerInfosSettings()

public PagedCallSettings.Builder<ListUserListGlobalLicenseCustomerInfosRequest,ListUserListGlobalLicenseCustomerInfosResponse,UserListGlobalLicenseServiceClient.ListUserListGlobalLicenseCustomerInfosPagedResponse> listUserListGlobalLicenseCustomerInfosSettings()

Returns the builder for the settings used for calls to listUserListGlobalLicenseCustomerInfos.

Returns
Type Description
Builder<ListUserListGlobalLicenseCustomerInfosRequest,ListUserListGlobalLicenseCustomerInfosResponse,ListUserListGlobalLicenseCustomerInfosPagedResponse>

listUserListGlobalLicensesSettings()

public PagedCallSettings.Builder<ListUserListGlobalLicensesRequest,ListUserListGlobalLicensesResponse,UserListGlobalLicenseServiceClient.ListUserListGlobalLicensesPagedResponse> listUserListGlobalLicensesSettings()

Returns the builder for the settings used for calls to listUserListGlobalLicenses.

Returns
Type Description
Builder<ListUserListGlobalLicensesRequest,ListUserListGlobalLicensesResponse,ListUserListGlobalLicensesPagedResponse>

updateUserListGlobalLicenseSettings()

public UnaryCallSettings.Builder<UpdateUserListGlobalLicenseRequest,UserListGlobalLicense> updateUserListGlobalLicenseSettings()

Returns the builder for the settings used for calls to updateUserListGlobalLicense.

Returns
Type Description
Builder<UpdateUserListGlobalLicenseRequest,UserListGlobalLicense>