public static class ServiceManagerStubSettings.Builder extends StubSettings.Builder<ServiceManagerStubSettings,ServiceManagerStubSettings.Builder>
Builder for ServiceManagerStubSettings.
Inherited Members
com.google.api.gax.rpc.StubSettings.Builder.getApiKey()
com.google.api.gax.rpc.StubSettings.Builder.setApiKey(java.lang.String)
Constructors
Builder()
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
Parameter
Builder(ServiceManagerStubSettings settings)
protected Builder(ServiceManagerStubSettings settings)
Parameter
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public ServiceManagerStubSettings.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
Returns
build()
public ServiceManagerStubSettings build()
Returns
Overrides
Exceptions
createServiceConfigSettings()
public UnaryCallSettings.Builder<CreateServiceConfigRequest,Service> createServiceConfigSettings()
Returns the builder for the settings used for calls to createServiceConfig.
Returns
createServiceOperationSettings()
public OperationCallSettings.Builder<CreateServiceRequest,ManagedService,OperationMetadata> createServiceOperationSettings()
Returns the builder for the settings used for calls to createService.
Returns
createServiceRolloutOperationSettings()
public OperationCallSettings.Builder<CreateServiceRolloutRequest,Rollout,OperationMetadata> createServiceRolloutOperationSettings()
Returns the builder for the settings used for calls to createServiceRollout.
Returns
createServiceRolloutSettings()
public UnaryCallSettings.Builder<CreateServiceRolloutRequest,Operation> createServiceRolloutSettings()
Returns the builder for the settings used for calls to createServiceRollout.
Returns
createServiceSettings()
public UnaryCallSettings.Builder<CreateServiceRequest,Operation> createServiceSettings()
Returns the builder for the settings used for calls to createService.
Returns
deleteServiceOperationSettings()
public OperationCallSettings.Builder<DeleteServiceRequest,Empty,OperationMetadata> deleteServiceOperationSettings()
Returns the builder for the settings used for calls to deleteService.
Returns
deleteServiceSettings()
public UnaryCallSettings.Builder<DeleteServiceRequest,Operation> deleteServiceSettings()
Returns the builder for the settings used for calls to deleteService.
Returns
disableServiceOperationSettings()
public OperationCallSettings.Builder<DisableServiceRequest,DisableServiceResponse,OperationMetadata> disableServiceOperationSettings()
Returns the builder for the settings used for calls to disableService.
Returns
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.
Returns
enableServiceOperationSettings()
public OperationCallSettings.Builder<EnableServiceRequest,EnableServiceResponse,OperationMetadata> enableServiceOperationSettings()
Returns the builder for the settings used for calls to enableService.
Returns
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.
Returns
generateConfigReportSettings()
public UnaryCallSettings.Builder<GenerateConfigReportRequest,GenerateConfigReportResponse> generateConfigReportSettings()
Returns the builder for the settings used for calls to generateConfigReport.
Returns
getServiceConfigSettings()
public UnaryCallSettings.Builder<GetServiceConfigRequest,Service> getServiceConfigSettings()
Returns the builder for the settings used for calls to getServiceConfig.
Returns
getServiceRolloutSettings()
public UnaryCallSettings.Builder<GetServiceRolloutRequest,Rollout> getServiceRolloutSettings()
Returns the builder for the settings used for calls to getServiceRollout.
Returns
getServiceSettings()
public UnaryCallSettings.Builder<GetServiceRequest,ManagedService> getServiceSettings()
Returns the builder for the settings used for calls to getService.
Returns
listServiceConfigsSettings()
public PagedCallSettings.Builder<ListServiceConfigsRequest,ListServiceConfigsResponse,ServiceManagerClient.ListServiceConfigsPagedResponse> listServiceConfigsSettings()
Returns the builder for the settings used for calls to listServiceConfigs.
Returns
listServiceRolloutsSettings()
public PagedCallSettings.Builder<ListServiceRolloutsRequest,ListServiceRolloutsResponse,ServiceManagerClient.ListServiceRolloutsPagedResponse> listServiceRolloutsSettings()
Returns the builder for the settings used for calls to listServiceRollouts.
Returns
listServicesSettings()
public PagedCallSettings.Builder<ListServicesRequest,ListServicesResponse,ServiceManagerClient.ListServicesPagedResponse> listServicesSettings()
Returns the builder for the settings used for calls to listServices.
Returns
submitConfigSourceOperationSettings()
public OperationCallSettings.Builder<SubmitConfigSourceRequest,SubmitConfigSourceResponse,OperationMetadata> submitConfigSourceOperationSettings()
Returns the builder for the settings used for calls to submitConfigSource.
Returns
submitConfigSourceSettings()
public UnaryCallSettings.Builder<SubmitConfigSourceRequest,Operation> submitConfigSourceSettings()
Returns the builder for the settings used for calls to submitConfigSource.
Returns
unaryMethodSettingsBuilders()
public ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
Returns
Type | Description |
com.google.common.collect.ImmutableList<Builder<?,?>> | |
undeleteServiceOperationSettings()
public OperationCallSettings.Builder<UndeleteServiceRequest,UndeleteServiceResponse,OperationMetadata> undeleteServiceOperationSettings()
Returns the builder for the settings used for calls to undeleteService.
Returns
undeleteServiceSettings()
public UnaryCallSettings.Builder<UndeleteServiceRequest,Operation> undeleteServiceSettings()
Returns the builder for the settings used for calls to undeleteService.
Returns