Class ScheduleServiceSettings.Builder (3.44.0)

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

Builder for ScheduleServiceSettings.

Inheritance

java.lang.Object > ClientSettings.Builder > ScheduleServiceSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext

Builder(ScheduleServiceSettings settings)

protected Builder(ScheduleServiceSettings settings)
Parameter
Name Description
settings ScheduleServiceSettings

Builder(ScheduleServiceStubSettings.Builder stubSettings)

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

Methods

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

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

build()

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

createScheduleSettings()

public UnaryCallSettings.Builder<CreateScheduleRequest,Schedule> createScheduleSettings()

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

Returns
Type Description
Builder<CreateScheduleRequest,Schedule>

deleteScheduleOperationSettings()

public OperationCallSettings.Builder<DeleteScheduleRequest,Empty,DeleteOperationMetadata> deleteScheduleOperationSettings()

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

Returns
Type Description
Builder<DeleteScheduleRequest,Empty,DeleteOperationMetadata>

deleteScheduleSettings()

public UnaryCallSettings.Builder<DeleteScheduleRequest,Operation> deleteScheduleSettings()

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

Returns
Type Description
Builder<DeleteScheduleRequest,Operation>

getIamPolicySettings()

public UnaryCallSettings.Builder<GetIamPolicyRequest,Policy> getIamPolicySettings()

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

Returns
Type Description
Builder<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>

getLocationSettings()

public UnaryCallSettings.Builder<GetLocationRequest,Location> getLocationSettings()

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

Returns
Type Description
Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

getScheduleSettings()

public UnaryCallSettings.Builder<GetScheduleRequest,Schedule> getScheduleSettings()

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

Returns
Type Description
Builder<GetScheduleRequest,Schedule>

getStubSettingsBuilder()

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

listLocationsSettings()

public PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse,ScheduleServiceClient.ListLocationsPagedResponse> listLocationsSettings()

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

Returns
Type Description
Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,ListLocationsPagedResponse>

listSchedulesSettings()

public PagedCallSettings.Builder<ListSchedulesRequest,ListSchedulesResponse,ScheduleServiceClient.ListSchedulesPagedResponse> listSchedulesSettings()

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

Returns
Type Description
Builder<ListSchedulesRequest,ListSchedulesResponse,ListSchedulesPagedResponse>

pauseScheduleSettings()

public UnaryCallSettings.Builder<PauseScheduleRequest,Empty> pauseScheduleSettings()

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

Returns
Type Description
Builder<PauseScheduleRequest,Empty>

resumeScheduleSettings()

public UnaryCallSettings.Builder<ResumeScheduleRequest,Empty> resumeScheduleSettings()

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

Returns
Type Description
Builder<ResumeScheduleRequest,Empty>

setIamPolicySettings()

public UnaryCallSettings.Builder<SetIamPolicyRequest,Policy> setIamPolicySettings()

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

Returns
Type Description
Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>

testIamPermissionsSettings()

public UnaryCallSettings.Builder<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsSettings()

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

Returns
Type Description
Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>

updateScheduleSettings()

public UnaryCallSettings.Builder<UpdateScheduleRequest,Schedule> updateScheduleSettings()

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

Returns
Type Description
Builder<UpdateScheduleRequest,Schedule>