Class ManagedNotebookServiceGrpc.ManagedNotebookServiceBlockingStub

    • Method Detail

      • getRuntime

        public Runtime getRuntime​(GetRuntimeRequest request)
         Gets details of a single Runtime. The location must be a regional endpoint
         rather than zonal.
         
      • createRuntime

        public com.google.longrunning.Operation createRuntime​(CreateRuntimeRequest request)
         Creates a new Runtime in a given project and location.
         
      • updateRuntime

        public com.google.longrunning.Operation updateRuntime​(UpdateRuntimeRequest request)
         Update Notebook Runtime configuration.
         
      • deleteRuntime

        public com.google.longrunning.Operation deleteRuntime​(DeleteRuntimeRequest request)
         Deletes a single Runtime.
         
      • startRuntime

        public com.google.longrunning.Operation startRuntime​(StartRuntimeRequest request)
         Starts a Managed Notebook Runtime.
         Perform "Start" on GPU instances; "Resume" on CPU instances
         See:
         https://cloud.google.com/compute/docs/instances/stop-start-instance
         https://cloud.google.com/compute/docs/instances/suspend-resume-instance
         
      • stopRuntime

        public com.google.longrunning.Operation stopRuntime​(StopRuntimeRequest request)
         Stops a Managed Notebook Runtime.
         Perform "Stop" on GPU instances; "Suspend" on CPU instances
         See:
         https://cloud.google.com/compute/docs/instances/stop-start-instance
         https://cloud.google.com/compute/docs/instances/suspend-resume-instance
         
      • switchRuntime

        public com.google.longrunning.Operation switchRuntime​(SwitchRuntimeRequest request)
         Switch a Managed Notebook Runtime.
         
      • resetRuntime

        public com.google.longrunning.Operation resetRuntime​(ResetRuntimeRequest request)
         Resets a Managed Notebook Runtime.
         
      • upgradeRuntime

        public com.google.longrunning.Operation upgradeRuntime​(UpgradeRuntimeRequest request)
         Upgrades a Managed Notebook Runtime to the latest version.
         
      • reportRuntimeEvent

        public com.google.longrunning.Operation reportRuntimeEvent​(ReportRuntimeEventRequest request)
         Report and process a runtime event.
         
      • diagnoseRuntime

        public com.google.longrunning.Operation diagnoseRuntime​(DiagnoseRuntimeRequest request)
         Creates a Diagnostic File and runs Diagnostic Tool given a Runtime.