Class ScheduleServiceStubSettings.Builder (3.42.0)

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

Builder for ScheduleServiceStubSettings.

Inheritance

java.lang.Object > StubSettings.Builder > ScheduleServiceStubSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext

Builder(ScheduleServiceStubSettings settings)

protected Builder(ScheduleServiceStubSettings settings)
Parameter
NameDescription
settingsScheduleServiceStubSettings

Methods

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

public ScheduleServiceStubSettings.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
NameDescription
settingsUpdaterApiFunction<Builder<?,?>,java.lang.Void>
Returns
TypeDescription
ScheduleServiceStubSettings.Builder

build()

public ScheduleServiceStubSettings build()
Returns
TypeDescription
ScheduleServiceStubSettings
Overrides
Exceptions
TypeDescription
IOException

createScheduleSettings()

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

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

Returns
TypeDescription
Builder<CreateScheduleRequest,Schedule>

deleteScheduleOperationSettings()

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

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

Returns
TypeDescription
Builder<DeleteScheduleRequest,Empty,DeleteOperationMetadata>

deleteScheduleSettings()

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

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

Returns
TypeDescription
Builder<DeleteScheduleRequest,Operation>

getEndpoint()

public String getEndpoint()

Returns the endpoint set by the user or the the service's default endpoint.

Returns
TypeDescription
String
Overrides

getIamPolicySettings()

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

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

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
Builder<GetScheduleRequest,Schedule>

listLocationsSettings()

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

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

Returns
TypeDescription
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
TypeDescription
Builder<ListSchedulesRequest,ListSchedulesResponse,ListSchedulesPagedResponse>

pauseScheduleSettings()

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

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

Returns
TypeDescription
Builder<PauseScheduleRequest,Empty>

resumeScheduleSettings()

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

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

Returns
TypeDescription
Builder<ResumeScheduleRequest,Empty>

setIamPolicySettings()

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

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

Returns
TypeDescription
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
TypeDescription
Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>

unaryMethodSettingsBuilders()

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

updateScheduleSettings()

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

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

Returns
TypeDescription
Builder<UpdateScheduleRequest,Schedule>