- 3.51.0 (latest)
- 3.50.0
- 3.49.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.7
- 3.0.1
- 2.1.7
public static class ServiceManagerSettings.Builder extends ClientSettings.Builder<ServiceManagerSettings,ServiceManagerSettings.Builder>
Builder for ServiceManagerSettings.
Constructors
Builder()
protected Builder()
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
Name | Description |
clientContext | ClientContext |
Builder(ServiceManagerSettings settings)
protected Builder(ServiceManagerSettings settings)
Name | Description |
settings | ServiceManagerSettings |
Builder(ServiceManagerStubSettings.Builder stubSettings)
protected Builder(ServiceManagerStubSettings.Builder stubSettings)
Name | Description |
stubSettings | ServiceManagerStubSettings.Builder |
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public ServiceManagerSettings.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.
Name | Description |
settingsUpdater | ApiFunction<Builder<?,?>,java.lang.Void> |
Type | Description |
ServiceManagerSettings.Builder |
build()
public ServiceManagerSettings build()
Type | Description |
ServiceManagerSettings |
Type | Description |
IOException |
createServiceConfigSettings()
public UnaryCallSettings.Builder<CreateServiceConfigRequest,Service> createServiceConfigSettings()
Returns the builder for the settings used for calls to createServiceConfig.
Type | Description |
Builder<CreateServiceConfigRequest,com.google.api.Service> |
createServiceOperationSettings()
public OperationCallSettings.Builder<CreateServiceRequest,ManagedService,OperationMetadata> createServiceOperationSettings()
Returns the builder for the settings used for calls to createService.
Type | Description |
Builder<CreateServiceRequest,ManagedService,OperationMetadata> |
createServiceRolloutOperationSettings()
public OperationCallSettings.Builder<CreateServiceRolloutRequest,Rollout,OperationMetadata> createServiceRolloutOperationSettings()
Returns the builder for the settings used for calls to createServiceRollout.
Type | Description |
Builder<CreateServiceRolloutRequest,Rollout,OperationMetadata> |
createServiceRolloutSettings()
public UnaryCallSettings.Builder<CreateServiceRolloutRequest,Operation> createServiceRolloutSettings()
Returns the builder for the settings used for calls to createServiceRollout.
Type | Description |
Builder<CreateServiceRolloutRequest,Operation> |
createServiceSettings()
public UnaryCallSettings.Builder<CreateServiceRequest,Operation> createServiceSettings()
Returns the builder for the settings used for calls to createService.
Type | Description |
Builder<CreateServiceRequest,Operation> |
deleteServiceOperationSettings()
public OperationCallSettings.Builder<DeleteServiceRequest,Empty,OperationMetadata> deleteServiceOperationSettings()
Returns the builder for the settings used for calls to deleteService.
Type | Description |
Builder<DeleteServiceRequest,Empty,OperationMetadata> |
deleteServiceSettings()
public UnaryCallSettings.Builder<DeleteServiceRequest,Operation> deleteServiceSettings()
Returns the builder for the settings used for calls to deleteService.
Type | Description |
Builder<DeleteServiceRequest,Operation> |
disableServiceOperationSettings() (deprecated)
public OperationCallSettings.Builder<DisableServiceRequest,DisableServiceResponse,OperationMetadata> disableServiceOperationSettings()
Deprecated. This method is deprecated and will be removed in the next major version update.
Returns the builder for the settings used for calls to disableService.
Type | Description |
Builder<DisableServiceRequest,DisableServiceResponse,OperationMetadata> |
disableServiceSettings() (deprecated)
public UnaryCallSettings.Builder<DisableServiceRequest,Operation> disableServiceSettings()
Deprecated. This method is deprecated and will be removed in the next major version update.
Returns the builder for the settings used for calls to disableService.
Type | Description |
Builder<DisableServiceRequest,Operation> |
enableServiceOperationSettings() (deprecated)
public OperationCallSettings.Builder<EnableServiceRequest,EnableServiceResponse,OperationMetadata> enableServiceOperationSettings()
Deprecated. This method is deprecated and will be removed in the next major version update.
Returns the builder for the settings used for calls to enableService.
Type | Description |
Builder<EnableServiceRequest,EnableServiceResponse,OperationMetadata> |
enableServiceSettings() (deprecated)
public UnaryCallSettings.Builder<EnableServiceRequest,Operation> enableServiceSettings()
Deprecated. This method is deprecated and will be removed in the next major version update.
Returns the builder for the settings used for calls to enableService.
Type | Description |
Builder<EnableServiceRequest,Operation> |
generateConfigReportSettings()
public UnaryCallSettings.Builder<GenerateConfigReportRequest,GenerateConfigReportResponse> generateConfigReportSettings()
Returns the builder for the settings used for calls to generateConfigReport.
Type | Description |
Builder<GenerateConfigReportRequest,GenerateConfigReportResponse> |
getServiceConfigSettings()
public UnaryCallSettings.Builder<GetServiceConfigRequest,Service> getServiceConfigSettings()
Returns the builder for the settings used for calls to getServiceConfig.
Type | Description |
Builder<GetServiceConfigRequest,com.google.api.Service> |
getServiceRolloutSettings()
public UnaryCallSettings.Builder<GetServiceRolloutRequest,Rollout> getServiceRolloutSettings()
Returns the builder for the settings used for calls to getServiceRollout.
Type | Description |
Builder<GetServiceRolloutRequest,Rollout> |
getServiceSettings()
public UnaryCallSettings.Builder<GetServiceRequest,ManagedService> getServiceSettings()
Returns the builder for the settings used for calls to getService.
Type | Description |
Builder<GetServiceRequest,ManagedService> |
getStubSettingsBuilder()
public ServiceManagerStubSettings.Builder getStubSettingsBuilder()
Type | Description |
ServiceManagerStubSettings.Builder |
listServiceConfigsSettings()
public PagedCallSettings.Builder<ListServiceConfigsRequest,ListServiceConfigsResponse,ServiceManagerClient.ListServiceConfigsPagedResponse> listServiceConfigsSettings()
Returns the builder for the settings used for calls to listServiceConfigs.
Type | Description |
Builder<ListServiceConfigsRequest,ListServiceConfigsResponse,ListServiceConfigsPagedResponse> |
listServiceRolloutsSettings()
public PagedCallSettings.Builder<ListServiceRolloutsRequest,ListServiceRolloutsResponse,ServiceManagerClient.ListServiceRolloutsPagedResponse> listServiceRolloutsSettings()
Returns the builder for the settings used for calls to listServiceRollouts.
Type | Description |
Builder<ListServiceRolloutsRequest,ListServiceRolloutsResponse,ListServiceRolloutsPagedResponse> |
listServicesSettings()
public PagedCallSettings.Builder<ListServicesRequest,ListServicesResponse,ServiceManagerClient.ListServicesPagedResponse> listServicesSettings()
Returns the builder for the settings used for calls to listServices.
Type | Description |
Builder<ListServicesRequest,ListServicesResponse,ListServicesPagedResponse> |
submitConfigSourceOperationSettings()
public OperationCallSettings.Builder<SubmitConfigSourceRequest,SubmitConfigSourceResponse,OperationMetadata> submitConfigSourceOperationSettings()
Returns the builder for the settings used for calls to submitConfigSource.
Type | Description |
Builder<SubmitConfigSourceRequest,SubmitConfigSourceResponse,OperationMetadata> |
submitConfigSourceSettings()
public UnaryCallSettings.Builder<SubmitConfigSourceRequest,Operation> submitConfigSourceSettings()
Returns the builder for the settings used for calls to submitConfigSource.
Type | Description |
Builder<SubmitConfigSourceRequest,Operation> |
undeleteServiceOperationSettings()
public OperationCallSettings.Builder<UndeleteServiceRequest,UndeleteServiceResponse,OperationMetadata> undeleteServiceOperationSettings()
Returns the builder for the settings used for calls to undeleteService.
Type | Description |
Builder<UndeleteServiceRequest,UndeleteServiceResponse,OperationMetadata> |
undeleteServiceSettings()
public UnaryCallSettings.Builder<UndeleteServiceRequest,Operation> undeleteServiceSettings()
Returns the builder for the settings used for calls to undeleteService.
Type | Description |
Builder<UndeleteServiceRequest,Operation> |