Package com.google.cloud.notebooks.v1
Class NotebookServiceSettings.Builder
- java.lang.Object
-
- com.google.api.gax.rpc.ClientSettings.Builder<NotebookServiceSettings,NotebookServiceSettings.Builder>
-
- com.google.cloud.notebooks.v1.NotebookServiceSettings.Builder
-
- Enclosing class:
- NotebookServiceSettings
public static class NotebookServiceSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<NotebookServiceSettings,NotebookServiceSettings.Builder>
Builder for NotebookServiceSettings.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
protected
Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected
Builder(NotebookServiceSettings settings)
protected
Builder(NotebookServiceStubSettings.Builder stubSettings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotebookServiceSettings.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.NotebookServiceSettings
build()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateEnvironmentRequest,Environment,OperationMetadata>
createEnvironmentOperationSettings()
Returns the builder for the settings used for calls to createEnvironment.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateEnvironmentRequest,com.google.longrunning.Operation>
createEnvironmentSettings()
Returns the builder for the settings used for calls to createEnvironment.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateExecutionRequest,Execution,OperationMetadata>
createExecutionOperationSettings()
Returns the builder for the settings used for calls to createExecution.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateExecutionRequest,com.google.longrunning.Operation>
createExecutionSettings()
Returns the builder for the settings used for calls to createExecution.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateInstanceRequest,Instance,OperationMetadata>
createInstanceOperationSettings()
Returns the builder for the settings used for calls to createInstance.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateInstanceRequest,com.google.longrunning.Operation>
createInstanceSettings()
Returns the builder for the settings used for calls to createInstance.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateScheduleRequest,Schedule,OperationMetadata>
createScheduleOperationSettings()
Returns the builder for the settings used for calls to createSchedule.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateScheduleRequest,com.google.longrunning.Operation>
createScheduleSettings()
Returns the builder for the settings used for calls to createSchedule.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteEnvironmentRequest,com.google.protobuf.Empty,OperationMetadata>
deleteEnvironmentOperationSettings()
Returns the builder for the settings used for calls to deleteEnvironment.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteEnvironmentRequest,com.google.longrunning.Operation>
deleteEnvironmentSettings()
Returns the builder for the settings used for calls to deleteEnvironment.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteExecutionRequest,com.google.protobuf.Empty,OperationMetadata>
deleteExecutionOperationSettings()
Returns the builder for the settings used for calls to deleteExecution.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteExecutionRequest,com.google.longrunning.Operation>
deleteExecutionSettings()
Returns the builder for the settings used for calls to deleteExecution.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteInstanceRequest,com.google.protobuf.Empty,OperationMetadata>
deleteInstanceOperationSettings()
Returns the builder for the settings used for calls to deleteInstance.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteInstanceRequest,com.google.longrunning.Operation>
deleteInstanceSettings()
Returns the builder for the settings used for calls to deleteInstance.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteScheduleRequest,com.google.protobuf.Empty,OperationMetadata>
deleteScheduleOperationSettings()
Returns the builder for the settings used for calls to deleteSchedule.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteScheduleRequest,com.google.longrunning.Operation>
deleteScheduleSettings()
Returns the builder for the settings used for calls to deleteSchedule.com.google.api.gax.rpc.OperationCallSettings.Builder<DiagnoseInstanceRequest,Instance,OperationMetadata>
diagnoseInstanceOperationSettings()
Returns the builder for the settings used for calls to diagnoseInstance.com.google.api.gax.rpc.UnaryCallSettings.Builder<DiagnoseInstanceRequest,com.google.longrunning.Operation>
diagnoseInstanceSettings()
Returns the builder for the settings used for calls to diagnoseInstance.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetEnvironmentRequest,Environment>
getEnvironmentSettings()
Returns the builder for the settings used for calls to getEnvironment.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetExecutionRequest,Execution>
getExecutionSettings()
Returns the builder for the settings used for calls to getExecution.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<GetInstanceHealthRequest,GetInstanceHealthResponse>
getInstanceHealthSettings()
Returns the builder for the settings used for calls to getInstanceHealth.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetInstanceRequest,Instance>
getInstanceSettings()
Returns the builder for the settings used for calls to getInstance.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<GetScheduleRequest,Schedule>
getScheduleSettings()
Returns the builder for the settings used for calls to getSchedule.NotebookServiceStubSettings.Builder
getStubSettingsBuilder()
com.google.api.gax.rpc.UnaryCallSettings.Builder<IsInstanceUpgradeableRequest,IsInstanceUpgradeableResponse>
isInstanceUpgradeableSettings()
Returns the builder for the settings used for calls to isInstanceUpgradeable.com.google.api.gax.rpc.PagedCallSettings.Builder<ListEnvironmentsRequest,ListEnvironmentsResponse,NotebookServiceClient.ListEnvironmentsPagedResponse>
listEnvironmentsSettings()
Returns the builder for the settings used for calls to listEnvironments.com.google.api.gax.rpc.PagedCallSettings.Builder<ListExecutionsRequest,ListExecutionsResponse,NotebookServiceClient.ListExecutionsPagedResponse>
listExecutionsSettings()
Returns the builder for the settings used for calls to listExecutions.com.google.api.gax.rpc.PagedCallSettings.Builder<ListInstancesRequest,ListInstancesResponse,NotebookServiceClient.ListInstancesPagedResponse>
listInstancesSettings()
Returns the builder for the settings used for calls to listInstances.com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,NotebookServiceClient.ListLocationsPagedResponse>
listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.com.google.api.gax.rpc.PagedCallSettings.Builder<ListSchedulesRequest,ListSchedulesResponse,NotebookServiceClient.ListSchedulesPagedResponse>
listSchedulesSettings()
Returns the builder for the settings used for calls to listSchedules.com.google.api.gax.rpc.OperationCallSettings.Builder<RegisterInstanceRequest,Instance,OperationMetadata>
registerInstanceOperationSettings()
Returns the builder for the settings used for calls to registerInstance.com.google.api.gax.rpc.UnaryCallSettings.Builder<RegisterInstanceRequest,com.google.longrunning.Operation>
registerInstanceSettings()
Returns the builder for the settings used for calls to registerInstance.com.google.api.gax.rpc.OperationCallSettings.Builder<ReportInstanceInfoRequest,Instance,OperationMetadata>
reportInstanceInfoOperationSettings()
Returns the builder for the settings used for calls to reportInstanceInfo.com.google.api.gax.rpc.UnaryCallSettings.Builder<ReportInstanceInfoRequest,com.google.longrunning.Operation>
reportInstanceInfoSettings()
Returns the builder for the settings used for calls to reportInstanceInfo.com.google.api.gax.rpc.OperationCallSettings.Builder<ResetInstanceRequest,Instance,OperationMetadata>
resetInstanceOperationSettings()
Returns the builder for the settings used for calls to resetInstance.com.google.api.gax.rpc.UnaryCallSettings.Builder<ResetInstanceRequest,com.google.longrunning.Operation>
resetInstanceSettings()
Returns the builder for the settings used for calls to resetInstance.com.google.api.gax.rpc.OperationCallSettings.Builder<RollbackInstanceRequest,Instance,OperationMetadata>
rollbackInstanceOperationSettings()
Returns the builder for the settings used for calls to rollbackInstance.com.google.api.gax.rpc.UnaryCallSettings.Builder<RollbackInstanceRequest,com.google.longrunning.Operation>
rollbackInstanceSettings()
Returns the builder for the settings used for calls to rollbackInstance.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.OperationCallSettings.Builder<SetInstanceAcceleratorRequest,Instance,OperationMetadata>
setInstanceAcceleratorOperationSettings()
Returns the builder for the settings used for calls to setInstanceAccelerator.com.google.api.gax.rpc.UnaryCallSettings.Builder<SetInstanceAcceleratorRequest,com.google.longrunning.Operation>
setInstanceAcceleratorSettings()
Returns the builder for the settings used for calls to setInstanceAccelerator.com.google.api.gax.rpc.OperationCallSettings.Builder<SetInstanceLabelsRequest,Instance,OperationMetadata>
setInstanceLabelsOperationSettings()
Returns the builder for the settings used for calls to setInstanceLabels.com.google.api.gax.rpc.UnaryCallSettings.Builder<SetInstanceLabelsRequest,com.google.longrunning.Operation>
setInstanceLabelsSettings()
Returns the builder for the settings used for calls to setInstanceLabels.com.google.api.gax.rpc.OperationCallSettings.Builder<SetInstanceMachineTypeRequest,Instance,OperationMetadata>
setInstanceMachineTypeOperationSettings()
Returns the builder for the settings used for calls to setInstanceMachineType.com.google.api.gax.rpc.UnaryCallSettings.Builder<SetInstanceMachineTypeRequest,com.google.longrunning.Operation>
setInstanceMachineTypeSettings()
Returns the builder for the settings used for calls to setInstanceMachineType.com.google.api.gax.rpc.OperationCallSettings.Builder<StartInstanceRequest,Instance,OperationMetadata>
startInstanceOperationSettings()
Returns the builder for the settings used for calls to startInstance.com.google.api.gax.rpc.UnaryCallSettings.Builder<StartInstanceRequest,com.google.longrunning.Operation>
startInstanceSettings()
Returns the builder for the settings used for calls to startInstance.com.google.api.gax.rpc.OperationCallSettings.Builder<StopInstanceRequest,Instance,OperationMetadata>
stopInstanceOperationSettings()
Returns the builder for the settings used for calls to stopInstance.com.google.api.gax.rpc.UnaryCallSettings.Builder<StopInstanceRequest,com.google.longrunning.Operation>
stopInstanceSettings()
Returns the builder for the settings used for calls to stopInstance.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.api.gax.rpc.OperationCallSettings.Builder<TriggerScheduleRequest,Schedule,OperationMetadata>
triggerScheduleOperationSettings()
Returns the builder for the settings used for calls to triggerSchedule.com.google.api.gax.rpc.UnaryCallSettings.Builder<TriggerScheduleRequest,com.google.longrunning.Operation>
triggerScheduleSettings()
Returns the builder for the settings used for calls to triggerSchedule.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateInstanceConfigRequest,Instance,OperationMetadata>
updateInstanceConfigOperationSettings()
Returns the builder for the settings used for calls to updateInstanceConfig.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateInstanceConfigRequest,com.google.longrunning.Operation>
updateInstanceConfigSettings()
Returns the builder for the settings used for calls to updateInstanceConfig.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateInstanceMetadataItemsRequest,UpdateInstanceMetadataItemsResponse>
updateInstanceMetadataItemsSettings()
Returns the builder for the settings used for calls to updateInstanceMetadataItems.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateShieldedInstanceConfigRequest,Instance,OperationMetadata>
updateShieldedInstanceConfigOperationSettings()
Returns the builder for the settings used for calls to updateShieldedInstanceConfig.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateShieldedInstanceConfigRequest,com.google.longrunning.Operation>
updateShieldedInstanceConfigSettings()
Returns the builder for the settings used for calls to updateShieldedInstanceConfig.com.google.api.gax.rpc.OperationCallSettings.Builder<UpgradeInstanceInternalRequest,Instance,OperationMetadata>
upgradeInstanceInternalOperationSettings()
Returns the builder for the settings used for calls to upgradeInstanceInternal.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpgradeInstanceInternalRequest,com.google.longrunning.Operation>
upgradeInstanceInternalSettings()
Returns the builder for the settings used for calls to upgradeInstanceInternal.com.google.api.gax.rpc.OperationCallSettings.Builder<UpgradeInstanceRequest,Instance,OperationMetadata>
upgradeInstanceOperationSettings()
Returns the builder for the settings used for calls to upgradeInstance.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpgradeInstanceRequest,com.google.longrunning.Operation>
upgradeInstanceSettings()
Returns the builder for the settings used for calls to upgradeInstance.-
Methods inherited from class com.google.api.gax.rpc.ClientSettings.Builder
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setQuotaProjectId, setTransportChannelProvider, setWatchdogCheckInterval, setWatchdogProvider, toString
-
-
-
-
Constructor Detail
-
Builder
protected Builder() throws IOException
- Throws:
IOException
-
Builder
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
-
Builder
protected Builder(NotebookServiceSettings settings)
-
Builder
protected Builder(NotebookServiceStubSettings.Builder stubSettings)
-
-
Method Detail
-
getStubSettingsBuilder
public NotebookServiceStubSettings.Builder getStubSettingsBuilder()
-
applyToAllUnaryMethods
public NotebookServiceSettings.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.Note: This method does not support applying settings to streaming methods.
-
listInstancesSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListInstancesRequest,ListInstancesResponse,NotebookServiceClient.ListInstancesPagedResponse> listInstancesSettings()
Returns the builder for the settings used for calls to listInstances.
-
getInstanceSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetInstanceRequest,Instance> getInstanceSettings()
Returns the builder for the settings used for calls to getInstance.
-
createInstanceSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateInstanceRequest,com.google.longrunning.Operation> createInstanceSettings()
Returns the builder for the settings used for calls to createInstance.
-
createInstanceOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateInstanceRequest,Instance,OperationMetadata> createInstanceOperationSettings()
Returns the builder for the settings used for calls to createInstance.
-
registerInstanceSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<RegisterInstanceRequest,com.google.longrunning.Operation> registerInstanceSettings()
Returns the builder for the settings used for calls to registerInstance.
-
registerInstanceOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<RegisterInstanceRequest,Instance,OperationMetadata> registerInstanceOperationSettings()
Returns the builder for the settings used for calls to registerInstance.
-
setInstanceAcceleratorSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<SetInstanceAcceleratorRequest,com.google.longrunning.Operation> setInstanceAcceleratorSettings()
Returns the builder for the settings used for calls to setInstanceAccelerator.
-
setInstanceAcceleratorOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<SetInstanceAcceleratorRequest,Instance,OperationMetadata> setInstanceAcceleratorOperationSettings()
Returns the builder for the settings used for calls to setInstanceAccelerator.
-
setInstanceMachineTypeSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<SetInstanceMachineTypeRequest,com.google.longrunning.Operation> setInstanceMachineTypeSettings()
Returns the builder for the settings used for calls to setInstanceMachineType.
-
setInstanceMachineTypeOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<SetInstanceMachineTypeRequest,Instance,OperationMetadata> setInstanceMachineTypeOperationSettings()
Returns the builder for the settings used for calls to setInstanceMachineType.
-
updateInstanceConfigSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateInstanceConfigRequest,com.google.longrunning.Operation> updateInstanceConfigSettings()
Returns the builder for the settings used for calls to updateInstanceConfig.
-
updateInstanceConfigOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateInstanceConfigRequest,Instance,OperationMetadata> updateInstanceConfigOperationSettings()
Returns the builder for the settings used for calls to updateInstanceConfig.
-
updateShieldedInstanceConfigSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateShieldedInstanceConfigRequest,com.google.longrunning.Operation> updateShieldedInstanceConfigSettings()
Returns the builder for the settings used for calls to updateShieldedInstanceConfig.
-
updateShieldedInstanceConfigOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateShieldedInstanceConfigRequest,Instance,OperationMetadata> updateShieldedInstanceConfigOperationSettings()
Returns the builder for the settings used for calls to updateShieldedInstanceConfig.
-
setInstanceLabelsSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<SetInstanceLabelsRequest,com.google.longrunning.Operation> setInstanceLabelsSettings()
Returns the builder for the settings used for calls to setInstanceLabels.
-
setInstanceLabelsOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<SetInstanceLabelsRequest,Instance,OperationMetadata> setInstanceLabelsOperationSettings()
Returns the builder for the settings used for calls to setInstanceLabels.
-
updateInstanceMetadataItemsSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateInstanceMetadataItemsRequest,UpdateInstanceMetadataItemsResponse> updateInstanceMetadataItemsSettings()
Returns the builder for the settings used for calls to updateInstanceMetadataItems.
-
deleteInstanceSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteInstanceRequest,com.google.longrunning.Operation> deleteInstanceSettings()
Returns the builder for the settings used for calls to deleteInstance.
-
deleteInstanceOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteInstanceRequest,com.google.protobuf.Empty,OperationMetadata> deleteInstanceOperationSettings()
Returns the builder for the settings used for calls to deleteInstance.
-
startInstanceSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<StartInstanceRequest,com.google.longrunning.Operation> startInstanceSettings()
Returns the builder for the settings used for calls to startInstance.
-
startInstanceOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<StartInstanceRequest,Instance,OperationMetadata> startInstanceOperationSettings()
Returns the builder for the settings used for calls to startInstance.
-
stopInstanceSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<StopInstanceRequest,com.google.longrunning.Operation> stopInstanceSettings()
Returns the builder for the settings used for calls to stopInstance.
-
stopInstanceOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<StopInstanceRequest,Instance,OperationMetadata> stopInstanceOperationSettings()
Returns the builder for the settings used for calls to stopInstance.
-
resetInstanceSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<ResetInstanceRequest,com.google.longrunning.Operation> resetInstanceSettings()
Returns the builder for the settings used for calls to resetInstance.
-
resetInstanceOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<ResetInstanceRequest,Instance,OperationMetadata> resetInstanceOperationSettings()
Returns the builder for the settings used for calls to resetInstance.
-
reportInstanceInfoSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<ReportInstanceInfoRequest,com.google.longrunning.Operation> reportInstanceInfoSettings()
Returns the builder for the settings used for calls to reportInstanceInfo.
-
reportInstanceInfoOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<ReportInstanceInfoRequest,Instance,OperationMetadata> reportInstanceInfoOperationSettings()
Returns the builder for the settings used for calls to reportInstanceInfo.
-
isInstanceUpgradeableSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<IsInstanceUpgradeableRequest,IsInstanceUpgradeableResponse> isInstanceUpgradeableSettings()
Returns the builder for the settings used for calls to isInstanceUpgradeable.
-
getInstanceHealthSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetInstanceHealthRequest,GetInstanceHealthResponse> getInstanceHealthSettings()
Returns the builder for the settings used for calls to getInstanceHealth.
-
upgradeInstanceSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpgradeInstanceRequest,com.google.longrunning.Operation> upgradeInstanceSettings()
Returns the builder for the settings used for calls to upgradeInstance.
-
upgradeInstanceOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<UpgradeInstanceRequest,Instance,OperationMetadata> upgradeInstanceOperationSettings()
Returns the builder for the settings used for calls to upgradeInstance.
-
rollbackInstanceSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<RollbackInstanceRequest,com.google.longrunning.Operation> rollbackInstanceSettings()
Returns the builder for the settings used for calls to rollbackInstance.
-
rollbackInstanceOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<RollbackInstanceRequest,Instance,OperationMetadata> rollbackInstanceOperationSettings()
Returns the builder for the settings used for calls to rollbackInstance.
-
diagnoseInstanceSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DiagnoseInstanceRequest,com.google.longrunning.Operation> diagnoseInstanceSettings()
Returns the builder for the settings used for calls to diagnoseInstance.
-
diagnoseInstanceOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<DiagnoseInstanceRequest,Instance,OperationMetadata> diagnoseInstanceOperationSettings()
Returns the builder for the settings used for calls to diagnoseInstance.
-
upgradeInstanceInternalSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpgradeInstanceInternalRequest,com.google.longrunning.Operation> upgradeInstanceInternalSettings()
Returns the builder for the settings used for calls to upgradeInstanceInternal.
-
upgradeInstanceInternalOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<UpgradeInstanceInternalRequest,Instance,OperationMetadata> upgradeInstanceInternalOperationSettings()
Returns the builder for the settings used for calls to upgradeInstanceInternal.
-
listEnvironmentsSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListEnvironmentsRequest,ListEnvironmentsResponse,NotebookServiceClient.ListEnvironmentsPagedResponse> listEnvironmentsSettings()
Returns the builder for the settings used for calls to listEnvironments.
-
getEnvironmentSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetEnvironmentRequest,Environment> getEnvironmentSettings()
Returns the builder for the settings used for calls to getEnvironment.
-
createEnvironmentSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateEnvironmentRequest,com.google.longrunning.Operation> createEnvironmentSettings()
Returns the builder for the settings used for calls to createEnvironment.
-
createEnvironmentOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateEnvironmentRequest,Environment,OperationMetadata> createEnvironmentOperationSettings()
Returns the builder for the settings used for calls to createEnvironment.
-
deleteEnvironmentSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteEnvironmentRequest,com.google.longrunning.Operation> deleteEnvironmentSettings()
Returns the builder for the settings used for calls to deleteEnvironment.
-
deleteEnvironmentOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteEnvironmentRequest,com.google.protobuf.Empty,OperationMetadata> deleteEnvironmentOperationSettings()
Returns the builder for the settings used for calls to deleteEnvironment.
-
listSchedulesSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListSchedulesRequest,ListSchedulesResponse,NotebookServiceClient.ListSchedulesPagedResponse> listSchedulesSettings()
Returns the builder for the settings used for calls to listSchedules.
-
getScheduleSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetScheduleRequest,Schedule> getScheduleSettings()
Returns the builder for the settings used for calls to getSchedule.
-
deleteScheduleSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteScheduleRequest,com.google.longrunning.Operation> deleteScheduleSettings()
Returns the builder for the settings used for calls to deleteSchedule.
-
deleteScheduleOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteScheduleRequest,com.google.protobuf.Empty,OperationMetadata> deleteScheduleOperationSettings()
Returns the builder for the settings used for calls to deleteSchedule.
-
createScheduleSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateScheduleRequest,com.google.longrunning.Operation> createScheduleSettings()
Returns the builder for the settings used for calls to createSchedule.
-
createScheduleOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateScheduleRequest,Schedule,OperationMetadata> createScheduleOperationSettings()
Returns the builder for the settings used for calls to createSchedule.
-
triggerScheduleSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<TriggerScheduleRequest,com.google.longrunning.Operation> triggerScheduleSettings()
Returns the builder for the settings used for calls to triggerSchedule.
-
triggerScheduleOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<TriggerScheduleRequest,Schedule,OperationMetadata> triggerScheduleOperationSettings()
Returns the builder for the settings used for calls to triggerSchedule.
-
listExecutionsSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListExecutionsRequest,ListExecutionsResponse,NotebookServiceClient.ListExecutionsPagedResponse> listExecutionsSettings()
Returns the builder for the settings used for calls to listExecutions.
-
getExecutionSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetExecutionRequest,Execution> getExecutionSettings()
Returns the builder for the settings used for calls to getExecution.
-
deleteExecutionSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteExecutionRequest,com.google.longrunning.Operation> deleteExecutionSettings()
Returns the builder for the settings used for calls to deleteExecution.
-
deleteExecutionOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteExecutionRequest,com.google.protobuf.Empty,OperationMetadata> deleteExecutionOperationSettings()
Returns the builder for the settings used for calls to deleteExecution.
-
createExecutionSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateExecutionRequest,com.google.longrunning.Operation> createExecutionSettings()
Returns the builder for the settings used for calls to createExecution.
-
createExecutionOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateExecutionRequest,Execution,OperationMetadata> createExecutionOperationSettings()
Returns the builder for the settings used for calls to createExecution.
-
listLocationsSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,NotebookServiceClient.ListLocationsPagedResponse> listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.
-
getLocationSettings
public 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.
-
setIamPolicySettings
public 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.
-
getIamPolicySettings
public 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.
-
testIamPermissionsSettings
public 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.
-
build
public NotebookServiceSettings build() throws IOException
- Specified by:
build
in classcom.google.api.gax.rpc.ClientSettings.Builder<NotebookServiceSettings,NotebookServiceSettings.Builder>
- Throws:
IOException
-
-