public static class ServingConfigServiceStubSettings.Builder extends StubSettings.Builder<ServingConfigServiceStubSettings,ServingConfigServiceStubSettings.Builder>
Builder for ServingConfigServiceStubSettings.
Constructors
Builder()
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
Builder(ServingConfigServiceStubSettings settings)
protected Builder(ServingConfigServiceStubSettings settings)
Methods
addControlSettings()
public UnaryCallSettings.Builder<AddControlRequest,ServingConfig> addControlSettings()
Returns the builder for the settings used for calls to addControl.
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public ServingConfigServiceStubSettings.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.
build()
public ServingConfigServiceStubSettings build()
Overrides
createServingConfigSettings()
public UnaryCallSettings.Builder<CreateServingConfigRequest,ServingConfig> createServingConfigSettings()
Returns the builder for the settings used for calls to createServingConfig.
deleteServingConfigSettings()
public UnaryCallSettings.Builder<DeleteServingConfigRequest,Empty> deleteServingConfigSettings()
Returns the builder for the settings used for calls to deleteServingConfig.
getEndpoint()
public String getEndpoint()
Returns the endpoint set by the user or the the service's default endpoint.
Overrides
getServingConfigSettings()
public UnaryCallSettings.Builder<GetServingConfigRequest,ServingConfig> getServingConfigSettings()
Returns the builder for the settings used for calls to getServingConfig.
listServingConfigsSettings()
public PagedCallSettings.Builder<ListServingConfigsRequest,ListServingConfigsResponse,ServingConfigServiceClient.ListServingConfigsPagedResponse> listServingConfigsSettings()
Returns the builder for the settings used for calls to listServingConfigs.
removeControlSettings()
public UnaryCallSettings.Builder<RemoveControlRequest,ServingConfig> removeControlSettings()
Returns the builder for the settings used for calls to removeControl.
unaryMethodSettingsBuilders()
public ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
Returns |
---|
Type | Description |
com.google.common.collect.ImmutableList<Builder<?,?>> | |
updateServingConfigSettings()
public UnaryCallSettings.Builder<UpdateServingConfigRequest,ServingConfig> updateServingConfigSettings()
Returns the builder for the settings used for calls to updateServingConfig.