Class TasksStubSettings.Builder (0.44.0)

publicstaticclass TasksStubSettings.BuilderextendsStubSettings.Builder<TasksStubSettings,TasksStubSettings.Builder>

Builder for TasksStubSettings.

Inheritance

java.lang.Object > StubSettings.Builder > TasksStubSettings.Builder

Inherited Members

Constructors

Builder()

protectedBuilder()

Builder(ClientContext clientContext)

protectedBuilder(ClientContextclientContext)
Parameter
Name Description
clientContext ClientContext

Builder(TasksStubSettings settings)

protectedBuilder(TasksStubSettingssettings)
Parameter
Name Description
settings TasksStubSettings

Methods

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

publicTasksStubSettings.BuilderapplyToAllUnaryMethods(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
TasksStubSettings.Builder

build()

publicTasksStubSettingsbuild()
Returns
Type Description
TasksStubSettings
Overrides
Exceptions
Type Description
IOException

getTaskSettings()

publicUnaryCallSettings.Builder<GetTaskRequest,Task>getTaskSettings()

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

Returns
Type Description
Builder<GetTaskRequest,Task>

listTasksSettings()

publicPagedCallSettings.Builder<ListTasksRequest,ListTasksResponse,TasksClient.ListTasksPagedResponse>listTasksSettings()

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

Returns
Type Description
Builder<ListTasksRequest,ListTasksResponse,ListTasksPagedResponse>

unaryMethodSettingsBuilders()

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.