public static class NotebookServiceStubSettings.Builder extends StubSettings.Builder<NotebookServiceStubSettings,NotebookServiceStubSettings.Builder>
Builder for NotebookServiceStubSettings.
Constructors
Builder()
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
Builder(NotebookServiceStubSettings settings)
protected Builder(NotebookServiceStubSettings settings)
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public NotebookServiceStubSettings.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 NotebookServiceStubSettings build()
Overrides
createEnvironmentOperationSettings()
public OperationCallSettings.Builder<CreateEnvironmentRequest,Environment,OperationMetadata> createEnvironmentOperationSettings()
Returns the builder for the settings used for calls to createEnvironment.
createEnvironmentSettings()
public UnaryCallSettings.Builder<CreateEnvironmentRequest,Operation> createEnvironmentSettings()
Returns the builder for the settings used for calls to createEnvironment.
createExecutionOperationSettings()
public OperationCallSettings.Builder<CreateExecutionRequest,Execution,OperationMetadata> createExecutionOperationSettings()
Returns the builder for the settings used for calls to createExecution.
createExecutionSettings()
public UnaryCallSettings.Builder<CreateExecutionRequest,Operation> createExecutionSettings()
Returns the builder for the settings used for calls to createExecution.
createInstanceOperationSettings()
public OperationCallSettings.Builder<CreateInstanceRequest,Instance,OperationMetadata> createInstanceOperationSettings()
Returns the builder for the settings used for calls to createInstance.
createInstanceSettings()
public UnaryCallSettings.Builder<CreateInstanceRequest,Operation> createInstanceSettings()
Returns the builder for the settings used for calls to createInstance.
createScheduleOperationSettings()
public OperationCallSettings.Builder<CreateScheduleRequest,Schedule,OperationMetadata> createScheduleOperationSettings()
Returns the builder for the settings used for calls to createSchedule.
createScheduleSettings()
public UnaryCallSettings.Builder<CreateScheduleRequest,Operation> createScheduleSettings()
Returns the builder for the settings used for calls to createSchedule.
deleteEnvironmentOperationSettings()
public OperationCallSettings.Builder<DeleteEnvironmentRequest,Empty,OperationMetadata> deleteEnvironmentOperationSettings()
Returns the builder for the settings used for calls to deleteEnvironment.
deleteEnvironmentSettings()
public UnaryCallSettings.Builder<DeleteEnvironmentRequest,Operation> deleteEnvironmentSettings()
Returns the builder for the settings used for calls to deleteEnvironment.
deleteExecutionOperationSettings()
public OperationCallSettings.Builder<DeleteExecutionRequest,Empty,OperationMetadata> deleteExecutionOperationSettings()
Returns the builder for the settings used for calls to deleteExecution.
deleteExecutionSettings()
public UnaryCallSettings.Builder<DeleteExecutionRequest,Operation> deleteExecutionSettings()
Returns the builder for the settings used for calls to deleteExecution.
deleteInstanceOperationSettings()
public OperationCallSettings.Builder<DeleteInstanceRequest,Empty,OperationMetadata> deleteInstanceOperationSettings()
Returns the builder for the settings used for calls to deleteInstance.
deleteInstanceSettings()
public UnaryCallSettings.Builder<DeleteInstanceRequest,Operation> deleteInstanceSettings()
Returns the builder for the settings used for calls to deleteInstance.
deleteScheduleOperationSettings()
public OperationCallSettings.Builder<DeleteScheduleRequest,Empty,OperationMetadata> deleteScheduleOperationSettings()
Returns the builder for the settings used for calls to deleteSchedule.
deleteScheduleSettings()
public UnaryCallSettings.Builder<DeleteScheduleRequest,Operation> deleteScheduleSettings()
Returns the builder for the settings used for calls to deleteSchedule.
diagnoseInstanceOperationSettings()
public OperationCallSettings.Builder<DiagnoseInstanceRequest,Instance,OperationMetadata> diagnoseInstanceOperationSettings()
Returns the builder for the settings used for calls to diagnoseInstance.
diagnoseInstanceSettings()
public UnaryCallSettings.Builder<DiagnoseInstanceRequest,Operation> diagnoseInstanceSettings()
Returns the builder for the settings used for calls to diagnoseInstance.
getEndpoint()
public String getEndpoint()
Returns the endpoint set by the user or the the service's default endpoint.
Overrides
getEnvironmentSettings()
public UnaryCallSettings.Builder<GetEnvironmentRequest,Environment> getEnvironmentSettings()
Returns the builder for the settings used for calls to getEnvironment.
getExecutionSettings()
public UnaryCallSettings.Builder<GetExecutionRequest,Execution> getExecutionSettings()
Returns the builder for the settings used for calls to getExecution.
getIamPolicySettings()
public UnaryCallSettings.Builder<GetIamPolicyRequest,Policy> getIamPolicySettings()
Returns the builder for the settings used for calls to getIamPolicy.
Returns |
---|
Type | Description |
Builder<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> | |
getInstanceHealthSettings()
public UnaryCallSettings.Builder<GetInstanceHealthRequest,GetInstanceHealthResponse> getInstanceHealthSettings()
Returns the builder for the settings used for calls to getInstanceHealth.
getInstanceSettings()
public UnaryCallSettings.Builder<GetInstanceRequest,Instance> getInstanceSettings()
Returns the builder for the settings used for calls to getInstance.
getLocationSettings()
public UnaryCallSettings.Builder<GetLocationRequest,Location> getLocationSettings()
Returns the builder for the settings used for calls to getLocation.
Returns |
---|
Type | Description |
Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> | |
getScheduleSettings()
public UnaryCallSettings.Builder<GetScheduleRequest,Schedule> getScheduleSettings()
Returns the builder for the settings used for calls to getSchedule.
isInstanceUpgradeableSettings()
public UnaryCallSettings.Builder<IsInstanceUpgradeableRequest,IsInstanceUpgradeableResponse> isInstanceUpgradeableSettings()
Returns the builder for the settings used for calls to isInstanceUpgradeable.
listEnvironmentsSettings()
public PagedCallSettings.Builder<ListEnvironmentsRequest,ListEnvironmentsResponse,NotebookServiceClient.ListEnvironmentsPagedResponse> listEnvironmentsSettings()
Returns the builder for the settings used for calls to listEnvironments.
listExecutionsSettings()
public PagedCallSettings.Builder<ListExecutionsRequest,ListExecutionsResponse,NotebookServiceClient.ListExecutionsPagedResponse> listExecutionsSettings()
Returns the builder for the settings used for calls to listExecutions.
listInstancesSettings()
public PagedCallSettings.Builder<ListInstancesRequest,ListInstancesResponse,NotebookServiceClient.ListInstancesPagedResponse> listInstancesSettings()
Returns the builder for the settings used for calls to listInstances.
listLocationsSettings()
public PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse,NotebookServiceClient.ListLocationsPagedResponse> listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.
listSchedulesSettings()
public PagedCallSettings.Builder<ListSchedulesRequest,ListSchedulesResponse,NotebookServiceClient.ListSchedulesPagedResponse> listSchedulesSettings()
Returns the builder for the settings used for calls to listSchedules.
registerInstanceOperationSettings()
public OperationCallSettings.Builder<RegisterInstanceRequest,Instance,OperationMetadata> registerInstanceOperationSettings()
Returns the builder for the settings used for calls to registerInstance.
registerInstanceSettings()
public UnaryCallSettings.Builder<RegisterInstanceRequest,Operation> registerInstanceSettings()
Returns the builder for the settings used for calls to registerInstance.
reportInstanceInfoOperationSettings()
public OperationCallSettings.Builder<ReportInstanceInfoRequest,Instance,OperationMetadata> reportInstanceInfoOperationSettings()
Returns the builder for the settings used for calls to reportInstanceInfo.
reportInstanceInfoSettings()
public UnaryCallSettings.Builder<ReportInstanceInfoRequest,Operation> reportInstanceInfoSettings()
Returns the builder for the settings used for calls to reportInstanceInfo.
resetInstanceOperationSettings()
public OperationCallSettings.Builder<ResetInstanceRequest,Instance,OperationMetadata> resetInstanceOperationSettings()
Returns the builder for the settings used for calls to resetInstance.
resetInstanceSettings()
public UnaryCallSettings.Builder<ResetInstanceRequest,Operation> resetInstanceSettings()
Returns the builder for the settings used for calls to resetInstance.
rollbackInstanceOperationSettings()
public OperationCallSettings.Builder<RollbackInstanceRequest,Instance,OperationMetadata> rollbackInstanceOperationSettings()
Returns the builder for the settings used for calls to rollbackInstance.
rollbackInstanceSettings()
public UnaryCallSettings.Builder<RollbackInstanceRequest,Operation> rollbackInstanceSettings()
Returns the builder for the settings used for calls to rollbackInstance.
setIamPolicySettings()
public UnaryCallSettings.Builder<SetIamPolicyRequest,Policy> setIamPolicySettings()
Returns the builder for the settings used for calls to setIamPolicy.
Returns |
---|
Type | Description |
Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> | |
setInstanceAcceleratorOperationSettings()
public OperationCallSettings.Builder<SetInstanceAcceleratorRequest,Instance,OperationMetadata> setInstanceAcceleratorOperationSettings()
Returns the builder for the settings used for calls to setInstanceAccelerator.
setInstanceAcceleratorSettings()
public UnaryCallSettings.Builder<SetInstanceAcceleratorRequest,Operation> setInstanceAcceleratorSettings()
Returns the builder for the settings used for calls to setInstanceAccelerator.
setInstanceLabelsOperationSettings()
public OperationCallSettings.Builder<SetInstanceLabelsRequest,Instance,OperationMetadata> setInstanceLabelsOperationSettings()
Returns the builder for the settings used for calls to setInstanceLabels.
setInstanceLabelsSettings()
public UnaryCallSettings.Builder<SetInstanceLabelsRequest,Operation> setInstanceLabelsSettings()
Returns the builder for the settings used for calls to setInstanceLabels.
setInstanceMachineTypeOperationSettings()
public OperationCallSettings.Builder<SetInstanceMachineTypeRequest,Instance,OperationMetadata> setInstanceMachineTypeOperationSettings()
Returns the builder for the settings used for calls to setInstanceMachineType.
setInstanceMachineTypeSettings()
public UnaryCallSettings.Builder<SetInstanceMachineTypeRequest,Operation> setInstanceMachineTypeSettings()
Returns the builder for the settings used for calls to setInstanceMachineType.
startInstanceOperationSettings()
public OperationCallSettings.Builder<StartInstanceRequest,Instance,OperationMetadata> startInstanceOperationSettings()
Returns the builder for the settings used for calls to startInstance.
startInstanceSettings()
public UnaryCallSettings.Builder<StartInstanceRequest,Operation> startInstanceSettings()
Returns the builder for the settings used for calls to startInstance.
stopInstanceOperationSettings()
public OperationCallSettings.Builder<StopInstanceRequest,Instance,OperationMetadata> stopInstanceOperationSettings()
Returns the builder for the settings used for calls to stopInstance.
stopInstanceSettings()
public UnaryCallSettings.Builder<StopInstanceRequest,Operation> stopInstanceSettings()
Returns the builder for the settings used for calls to stopInstance.
testIamPermissionsSettings()
public UnaryCallSettings.Builder<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsSettings()
Returns the builder for the settings used for calls to testIamPermissions.
Returns |
---|
Type | Description |
Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> | |
triggerScheduleOperationSettings()
public OperationCallSettings.Builder<TriggerScheduleRequest,Schedule,OperationMetadata> triggerScheduleOperationSettings()
Returns the builder for the settings used for calls to triggerSchedule.
triggerScheduleSettings()
public UnaryCallSettings.Builder<TriggerScheduleRequest,Operation> triggerScheduleSettings()
Returns the builder for the settings used for calls to triggerSchedule.
unaryMethodSettingsBuilders()
public ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
Returns |
---|
Type | Description |
com.google.common.collect.ImmutableList<Builder<?,?>> | |
updateInstanceConfigOperationSettings()
public OperationCallSettings.Builder<UpdateInstanceConfigRequest,Instance,OperationMetadata> updateInstanceConfigOperationSettings()
Returns the builder for the settings used for calls to updateInstanceConfig.
updateInstanceConfigSettings()
public UnaryCallSettings.Builder<UpdateInstanceConfigRequest,Operation> updateInstanceConfigSettings()
Returns the builder for the settings used for calls to updateInstanceConfig.
public UnaryCallSettings.Builder<UpdateInstanceMetadataItemsRequest,UpdateInstanceMetadataItemsResponse> updateInstanceMetadataItemsSettings()
Returns the builder for the settings used for calls to updateInstanceMetadataItems.
updateShieldedInstanceConfigOperationSettings()
public OperationCallSettings.Builder<UpdateShieldedInstanceConfigRequest,Instance,OperationMetadata> updateShieldedInstanceConfigOperationSettings()
Returns the builder for the settings used for calls to updateShieldedInstanceConfig.
updateShieldedInstanceConfigSettings()
public UnaryCallSettings.Builder<UpdateShieldedInstanceConfigRequest,Operation> updateShieldedInstanceConfigSettings()
Returns the builder for the settings used for calls to updateShieldedInstanceConfig.
upgradeInstanceInternalOperationSettings()
public OperationCallSettings.Builder<UpgradeInstanceInternalRequest,Instance,OperationMetadata> upgradeInstanceInternalOperationSettings()
Returns the builder for the settings used for calls to upgradeInstanceInternal.
upgradeInstanceInternalSettings()
public UnaryCallSettings.Builder<UpgradeInstanceInternalRequest,Operation> upgradeInstanceInternalSettings()
Returns the builder for the settings used for calls to upgradeInstanceInternal.
upgradeInstanceOperationSettings()
public OperationCallSettings.Builder<UpgradeInstanceRequest,Instance,OperationMetadata> upgradeInstanceOperationSettings()
Returns the builder for the settings used for calls to upgradeInstance.
upgradeInstanceSettings()
public UnaryCallSettings.Builder<UpgradeInstanceRequest,Operation> upgradeInstanceSettings()
Returns the builder for the settings used for calls to upgradeInstance.