Send feedback
Class NotebookServiceStub (1.4.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.4.0 keyboard_arrow_down
public abstract class NotebookServiceStub implements BackgroundResource
Base stub class for the NotebookService service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
NotebookServiceStub()
public NotebookServiceStub ()
Methods
close()
public abstract void close ()
createEnvironmentCallable()
public UnaryCallable<CreateEnvironmentRequest , Operation > createEnvironmentCallable ()
Returns
createEnvironmentOperationCallable()
public OperationCallable<CreateEnvironmentRequest , Environment , OperationMetadata > createEnvironmentOperationCallable ()
Returns
createExecutionCallable()
public UnaryCallable<CreateExecutionRequest , Operation > createExecutionCallable ()
Returns
createExecutionOperationCallable()
public OperationCallable<CreateExecutionRequest , Execution , OperationMetadata > createExecutionOperationCallable ()
Returns
createInstanceCallable()
public UnaryCallable<CreateInstanceRequest , Operation > createInstanceCallable ()
Returns
createInstanceOperationCallable()
public OperationCallable<CreateInstanceRequest , Instance , OperationMetadata > createInstanceOperationCallable ()
Returns
createScheduleCallable()
public UnaryCallable<CreateScheduleRequest , Operation > createScheduleCallable ()
Returns
createScheduleOperationCallable()
public OperationCallable<CreateScheduleRequest , Schedule , OperationMetadata > createScheduleOperationCallable ()
Returns
deleteEnvironmentCallable()
public UnaryCallable<DeleteEnvironmentRequest , Operation > deleteEnvironmentCallable ()
Returns
deleteEnvironmentOperationCallable()
public OperationCallable<DeleteEnvironmentRequest , Empty , OperationMetadata > deleteEnvironmentOperationCallable ()
Returns
deleteExecutionCallable()
public UnaryCallable<DeleteExecutionRequest , Operation > deleteExecutionCallable ()
Returns
deleteExecutionOperationCallable()
public OperationCallable<DeleteExecutionRequest , Empty , OperationMetadata > deleteExecutionOperationCallable ()
Returns
deleteInstanceCallable()
public UnaryCallable<DeleteInstanceRequest , Operation > deleteInstanceCallable ()
Returns
deleteInstanceOperationCallable()
public OperationCallable<DeleteInstanceRequest , Empty , OperationMetadata > deleteInstanceOperationCallable ()
Returns
deleteScheduleCallable()
public UnaryCallable<DeleteScheduleRequest , Operation > deleteScheduleCallable ()
Returns
deleteScheduleOperationCallable()
public OperationCallable<DeleteScheduleRequest , Empty , OperationMetadata > deleteScheduleOperationCallable ()
Returns
getEnvironmentCallable()
public UnaryCallable<GetEnvironmentRequest , Environment > getEnvironmentCallable ()
Returns
getExecutionCallable()
public UnaryCallable<GetExecutionRequest , Execution > getExecutionCallable ()
Returns
getInstanceCallable()
public UnaryCallable<GetInstanceRequest , Instance > getInstanceCallable ()
Returns
getInstanceHealthCallable()
public UnaryCallable<GetInstanceHealthRequest , GetInstanceHealthResponse > getInstanceHealthCallable ()
Returns
getOperationsStub()
public OperationsStub getOperationsStub ()
Returns
getScheduleCallable()
public UnaryCallable<GetScheduleRequest , Schedule > getScheduleCallable ()
Returns
isInstanceUpgradeableCallable()
public UnaryCallable<IsInstanceUpgradeableRequest , IsInstanceUpgradeableResponse > isInstanceUpgradeableCallable ()
Returns
listEnvironmentsCallable()
public UnaryCallable<ListEnvironmentsRequest , ListEnvironmentsResponse > listEnvironmentsCallable ()
Returns
listEnvironmentsPagedCallable()
public UnaryCallable<ListEnvironmentsRequest , NotebookServiceClient . ListEnvironmentsPagedResponse > listEnvironmentsPagedCallable ()
Returns
listExecutionsCallable()
public UnaryCallable<ListExecutionsRequest , ListExecutionsResponse > listExecutionsCallable ()
Returns
listExecutionsPagedCallable()
public UnaryCallable<ListExecutionsRequest , NotebookServiceClient . ListExecutionsPagedResponse > listExecutionsPagedCallable ()
Returns
listInstancesCallable()
public UnaryCallable<ListInstancesRequest , ListInstancesResponse > listInstancesCallable ()
Returns
listInstancesPagedCallable()
public UnaryCallable<ListInstancesRequest , NotebookServiceClient . ListInstancesPagedResponse > listInstancesPagedCallable ()
Returns
listSchedulesCallable()
public UnaryCallable<ListSchedulesRequest , ListSchedulesResponse > listSchedulesCallable ()
Returns
listSchedulesPagedCallable()
public UnaryCallable<ListSchedulesRequest , NotebookServiceClient . ListSchedulesPagedResponse > listSchedulesPagedCallable ()
Returns
registerInstanceCallable()
public UnaryCallable<RegisterInstanceRequest , Operation > registerInstanceCallable ()
Returns
registerInstanceOperationCallable()
public OperationCallable<RegisterInstanceRequest , Instance , OperationMetadata > registerInstanceOperationCallable ()
Returns
reportInstanceInfoCallable()
public UnaryCallable<ReportInstanceInfoRequest , Operation > reportInstanceInfoCallable ()
Returns
reportInstanceInfoOperationCallable()
public OperationCallable<ReportInstanceInfoRequest , Instance , OperationMetadata > reportInstanceInfoOperationCallable ()
Returns
resetInstanceCallable()
public UnaryCallable<ResetInstanceRequest , Operation > resetInstanceCallable ()
Returns
resetInstanceOperationCallable()
public OperationCallable<ResetInstanceRequest , Instance , OperationMetadata > resetInstanceOperationCallable ()
Returns
rollbackInstanceCallable()
public UnaryCallable<RollbackInstanceRequest , Operation > rollbackInstanceCallable ()
Returns
rollbackInstanceOperationCallable()
public OperationCallable<RollbackInstanceRequest , Instance , OperationMetadata > rollbackInstanceOperationCallable ()
Returns
setInstanceAcceleratorCallable()
public UnaryCallable<SetInstanceAcceleratorRequest , Operation > setInstanceAcceleratorCallable ()
Returns
setInstanceAcceleratorOperationCallable()
public OperationCallable<SetInstanceAcceleratorRequest , Instance , OperationMetadata > setInstanceAcceleratorOperationCallable ()
Returns
setInstanceLabelsCallable()
public UnaryCallable<SetInstanceLabelsRequest , Operation > setInstanceLabelsCallable ()
Returns
setInstanceLabelsOperationCallable()
public OperationCallable<SetInstanceLabelsRequest , Instance , OperationMetadata > setInstanceLabelsOperationCallable ()
Returns
setInstanceMachineTypeCallable()
public UnaryCallable<SetInstanceMachineTypeRequest , Operation > setInstanceMachineTypeCallable ()
Returns
setInstanceMachineTypeOperationCallable()
public OperationCallable<SetInstanceMachineTypeRequest , Instance , OperationMetadata > setInstanceMachineTypeOperationCallable ()
Returns
startInstanceCallable()
public UnaryCallable<StartInstanceRequest , Operation > startInstanceCallable ()
Returns
startInstanceOperationCallable()
public OperationCallable<StartInstanceRequest , Instance , OperationMetadata > startInstanceOperationCallable ()
Returns
stopInstanceCallable()
public UnaryCallable<StopInstanceRequest , Operation > stopInstanceCallable ()
Returns
stopInstanceOperationCallable()
public OperationCallable<StopInstanceRequest , Instance , OperationMetadata > stopInstanceOperationCallable ()
Returns
triggerScheduleCallable()
public UnaryCallable<TriggerScheduleRequest , Operation > triggerScheduleCallable ()
Returns
triggerScheduleOperationCallable()
public OperationCallable<TriggerScheduleRequest , Schedule , OperationMetadata > triggerScheduleOperationCallable ()
Returns
updateInstanceConfigCallable()
public UnaryCallable<UpdateInstanceConfigRequest , Operation > updateInstanceConfigCallable ()
Returns
updateInstanceConfigOperationCallable()
public OperationCallable<UpdateInstanceConfigRequest , Instance , OperationMetadata > updateInstanceConfigOperationCallable ()
Returns
public UnaryCallable<UpdateInstanceMetadataItemsRequest , UpdateInstanceMetadataItemsResponse > updateInstanceMetadataItemsCallable ()
Returns
updateShieldedInstanceConfigCallable()
public UnaryCallable<UpdateShieldedInstanceConfigRequest , Operation > updateShieldedInstanceConfigCallable ()
Returns
updateShieldedInstanceConfigOperationCallable()
public OperationCallable<UpdateShieldedInstanceConfigRequest , Instance , OperationMetadata > updateShieldedInstanceConfigOperationCallable ()
Returns
upgradeInstanceCallable()
public UnaryCallable<UpgradeInstanceRequest , Operation > upgradeInstanceCallable ()
Returns
upgradeInstanceInternalCallable()
public UnaryCallable<UpgradeInstanceInternalRequest , Operation > upgradeInstanceInternalCallable ()
Returns
upgradeInstanceInternalOperationCallable()
public OperationCallable<UpgradeInstanceInternalRequest , Instance , OperationMetadata > upgradeInstanceInternalOperationCallable ()
Returns
upgradeInstanceOperationCallable()
public OperationCallable<UpgradeInstanceRequest , Instance , OperationMetadata > upgradeInstanceOperationCallable ()
Returns
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-02 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-02 UTC."],[],[]]