Package com.google.cloud.notebooks.v1
Class NotebookServiceSettings
- java.lang.Object
-
- com.google.api.gax.rpc.ClientSettings<NotebookServiceSettings>
-
- com.google.cloud.notebooks.v1.NotebookServiceSettings
-
@Generated("by gapic-generator-java") public class NotebookServiceSettings extends com.google.api.gax.rpc.ClientSettings<NotebookServiceSettings>
Settings class to configure an instance ofNotebookServiceClient
.The default instance has everything set to sensible defaults:
- The default service address (notebooks.googleapis.com) and default port (443) are used.
- Credentials are acquired automatically through Application Default Credentials.
- Retries are configured for idempotent methods but not for non-idempotent methods.
The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.
For example, to set the total timeout of getInstance to 30 seconds:
// This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library NotebookServiceSettings.Builder notebookServiceSettingsBuilder = NotebookServiceSettings.newBuilder(); notebookServiceSettingsBuilder .getInstanceSettings() .setRetrySettings( notebookServiceSettingsBuilder .getInstanceSettings() .getRetrySettings() .toBuilder() .setTotalTimeout(Duration.ofSeconds(30)) .build()); NotebookServiceSettings notebookServiceSettings = notebookServiceSettingsBuilder.build();
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NotebookServiceSettings.Builder
Builder for NotebookServiceSettings.
-
Constructor Summary
Constructors Modifier Constructor Description protected
NotebookServiceSettings(NotebookServiceSettings.Builder settingsBuilder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NotebookServiceSettings
create(NotebookServiceStubSettings stub)
com.google.api.gax.rpc.OperationCallSettings<CreateEnvironmentRequest,Environment,OperationMetadata>
createEnvironmentOperationSettings()
Returns the object with the settings used for calls to createEnvironment.com.google.api.gax.rpc.UnaryCallSettings<CreateEnvironmentRequest,com.google.longrunning.Operation>
createEnvironmentSettings()
Returns the object with the settings used for calls to createEnvironment.com.google.api.gax.rpc.OperationCallSettings<CreateExecutionRequest,Execution,OperationMetadata>
createExecutionOperationSettings()
Returns the object with the settings used for calls to createExecution.com.google.api.gax.rpc.UnaryCallSettings<CreateExecutionRequest,com.google.longrunning.Operation>
createExecutionSettings()
Returns the object with the settings used for calls to createExecution.com.google.api.gax.rpc.OperationCallSettings<CreateInstanceRequest,Instance,OperationMetadata>
createInstanceOperationSettings()
Returns the object with the settings used for calls to createInstance.com.google.api.gax.rpc.UnaryCallSettings<CreateInstanceRequest,com.google.longrunning.Operation>
createInstanceSettings()
Returns the object with the settings used for calls to createInstance.com.google.api.gax.rpc.OperationCallSettings<CreateScheduleRequest,Schedule,OperationMetadata>
createScheduleOperationSettings()
Returns the object with the settings used for calls to createSchedule.com.google.api.gax.rpc.UnaryCallSettings<CreateScheduleRequest,com.google.longrunning.Operation>
createScheduleSettings()
Returns the object with the settings used for calls to createSchedule.static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder
defaultApiClientHeaderProviderBuilder()
static com.google.api.gax.core.GoogleCredentialsProvider.Builder
defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.static com.google.api.gax.core.InstantiatingExecutorProvider.Builder
defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder
defaultGrpcTransportProviderBuilder()
Returns a builder for the default ChannelProvider for this service.static com.google.api.gax.rpc.TransportChannelProvider
defaultTransportChannelProvider()
com.google.api.gax.rpc.OperationCallSettings<DeleteEnvironmentRequest,com.google.protobuf.Empty,OperationMetadata>
deleteEnvironmentOperationSettings()
Returns the object with the settings used for calls to deleteEnvironment.com.google.api.gax.rpc.UnaryCallSettings<DeleteEnvironmentRequest,com.google.longrunning.Operation>
deleteEnvironmentSettings()
Returns the object with the settings used for calls to deleteEnvironment.com.google.api.gax.rpc.OperationCallSettings<DeleteExecutionRequest,com.google.protobuf.Empty,OperationMetadata>
deleteExecutionOperationSettings()
Returns the object with the settings used for calls to deleteExecution.com.google.api.gax.rpc.UnaryCallSettings<DeleteExecutionRequest,com.google.longrunning.Operation>
deleteExecutionSettings()
Returns the object with the settings used for calls to deleteExecution.com.google.api.gax.rpc.OperationCallSettings<DeleteInstanceRequest,com.google.protobuf.Empty,OperationMetadata>
deleteInstanceOperationSettings()
Returns the object with the settings used for calls to deleteInstance.com.google.api.gax.rpc.UnaryCallSettings<DeleteInstanceRequest,com.google.longrunning.Operation>
deleteInstanceSettings()
Returns the object with the settings used for calls to deleteInstance.com.google.api.gax.rpc.OperationCallSettings<DeleteScheduleRequest,com.google.protobuf.Empty,OperationMetadata>
deleteScheduleOperationSettings()
Returns the object with the settings used for calls to deleteSchedule.com.google.api.gax.rpc.UnaryCallSettings<DeleteScheduleRequest,com.google.longrunning.Operation>
deleteScheduleSettings()
Returns the object with the settings used for calls to deleteSchedule.com.google.api.gax.rpc.OperationCallSettings<DiagnoseInstanceRequest,Instance,OperationMetadata>
diagnoseInstanceOperationSettings()
Returns the object with the settings used for calls to diagnoseInstance.com.google.api.gax.rpc.UnaryCallSettings<DiagnoseInstanceRequest,com.google.longrunning.Operation>
diagnoseInstanceSettings()
Returns the object with the settings used for calls to diagnoseInstance.static String
getDefaultEndpoint()
Returns the default service endpoint.static List<String>
getDefaultServiceScopes()
Returns the default service scopes.com.google.api.gax.rpc.UnaryCallSettings<GetEnvironmentRequest,Environment>
getEnvironmentSettings()
Returns the object with the settings used for calls to getEnvironment.com.google.api.gax.rpc.UnaryCallSettings<GetExecutionRequest,Execution>
getExecutionSettings()
Returns the object with the settings used for calls to getExecution.com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>
getIamPolicySettings()
Returns the object with the settings used for calls to getIamPolicy.com.google.api.gax.rpc.UnaryCallSettings<GetInstanceHealthRequest,GetInstanceHealthResponse>
getInstanceHealthSettings()
Returns the object with the settings used for calls to getInstanceHealth.com.google.api.gax.rpc.UnaryCallSettings<GetInstanceRequest,Instance>
getInstanceSettings()
Returns the object with the settings used for calls to getInstance.com.google.api.gax.rpc.UnaryCallSettings<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>
getLocationSettings()
Returns the object with the settings used for calls to getLocation.com.google.api.gax.rpc.UnaryCallSettings<GetScheduleRequest,Schedule>
getScheduleSettings()
Returns the object with the settings used for calls to getSchedule.com.google.api.gax.rpc.UnaryCallSettings<IsInstanceUpgradeableRequest,IsInstanceUpgradeableResponse>
isInstanceUpgradeableSettings()
Returns the object with the settings used for calls to isInstanceUpgradeable.com.google.api.gax.rpc.PagedCallSettings<ListEnvironmentsRequest,ListEnvironmentsResponse,NotebookServiceClient.ListEnvironmentsPagedResponse>
listEnvironmentsSettings()
Returns the object with the settings used for calls to listEnvironments.com.google.api.gax.rpc.PagedCallSettings<ListExecutionsRequest,ListExecutionsResponse,NotebookServiceClient.ListExecutionsPagedResponse>
listExecutionsSettings()
Returns the object with the settings used for calls to listExecutions.com.google.api.gax.rpc.PagedCallSettings<ListInstancesRequest,ListInstancesResponse,NotebookServiceClient.ListInstancesPagedResponse>
listInstancesSettings()
Returns the object with the settings used for calls to listInstances.com.google.api.gax.rpc.PagedCallSettings<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,NotebookServiceClient.ListLocationsPagedResponse>
listLocationsSettings()
Returns the object with the settings used for calls to listLocations.com.google.api.gax.rpc.PagedCallSettings<ListSchedulesRequest,ListSchedulesResponse,NotebookServiceClient.ListSchedulesPagedResponse>
listSchedulesSettings()
Returns the object with the settings used for calls to listSchedules.static NotebookServiceSettings.Builder
newBuilder()
Returns a new builder for this class.static NotebookServiceSettings.Builder
newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.com.google.api.gax.rpc.OperationCallSettings<RegisterInstanceRequest,Instance,OperationMetadata>
registerInstanceOperationSettings()
Returns the object with the settings used for calls to registerInstance.com.google.api.gax.rpc.UnaryCallSettings<RegisterInstanceRequest,com.google.longrunning.Operation>
registerInstanceSettings()
Returns the object with the settings used for calls to registerInstance.com.google.api.gax.rpc.OperationCallSettings<ReportInstanceInfoRequest,Instance,OperationMetadata>
reportInstanceInfoOperationSettings()
Returns the object with the settings used for calls to reportInstanceInfo.com.google.api.gax.rpc.UnaryCallSettings<ReportInstanceInfoRequest,com.google.longrunning.Operation>
reportInstanceInfoSettings()
Returns the object with the settings used for calls to reportInstanceInfo.com.google.api.gax.rpc.OperationCallSettings<ResetInstanceRequest,Instance,OperationMetadata>
resetInstanceOperationSettings()
Returns the object with the settings used for calls to resetInstance.com.google.api.gax.rpc.UnaryCallSettings<ResetInstanceRequest,com.google.longrunning.Operation>
resetInstanceSettings()
Returns the object with the settings used for calls to resetInstance.com.google.api.gax.rpc.OperationCallSettings<RollbackInstanceRequest,Instance,OperationMetadata>
rollbackInstanceOperationSettings()
Returns the object with the settings used for calls to rollbackInstance.com.google.api.gax.rpc.UnaryCallSettings<RollbackInstanceRequest,com.google.longrunning.Operation>
rollbackInstanceSettings()
Returns the object with the settings used for calls to rollbackInstance.com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>
setIamPolicySettings()
Returns the object with the settings used for calls to setIamPolicy.com.google.api.gax.rpc.OperationCallSettings<SetInstanceAcceleratorRequest,Instance,OperationMetadata>
setInstanceAcceleratorOperationSettings()
Returns the object with the settings used for calls to setInstanceAccelerator.com.google.api.gax.rpc.UnaryCallSettings<SetInstanceAcceleratorRequest,com.google.longrunning.Operation>
setInstanceAcceleratorSettings()
Returns the object with the settings used for calls to setInstanceAccelerator.com.google.api.gax.rpc.OperationCallSettings<SetInstanceLabelsRequest,Instance,OperationMetadata>
setInstanceLabelsOperationSettings()
Returns the object with the settings used for calls to setInstanceLabels.com.google.api.gax.rpc.UnaryCallSettings<SetInstanceLabelsRequest,com.google.longrunning.Operation>
setInstanceLabelsSettings()
Returns the object with the settings used for calls to setInstanceLabels.com.google.api.gax.rpc.OperationCallSettings<SetInstanceMachineTypeRequest,Instance,OperationMetadata>
setInstanceMachineTypeOperationSettings()
Returns the object with the settings used for calls to setInstanceMachineType.com.google.api.gax.rpc.UnaryCallSettings<SetInstanceMachineTypeRequest,com.google.longrunning.Operation>
setInstanceMachineTypeSettings()
Returns the object with the settings used for calls to setInstanceMachineType.com.google.api.gax.rpc.OperationCallSettings<StartInstanceRequest,Instance,OperationMetadata>
startInstanceOperationSettings()
Returns the object with the settings used for calls to startInstance.com.google.api.gax.rpc.UnaryCallSettings<StartInstanceRequest,com.google.longrunning.Operation>
startInstanceSettings()
Returns the object with the settings used for calls to startInstance.com.google.api.gax.rpc.OperationCallSettings<StopInstanceRequest,Instance,OperationMetadata>
stopInstanceOperationSettings()
Returns the object with the settings used for calls to stopInstance.com.google.api.gax.rpc.UnaryCallSettings<StopInstanceRequest,com.google.longrunning.Operation>
stopInstanceSettings()
Returns the object with the settings used for calls to stopInstance.com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>
testIamPermissionsSettings()
Returns the object with the settings used for calls to testIamPermissions.NotebookServiceSettings.Builder
toBuilder()
Returns a builder containing all the values of this settings class.com.google.api.gax.rpc.OperationCallSettings<TriggerScheduleRequest,Schedule,OperationMetadata>
triggerScheduleOperationSettings()
Returns the object with the settings used for calls to triggerSchedule.com.google.api.gax.rpc.UnaryCallSettings<TriggerScheduleRequest,com.google.longrunning.Operation>
triggerScheduleSettings()
Returns the object with the settings used for calls to triggerSchedule.com.google.api.gax.rpc.OperationCallSettings<UpdateInstanceConfigRequest,Instance,OperationMetadata>
updateInstanceConfigOperationSettings()
Returns the object with the settings used for calls to updateInstanceConfig.com.google.api.gax.rpc.UnaryCallSettings<UpdateInstanceConfigRequest,com.google.longrunning.Operation>
updateInstanceConfigSettings()
Returns the object with the settings used for calls to updateInstanceConfig.com.google.api.gax.rpc.UnaryCallSettings<UpdateInstanceMetadataItemsRequest,UpdateInstanceMetadataItemsResponse>
updateInstanceMetadataItemsSettings()
Returns the object with the settings used for calls to updateInstanceMetadataItems.com.google.api.gax.rpc.OperationCallSettings<UpdateShieldedInstanceConfigRequest,Instance,OperationMetadata>
updateShieldedInstanceConfigOperationSettings()
Returns the object with the settings used for calls to updateShieldedInstanceConfig.com.google.api.gax.rpc.UnaryCallSettings<UpdateShieldedInstanceConfigRequest,com.google.longrunning.Operation>
updateShieldedInstanceConfigSettings()
Returns the object with the settings used for calls to updateShieldedInstanceConfig.com.google.api.gax.rpc.OperationCallSettings<UpgradeInstanceInternalRequest,Instance,OperationMetadata>
upgradeInstanceInternalOperationSettings()
Returns the object with the settings used for calls to upgradeInstanceInternal.com.google.api.gax.rpc.UnaryCallSettings<UpgradeInstanceInternalRequest,com.google.longrunning.Operation>
upgradeInstanceInternalSettings()
Returns the object with the settings used for calls to upgradeInstanceInternal.com.google.api.gax.rpc.OperationCallSettings<UpgradeInstanceRequest,Instance,OperationMetadata>
upgradeInstanceOperationSettings()
Returns the object with the settings used for calls to upgradeInstance.com.google.api.gax.rpc.UnaryCallSettings<UpgradeInstanceRequest,com.google.longrunning.Operation>
upgradeInstanceSettings()
Returns the object with the settings used for calls to upgradeInstance.-
Methods inherited from class com.google.api.gax.rpc.ClientSettings
getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, toString
-
-
-
-
Constructor Detail
-
NotebookServiceSettings
protected NotebookServiceSettings(NotebookServiceSettings.Builder settingsBuilder) throws IOException
- Throws:
IOException
-
-
Method Detail
-
listInstancesSettings
public com.google.api.gax.rpc.PagedCallSettings<ListInstancesRequest,ListInstancesResponse,NotebookServiceClient.ListInstancesPagedResponse> listInstancesSettings()
Returns the object with the settings used for calls to listInstances.
-
getInstanceSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetInstanceRequest,Instance> getInstanceSettings()
Returns the object with the settings used for calls to getInstance.
-
createInstanceSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateInstanceRequest,com.google.longrunning.Operation> createInstanceSettings()
Returns the object with the settings used for calls to createInstance.
-
createInstanceOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<CreateInstanceRequest,Instance,OperationMetadata> createInstanceOperationSettings()
Returns the object with the settings used for calls to createInstance.
-
registerInstanceSettings
public com.google.api.gax.rpc.UnaryCallSettings<RegisterInstanceRequest,com.google.longrunning.Operation> registerInstanceSettings()
Returns the object with the settings used for calls to registerInstance.
-
registerInstanceOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<RegisterInstanceRequest,Instance,OperationMetadata> registerInstanceOperationSettings()
Returns the object with the settings used for calls to registerInstance.
-
setInstanceAcceleratorSettings
public com.google.api.gax.rpc.UnaryCallSettings<SetInstanceAcceleratorRequest,com.google.longrunning.Operation> setInstanceAcceleratorSettings()
Returns the object with the settings used for calls to setInstanceAccelerator.
-
setInstanceAcceleratorOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<SetInstanceAcceleratorRequest,Instance,OperationMetadata> setInstanceAcceleratorOperationSettings()
Returns the object with the settings used for calls to setInstanceAccelerator.
-
setInstanceMachineTypeSettings
public com.google.api.gax.rpc.UnaryCallSettings<SetInstanceMachineTypeRequest,com.google.longrunning.Operation> setInstanceMachineTypeSettings()
Returns the object with the settings used for calls to setInstanceMachineType.
-
setInstanceMachineTypeOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<SetInstanceMachineTypeRequest,Instance,OperationMetadata> setInstanceMachineTypeOperationSettings()
Returns the object with the settings used for calls to setInstanceMachineType.
-
updateInstanceConfigSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateInstanceConfigRequest,com.google.longrunning.Operation> updateInstanceConfigSettings()
Returns the object with the settings used for calls to updateInstanceConfig.
-
updateInstanceConfigOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<UpdateInstanceConfigRequest,Instance,OperationMetadata> updateInstanceConfigOperationSettings()
Returns the object with the settings used for calls to updateInstanceConfig.
-
updateShieldedInstanceConfigSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateShieldedInstanceConfigRequest,com.google.longrunning.Operation> updateShieldedInstanceConfigSettings()
Returns the object with the settings used for calls to updateShieldedInstanceConfig.
-
updateShieldedInstanceConfigOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<UpdateShieldedInstanceConfigRequest,Instance,OperationMetadata> updateShieldedInstanceConfigOperationSettings()
Returns the object with the settings used for calls to updateShieldedInstanceConfig.
-
setInstanceLabelsSettings
public com.google.api.gax.rpc.UnaryCallSettings<SetInstanceLabelsRequest,com.google.longrunning.Operation> setInstanceLabelsSettings()
Returns the object with the settings used for calls to setInstanceLabels.
-
setInstanceLabelsOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<SetInstanceLabelsRequest,Instance,OperationMetadata> setInstanceLabelsOperationSettings()
Returns the object with the settings used for calls to setInstanceLabels.
-
updateInstanceMetadataItemsSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateInstanceMetadataItemsRequest,UpdateInstanceMetadataItemsResponse> updateInstanceMetadataItemsSettings()
Returns the object with the settings used for calls to updateInstanceMetadataItems.
-
deleteInstanceSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteInstanceRequest,com.google.longrunning.Operation> deleteInstanceSettings()
Returns the object with the settings used for calls to deleteInstance.
-
deleteInstanceOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<DeleteInstanceRequest,com.google.protobuf.Empty,OperationMetadata> deleteInstanceOperationSettings()
Returns the object with the settings used for calls to deleteInstance.
-
startInstanceSettings
public com.google.api.gax.rpc.UnaryCallSettings<StartInstanceRequest,com.google.longrunning.Operation> startInstanceSettings()
Returns the object with the settings used for calls to startInstance.
-
startInstanceOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<StartInstanceRequest,Instance,OperationMetadata> startInstanceOperationSettings()
Returns the object with the settings used for calls to startInstance.
-
stopInstanceSettings
public com.google.api.gax.rpc.UnaryCallSettings<StopInstanceRequest,com.google.longrunning.Operation> stopInstanceSettings()
Returns the object with the settings used for calls to stopInstance.
-
stopInstanceOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<StopInstanceRequest,Instance,OperationMetadata> stopInstanceOperationSettings()
Returns the object with the settings used for calls to stopInstance.
-
resetInstanceSettings
public com.google.api.gax.rpc.UnaryCallSettings<ResetInstanceRequest,com.google.longrunning.Operation> resetInstanceSettings()
Returns the object with the settings used for calls to resetInstance.
-
resetInstanceOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<ResetInstanceRequest,Instance,OperationMetadata> resetInstanceOperationSettings()
Returns the object with the settings used for calls to resetInstance.
-
reportInstanceInfoSettings
public com.google.api.gax.rpc.UnaryCallSettings<ReportInstanceInfoRequest,com.google.longrunning.Operation> reportInstanceInfoSettings()
Returns the object with the settings used for calls to reportInstanceInfo.
-
reportInstanceInfoOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<ReportInstanceInfoRequest,Instance,OperationMetadata> reportInstanceInfoOperationSettings()
Returns the object with the settings used for calls to reportInstanceInfo.
-
isInstanceUpgradeableSettings
public com.google.api.gax.rpc.UnaryCallSettings<IsInstanceUpgradeableRequest,IsInstanceUpgradeableResponse> isInstanceUpgradeableSettings()
Returns the object with the settings used for calls to isInstanceUpgradeable.
-
getInstanceHealthSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetInstanceHealthRequest,GetInstanceHealthResponse> getInstanceHealthSettings()
Returns the object with the settings used for calls to getInstanceHealth.
-
upgradeInstanceSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpgradeInstanceRequest,com.google.longrunning.Operation> upgradeInstanceSettings()
Returns the object with the settings used for calls to upgradeInstance.
-
upgradeInstanceOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<UpgradeInstanceRequest,Instance,OperationMetadata> upgradeInstanceOperationSettings()
Returns the object with the settings used for calls to upgradeInstance.
-
rollbackInstanceSettings
public com.google.api.gax.rpc.UnaryCallSettings<RollbackInstanceRequest,com.google.longrunning.Operation> rollbackInstanceSettings()
Returns the object with the settings used for calls to rollbackInstance.
-
rollbackInstanceOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<RollbackInstanceRequest,Instance,OperationMetadata> rollbackInstanceOperationSettings()
Returns the object with the settings used for calls to rollbackInstance.
-
diagnoseInstanceSettings
public com.google.api.gax.rpc.UnaryCallSettings<DiagnoseInstanceRequest,com.google.longrunning.Operation> diagnoseInstanceSettings()
Returns the object with the settings used for calls to diagnoseInstance.
-
diagnoseInstanceOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<DiagnoseInstanceRequest,Instance,OperationMetadata> diagnoseInstanceOperationSettings()
Returns the object with the settings used for calls to diagnoseInstance.
-
upgradeInstanceInternalSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpgradeInstanceInternalRequest,com.google.longrunning.Operation> upgradeInstanceInternalSettings()
Returns the object with the settings used for calls to upgradeInstanceInternal.
-
upgradeInstanceInternalOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<UpgradeInstanceInternalRequest,Instance,OperationMetadata> upgradeInstanceInternalOperationSettings()
Returns the object with the settings used for calls to upgradeInstanceInternal.
-
listEnvironmentsSettings
public com.google.api.gax.rpc.PagedCallSettings<ListEnvironmentsRequest,ListEnvironmentsResponse,NotebookServiceClient.ListEnvironmentsPagedResponse> listEnvironmentsSettings()
Returns the object with the settings used for calls to listEnvironments.
-
getEnvironmentSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetEnvironmentRequest,Environment> getEnvironmentSettings()
Returns the object with the settings used for calls to getEnvironment.
-
createEnvironmentSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateEnvironmentRequest,com.google.longrunning.Operation> createEnvironmentSettings()
Returns the object with the settings used for calls to createEnvironment.
-
createEnvironmentOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<CreateEnvironmentRequest,Environment,OperationMetadata> createEnvironmentOperationSettings()
Returns the object with the settings used for calls to createEnvironment.
-
deleteEnvironmentSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteEnvironmentRequest,com.google.longrunning.Operation> deleteEnvironmentSettings()
Returns the object with the settings used for calls to deleteEnvironment.
-
deleteEnvironmentOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<DeleteEnvironmentRequest,com.google.protobuf.Empty,OperationMetadata> deleteEnvironmentOperationSettings()
Returns the object with the settings used for calls to deleteEnvironment.
-
listSchedulesSettings
public com.google.api.gax.rpc.PagedCallSettings<ListSchedulesRequest,ListSchedulesResponse,NotebookServiceClient.ListSchedulesPagedResponse> listSchedulesSettings()
Returns the object with the settings used for calls to listSchedules.
-
getScheduleSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetScheduleRequest,Schedule> getScheduleSettings()
Returns the object with the settings used for calls to getSchedule.
-
deleteScheduleSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteScheduleRequest,com.google.longrunning.Operation> deleteScheduleSettings()
Returns the object with the settings used for calls to deleteSchedule.
-
deleteScheduleOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<DeleteScheduleRequest,com.google.protobuf.Empty,OperationMetadata> deleteScheduleOperationSettings()
Returns the object with the settings used for calls to deleteSchedule.
-
createScheduleSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateScheduleRequest,com.google.longrunning.Operation> createScheduleSettings()
Returns the object with the settings used for calls to createSchedule.
-
createScheduleOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<CreateScheduleRequest,Schedule,OperationMetadata> createScheduleOperationSettings()
Returns the object with the settings used for calls to createSchedule.
-
triggerScheduleSettings
public com.google.api.gax.rpc.UnaryCallSettings<TriggerScheduleRequest,com.google.longrunning.Operation> triggerScheduleSettings()
Returns the object with the settings used for calls to triggerSchedule.
-
triggerScheduleOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<TriggerScheduleRequest,Schedule,OperationMetadata> triggerScheduleOperationSettings()
Returns the object with the settings used for calls to triggerSchedule.
-
listExecutionsSettings
public com.google.api.gax.rpc.PagedCallSettings<ListExecutionsRequest,ListExecutionsResponse,NotebookServiceClient.ListExecutionsPagedResponse> listExecutionsSettings()
Returns the object with the settings used for calls to listExecutions.
-
getExecutionSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetExecutionRequest,Execution> getExecutionSettings()
Returns the object with the settings used for calls to getExecution.
-
deleteExecutionSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteExecutionRequest,com.google.longrunning.Operation> deleteExecutionSettings()
Returns the object with the settings used for calls to deleteExecution.
-
deleteExecutionOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<DeleteExecutionRequest,com.google.protobuf.Empty,OperationMetadata> deleteExecutionOperationSettings()
Returns the object with the settings used for calls to deleteExecution.
-
createExecutionSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateExecutionRequest,com.google.longrunning.Operation> createExecutionSettings()
Returns the object with the settings used for calls to createExecution.
-
createExecutionOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<CreateExecutionRequest,Execution,OperationMetadata> createExecutionOperationSettings()
Returns the object with the settings used for calls to createExecution.
-
listLocationsSettings
public com.google.api.gax.rpc.PagedCallSettings<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,NotebookServiceClient.ListLocationsPagedResponse> listLocationsSettings()
Returns the object with the settings used for calls to listLocations.
-
getLocationSettings
public com.google.api.gax.rpc.UnaryCallSettings<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationSettings()
Returns the object with the settings used for calls to getLocation.
-
setIamPolicySettings
public com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicySettings()
Returns the object with the settings used for calls to setIamPolicy.
-
getIamPolicySettings
public com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicySettings()
Returns the object with the settings used for calls to getIamPolicy.
-
testIamPermissionsSettings
public com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsSettings()
Returns the object with the settings used for calls to testIamPermissions.
-
create
public static final NotebookServiceSettings create(NotebookServiceStubSettings stub) throws IOException
- Throws:
IOException
-
defaultExecutorProviderBuilder
public static com.google.api.gax.core.InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
-
getDefaultEndpoint
public static String getDefaultEndpoint()
Returns the default service endpoint.
-
getDefaultServiceScopes
public static List<String> getDefaultServiceScopes()
Returns the default service scopes.
-
defaultCredentialsProviderBuilder
public static com.google.api.gax.core.GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
-
defaultGrpcTransportProviderBuilder
public static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
Returns a builder for the default ChannelProvider for this service.
-
defaultTransportChannelProvider
public static com.google.api.gax.rpc.TransportChannelProvider defaultTransportChannelProvider()
-
defaultApiClientHeaderProviderBuilder
@BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
-
newBuilder
public static NotebookServiceSettings.Builder newBuilder()
Returns a new builder for this class.
-
newBuilder
public static NotebookServiceSettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.
-
toBuilder
public NotebookServiceSettings.Builder toBuilder()
Returns a builder containing all the values of this settings class.- Specified by:
toBuilder
in classcom.google.api.gax.rpc.ClientSettings<NotebookServiceSettings>
-
-