Class UserListGlobalLicenseServiceStubSettings.Builder (0.8.0)

public static class UserListGlobalLicenseServiceStubSettings.Builder extends StubSettings.Builder<UserListGlobalLicenseServiceStubSettings,UserListGlobalLicenseServiceStubSettings.Builder>

Builder for UserListGlobalLicenseServiceStubSettings.

Inheritance

java.lang.Object > StubSettings.Builder > UserListGlobalLicenseServiceStubSettings.Builder

Constructors

Builder()

protected Builder()

Builder(UserListGlobalLicenseServiceStubSettings settings)

protected Builder(UserListGlobalLicenseServiceStubSettings settings)
Parameter
Name Description
settings UserListGlobalLicenseServiceStubSettings

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext

Methods

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

public UserListGlobalLicenseServiceStubSettings.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
UserListGlobalLicenseServiceStubSettings.Builder

build()

public UserListGlobalLicenseServiceStubSettings build()
Returns
Type Description
UserListGlobalLicenseServiceStubSettings
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>

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>

unaryMethodSettingsBuilders()

public ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
Returns
Type Description
com.google.common.collect.ImmutableList<Builder<?,?>>

updateUserListGlobalLicenseSettings()

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

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

Returns
Type Description
Builder<UpdateUserListGlobalLicenseRequest,UserListGlobalLicense>