Class TasksSettings.Builder (0.22.0)

publicstaticclass TasksSettings.BuilderextendsClientSettings.Builder<TasksSettings,TasksSettings.Builder>

Builder for TasksSettings.

Inheritance

java.lang.Object > ClientSettings.Builder > TasksSettings.Builder

Inherited Members

Constructors

Builder()

protectedBuilder()

Builder(ClientContext clientContext)

protectedBuilder(ClientContextclientContext)
Parameter
Name Description
clientContext ClientContext

Builder(TasksSettings settings)

protectedBuilder(TasksSettingssettings)
Parameter
Name Description
settings TasksSettings

Builder(TasksStubSettings.Builder stubSettings)

protectedBuilder(TasksStubSettings.BuilderstubSettings)
Parameter
Name Description
stubSettings TasksStubSettings.Builder

Methods

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

publicTasksSettings.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
TasksSettings.Builder

build()

publicTasksSettingsbuild()
Returns
Type Description
TasksSettings
Overrides
Exceptions
Type Description
IOException

getStubSettingsBuilder()

publicTasksStubSettings.BuildergetStubSettingsBuilder()
Returns
Type Description
TasksStubSettings.Builder

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>

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.