Class ScheduleServiceSettings.Builder
java.lang.Object
com.google.api.gax.rpc.ClientSettings.Builder<ScheduleServiceSettings,ScheduleServiceSettings.Builder>
com.google.cloud.aiplatform.v1beta1.ScheduleServiceSettings.Builder
- Enclosing class:
- ScheduleServiceSettings
public static class ScheduleServiceSettings.Builder
extends ClientSettings.Builder<ScheduleServiceSettings,ScheduleServiceSettings.Builder>
Builder for ScheduleServiceSettings.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBuilder()protectedBuilder(ClientContext clientContext) protectedBuilder(ScheduleServiceSettings settings) protectedBuilder(ScheduleServiceStubSettings.Builder stubSettings) -
Method Summary
Modifier and TypeMethodDescriptionapplyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?, ?>, Void> settingsUpdater) Applies the given settings updater function to all of the unary API methods in this service.build()Returns the builder for the settings used for calls to createSchedule.OperationCallSettings.Builder<DeleteScheduleRequest,com.google.protobuf.Empty, DeleteOperationMetadata> Returns the builder for the settings used for calls to deleteSchedule.Returns the builder for the settings used for calls to deleteSchedule.Returns the builder for the settings used for calls to getIamPolicy.Returns the builder for the settings used for calls to getLocation.Returns the builder for the settings used for calls to getSchedule.PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse, ScheduleServiceClient.ListLocationsPagedResponse> Returns the builder for the settings used for calls to listLocations.PagedCallSettings.Builder<ListSchedulesRequest,ListSchedulesResponse, ScheduleServiceClient.ListSchedulesPagedResponse> Returns the builder for the settings used for calls to listSchedules.UnaryCallSettings.Builder<PauseScheduleRequest,com.google.protobuf.Empty> Returns the builder for the settings used for calls to pauseSchedule.UnaryCallSettings.Builder<ResumeScheduleRequest,com.google.protobuf.Empty> Returns the builder for the settings used for calls to resumeSchedule.Returns the builder for the settings used for calls to setIamPolicy.Returns the builder for the settings used for calls to testIamPermissions.Returns the builder for the settings used for calls to updateSchedule.Methods inherited from class com.google.api.gax.rpc.ClientSettings.Builder
applyToAllUnaryMethods, getApiKey, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogCheckIntervalDuration, getWatchdogProvider, self, setApiKey, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setQuotaProjectId, setTransportChannelProvider, setUniverseDomain, setWatchdogCheckInterval, setWatchdogCheckIntervalDuration, setWatchdogProvider, toString
-
Constructor Details
-
Builder
- Throws:
IOException
-
Builder
-
Builder
-
Builder
-
-
Method Details
-
getStubSettingsBuilder
-
applyToAllUnaryMethods
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.
-
createScheduleSettings
Returns the builder for the settings used for calls to createSchedule. -
deleteScheduleSettings
Returns the builder for the settings used for calls to deleteSchedule. -
deleteScheduleOperationSettings
public OperationCallSettings.Builder<DeleteScheduleRequest,com.google.protobuf.Empty, deleteScheduleOperationSettings()DeleteOperationMetadata> Returns the builder for the settings used for calls to deleteSchedule. -
getScheduleSettings
Returns the builder for the settings used for calls to getSchedule. -
listSchedulesSettings
public PagedCallSettings.Builder<ListSchedulesRequest,ListSchedulesResponse, listSchedulesSettings()ScheduleServiceClient.ListSchedulesPagedResponse> Returns the builder for the settings used for calls to listSchedules. -
pauseScheduleSettings
public UnaryCallSettings.Builder<PauseScheduleRequest,com.google.protobuf.Empty> pauseScheduleSettings()Returns the builder for the settings used for calls to pauseSchedule. -
resumeScheduleSettings
public UnaryCallSettings.Builder<ResumeScheduleRequest,com.google.protobuf.Empty> resumeScheduleSettings()Returns the builder for the settings used for calls to resumeSchedule. -
updateScheduleSettings
Returns the builder for the settings used for calls to updateSchedule. -
listLocationsSettings
public PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse, listLocationsSettings()ScheduleServiceClient.ListLocationsPagedResponse> Returns the builder for the settings used for calls to listLocations. -
getLocationSettings
Returns the builder for the settings used for calls to getLocation. -
setIamPolicySettings
Returns the builder for the settings used for calls to setIamPolicy. -
getIamPolicySettings
Returns the builder for the settings used for calls to getIamPolicy. -
testIamPermissionsSettings
public UnaryCallSettings.Builder<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsSettings()Returns the builder for the settings used for calls to testIamPermissions. -
build
- Specified by:
buildin classClientSettings.Builder<ScheduleServiceSettings,ScheduleServiceSettings.Builder> - Throws:
IOException
-