public static class ModelMonitoringServiceStubSettings.Builder extends com.google.api.gax.rpc.StubSettings.Builder<ModelMonitoringServiceStubSettings,ModelMonitoringServiceStubSettings.Builder>
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(ModelMonitoringServiceStubSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
ModelMonitoringServiceStubSettings.Builder |
applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
|
ModelMonitoringServiceStubSettings |
build() |
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateModelMonitoringJobRequest,ModelMonitoringJob> |
createModelMonitoringJobSettings()
Returns the builder for the settings used for calls to createModelMonitoringJob.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateModelMonitorRequest,ModelMonitor,CreateModelMonitorOperationMetadata> |
createModelMonitorOperationSettings()
Returns the builder for the settings used for calls to createModelMonitor.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateModelMonitorRequest,com.google.longrunning.Operation> |
createModelMonitorSettings()
Returns the builder for the settings used for calls to createModelMonitor.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteModelMonitoringJobRequest,com.google.protobuf.Empty,DeleteOperationMetadata> |
deleteModelMonitoringJobOperationSettings()
Returns the builder for the settings used for calls to deleteModelMonitoringJob.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteModelMonitoringJobRequest,com.google.longrunning.Operation> |
deleteModelMonitoringJobSettings()
Returns the builder for the settings used for calls to deleteModelMonitoringJob.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteModelMonitorRequest,com.google.protobuf.Empty,DeleteOperationMetadata> |
deleteModelMonitorOperationSettings()
Returns the builder for the settings used for calls to deleteModelMonitor.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteModelMonitorRequest,com.google.longrunning.Operation> |
deleteModelMonitorSettings()
Returns the builder for the settings used for calls to deleteModelMonitor.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getIamPolicySettings()
Returns the builder for the settings used for calls to getIamPolicy.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getLocationSettings()
Returns the builder for the settings used for calls to getLocation.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetModelMonitoringJobRequest,ModelMonitoringJob> |
getModelMonitoringJobSettings()
Returns the builder for the settings used for calls to getModelMonitoringJob.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetModelMonitorRequest,ModelMonitor> |
getModelMonitorSettings()
Returns the builder for the settings used for calls to getModelMonitor.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,ModelMonitoringServiceClient.ListLocationsPagedResponse> |
listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListModelMonitoringJobsRequest,ListModelMonitoringJobsResponse,ModelMonitoringServiceClient.ListModelMonitoringJobsPagedResponse> |
listModelMonitoringJobsSettings()
Returns the builder for the settings used for calls to listModelMonitoringJobs.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListModelMonitorsRequest,ListModelMonitorsResponse,ModelMonitoringServiceClient.ListModelMonitorsPagedResponse> |
listModelMonitorsSettings()
Returns the builder for the settings used for calls to listModelMonitors.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<SearchModelMonitoringAlertsRequest,SearchModelMonitoringAlertsResponse,ModelMonitoringServiceClient.SearchModelMonitoringAlertsPagedResponse> |
searchModelMonitoringAlertsSettings()
Returns the builder for the settings used for calls to searchModelMonitoringAlerts.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<SearchModelMonitoringStatsRequest,SearchModelMonitoringStatsResponse,ModelMonitoringServiceClient.SearchModelMonitoringStatsPagedResponse> |
searchModelMonitoringStatsSettings()
Returns the builder for the settings used for calls to searchModelMonitoringStats.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
setIamPolicySettings()
Returns the builder for the settings used for calls to setIamPolicy.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
testIamPermissionsSettings()
Returns the builder for the settings used for calls to testIamPermissions.
|
com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> |
unaryMethodSettingsBuilders() |
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateModelMonitorRequest,ModelMonitor,UpdateModelMonitorOperationMetadata> |
updateModelMonitorOperationSettings()
Returns the builder for the settings used for calls to updateModelMonitor.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateModelMonitorRequest,com.google.longrunning.Operation> |
updateModelMonitorSettings()
Returns the builder for the settings used for calls to updateModelMonitor.
|
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setMtlsEndpoint, setQuotaProjectId, setStreamWatchdogCheckInterval, setStreamWatchdogProvider, setSwitchToMtlsEndpointAllowed, setTracerFactory, setTransportChannelProvider, setUniverseDomain, toStringprotected Builder()
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(ModelMonitoringServiceStubSettings settings)
public ModelMonitoringServiceStubSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Note: This method does not support applying settings to streaming methods.
public com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateModelMonitorRequest,com.google.longrunning.Operation> createModelMonitorSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateModelMonitorRequest,ModelMonitor,CreateModelMonitorOperationMetadata> createModelMonitorOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateModelMonitorRequest,com.google.longrunning.Operation> updateModelMonitorSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateModelMonitorRequest,ModelMonitor,UpdateModelMonitorOperationMetadata> updateModelMonitorOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetModelMonitorRequest,ModelMonitor> getModelMonitorSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListModelMonitorsRequest,ListModelMonitorsResponse,ModelMonitoringServiceClient.ListModelMonitorsPagedResponse> listModelMonitorsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteModelMonitorRequest,com.google.longrunning.Operation> deleteModelMonitorSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteModelMonitorRequest,com.google.protobuf.Empty,DeleteOperationMetadata> deleteModelMonitorOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateModelMonitoringJobRequest,ModelMonitoringJob> createModelMonitoringJobSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetModelMonitoringJobRequest,ModelMonitoringJob> getModelMonitoringJobSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListModelMonitoringJobsRequest,ListModelMonitoringJobsResponse,ModelMonitoringServiceClient.ListModelMonitoringJobsPagedResponse> listModelMonitoringJobsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteModelMonitoringJobRequest,com.google.longrunning.Operation> deleteModelMonitoringJobSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteModelMonitoringJobRequest,com.google.protobuf.Empty,DeleteOperationMetadata> deleteModelMonitoringJobOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<SearchModelMonitoringStatsRequest,SearchModelMonitoringStatsResponse,ModelMonitoringServiceClient.SearchModelMonitoringStatsPagedResponse> searchModelMonitoringStatsSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<SearchModelMonitoringAlertsRequest,SearchModelMonitoringAlertsResponse,ModelMonitoringServiceClient.SearchModelMonitoringAlertsPagedResponse> searchModelMonitoringAlertsSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,ModelMonitoringServiceClient.ListLocationsPagedResponse> listLocationsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicySettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicySettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsSettings()
public ModelMonitoringServiceStubSettings build() throws IOException
build in class com.google.api.gax.rpc.StubSettings.Builder<ModelMonitoringServiceStubSettings,ModelMonitoringServiceStubSettings.Builder>IOExceptionCopyright © 2024 Google LLC. All rights reserved.