public static class ManagedNotebookServiceSettings.Builder extends ClientSettings.Builder<ManagedNotebookServiceSettings,ManagedNotebookServiceSettings.Builder>
Builder for ManagedNotebookServiceSettings.
Constructors
Builder()
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
Parameter
Builder(ManagedNotebookServiceSettings settings)
protected Builder(ManagedNotebookServiceSettings settings)
Parameter
Builder(ManagedNotebookServiceStubSettings.Builder stubSettings)
protected Builder(ManagedNotebookServiceStubSettings.Builder stubSettings)
Parameter
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public ManagedNotebookServiceSettings.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 ManagedNotebookServiceSettings build()
Returns
Overrides
Exceptions
createRuntimeOperationSettings()
public OperationCallSettings.Builder<CreateRuntimeRequest,Runtime,OperationMetadata> createRuntimeOperationSettings()
Returns the builder for the settings used for calls to createRuntime.
Returns
createRuntimeSettings()
public UnaryCallSettings.Builder<CreateRuntimeRequest,Operation> createRuntimeSettings()
Returns the builder for the settings used for calls to createRuntime.
Returns
deleteRuntimeOperationSettings()
public OperationCallSettings.Builder<DeleteRuntimeRequest,Empty,OperationMetadata> deleteRuntimeOperationSettings()
Returns the builder for the settings used for calls to deleteRuntime.
Returns
deleteRuntimeSettings()
public UnaryCallSettings.Builder<DeleteRuntimeRequest,Operation> deleteRuntimeSettings()
Returns the builder for the settings used for calls to deleteRuntime.
Returns
getRuntimeSettings()
public UnaryCallSettings.Builder<GetRuntimeRequest,Runtime> getRuntimeSettings()
Returns the builder for the settings used for calls to getRuntime.
Returns
getStubSettingsBuilder()
public ManagedNotebookServiceStubSettings.Builder getStubSettingsBuilder()
Returns
listRuntimesSettings()
public PagedCallSettings.Builder<ListRuntimesRequest,ListRuntimesResponse,ManagedNotebookServiceClient.ListRuntimesPagedResponse> listRuntimesSettings()
Returns the builder for the settings used for calls to listRuntimes.
Returns
reportRuntimeEventOperationSettings()
public OperationCallSettings.Builder<ReportRuntimeEventRequest,Runtime,OperationMetadata> reportRuntimeEventOperationSettings()
Returns the builder for the settings used for calls to reportRuntimeEvent.
Returns
reportRuntimeEventSettings()
public UnaryCallSettings.Builder<ReportRuntimeEventRequest,Operation> reportRuntimeEventSettings()
Returns the builder for the settings used for calls to reportRuntimeEvent.
Returns
resetRuntimeOperationSettings()
public OperationCallSettings.Builder<ResetRuntimeRequest,Runtime,OperationMetadata> resetRuntimeOperationSettings()
Returns the builder for the settings used for calls to resetRuntime.
Returns
resetRuntimeSettings()
public UnaryCallSettings.Builder<ResetRuntimeRequest,Operation> resetRuntimeSettings()
Returns the builder for the settings used for calls to resetRuntime.
Returns
startRuntimeOperationSettings()
public OperationCallSettings.Builder<StartRuntimeRequest,Runtime,OperationMetadata> startRuntimeOperationSettings()
Returns the builder for the settings used for calls to startRuntime.
Returns
startRuntimeSettings()
public UnaryCallSettings.Builder<StartRuntimeRequest,Operation> startRuntimeSettings()
Returns the builder for the settings used for calls to startRuntime.
Returns
stopRuntimeOperationSettings()
public OperationCallSettings.Builder<StopRuntimeRequest,Runtime,OperationMetadata> stopRuntimeOperationSettings()
Returns the builder for the settings used for calls to stopRuntime.
Returns
stopRuntimeSettings()
public UnaryCallSettings.Builder<StopRuntimeRequest,Operation> stopRuntimeSettings()
Returns the builder for the settings used for calls to stopRuntime.
Returns
switchRuntimeOperationSettings()
public OperationCallSettings.Builder<SwitchRuntimeRequest,Runtime,OperationMetadata> switchRuntimeOperationSettings()
Returns the builder for the settings used for calls to switchRuntime.
Returns
switchRuntimeSettings()
public UnaryCallSettings.Builder<SwitchRuntimeRequest,Operation> switchRuntimeSettings()
Returns the builder for the settings used for calls to switchRuntime.
Returns