All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.notebooks.v1.stub.ManagedNotebookServiceStub Maven / Gradle / Ivy

Go to download

is a managed service that offers an integrated and secure JupyterLab environment for data scientists and machine learning developers to experiment, develop, and deploy models into production. Users can create instances running JupyterLab that come pre-installed with the latest data science and machine learning frameworks in a single click.

There is a newer version: 1.54.0
Show newest version
/*
 * Copyright 2024 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

package com.google.cloud.notebooks.v1.stub;

import static com.google.cloud.notebooks.v1.ManagedNotebookServiceClient.ListLocationsPagedResponse;
import static com.google.cloud.notebooks.v1.ManagedNotebookServiceClient.ListRuntimesPagedResponse;

import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.rpc.OperationCallable;
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.location.GetLocationRequest;
import com.google.cloud.location.ListLocationsRequest;
import com.google.cloud.location.ListLocationsResponse;
import com.google.cloud.location.Location;
import com.google.cloud.notebooks.v1.CreateRuntimeRequest;
import com.google.cloud.notebooks.v1.DeleteRuntimeRequest;
import com.google.cloud.notebooks.v1.DiagnoseRuntimeRequest;
import com.google.cloud.notebooks.v1.GetRuntimeRequest;
import com.google.cloud.notebooks.v1.ListRuntimesRequest;
import com.google.cloud.notebooks.v1.ListRuntimesResponse;
import com.google.cloud.notebooks.v1.OperationMetadata;
import com.google.cloud.notebooks.v1.RefreshRuntimeTokenInternalRequest;
import com.google.cloud.notebooks.v1.RefreshRuntimeTokenInternalResponse;
import com.google.cloud.notebooks.v1.ReportRuntimeEventRequest;
import com.google.cloud.notebooks.v1.ResetRuntimeRequest;
import com.google.cloud.notebooks.v1.Runtime;
import com.google.cloud.notebooks.v1.StartRuntimeRequest;
import com.google.cloud.notebooks.v1.StopRuntimeRequest;
import com.google.cloud.notebooks.v1.SwitchRuntimeRequest;
import com.google.cloud.notebooks.v1.UpdateRuntimeRequest;
import com.google.cloud.notebooks.v1.UpgradeRuntimeRequest;
import com.google.iam.v1.GetIamPolicyRequest;
import com.google.iam.v1.Policy;
import com.google.iam.v1.SetIamPolicyRequest;
import com.google.iam.v1.TestIamPermissionsRequest;
import com.google.iam.v1.TestIamPermissionsResponse;
import com.google.longrunning.Operation;
import com.google.longrunning.stub.OperationsStub;
import com.google.protobuf.Empty;
import javax.annotation.Generated;

// AUTO-GENERATED DOCUMENTATION AND CLASS.
/**
 * Base stub class for the ManagedNotebookService service API.
 *
 * 

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") public abstract class ManagedNotebookServiceStub implements BackgroundResource { public OperationsStub getOperationsStub() { throw new UnsupportedOperationException("Not implemented: getOperationsStub()"); } public UnaryCallable listRuntimesPagedCallable() { throw new UnsupportedOperationException("Not implemented: listRuntimesPagedCallable()"); } public UnaryCallable listRuntimesCallable() { throw new UnsupportedOperationException("Not implemented: listRuntimesCallable()"); } public UnaryCallable getRuntimeCallable() { throw new UnsupportedOperationException("Not implemented: getRuntimeCallable()"); } public OperationCallable createRuntimeOperationCallable() { throw new UnsupportedOperationException("Not implemented: createRuntimeOperationCallable()"); } public UnaryCallable createRuntimeCallable() { throw new UnsupportedOperationException("Not implemented: createRuntimeCallable()"); } public OperationCallable updateRuntimeOperationCallable() { throw new UnsupportedOperationException("Not implemented: updateRuntimeOperationCallable()"); } public UnaryCallable updateRuntimeCallable() { throw new UnsupportedOperationException("Not implemented: updateRuntimeCallable()"); } public OperationCallable deleteRuntimeOperationCallable() { throw new UnsupportedOperationException("Not implemented: deleteRuntimeOperationCallable()"); } public UnaryCallable deleteRuntimeCallable() { throw new UnsupportedOperationException("Not implemented: deleteRuntimeCallable()"); } public OperationCallable startRuntimeOperationCallable() { throw new UnsupportedOperationException("Not implemented: startRuntimeOperationCallable()"); } public UnaryCallable startRuntimeCallable() { throw new UnsupportedOperationException("Not implemented: startRuntimeCallable()"); } public OperationCallable stopRuntimeOperationCallable() { throw new UnsupportedOperationException("Not implemented: stopRuntimeOperationCallable()"); } public UnaryCallable stopRuntimeCallable() { throw new UnsupportedOperationException("Not implemented: stopRuntimeCallable()"); } public OperationCallable switchRuntimeOperationCallable() { throw new UnsupportedOperationException("Not implemented: switchRuntimeOperationCallable()"); } public UnaryCallable switchRuntimeCallable() { throw new UnsupportedOperationException("Not implemented: switchRuntimeCallable()"); } public OperationCallable resetRuntimeOperationCallable() { throw new UnsupportedOperationException("Not implemented: resetRuntimeOperationCallable()"); } public UnaryCallable resetRuntimeCallable() { throw new UnsupportedOperationException("Not implemented: resetRuntimeCallable()"); } public OperationCallable upgradeRuntimeOperationCallable() { throw new UnsupportedOperationException("Not implemented: upgradeRuntimeOperationCallable()"); } public UnaryCallable upgradeRuntimeCallable() { throw new UnsupportedOperationException("Not implemented: upgradeRuntimeCallable()"); } public OperationCallable reportRuntimeEventOperationCallable() { throw new UnsupportedOperationException( "Not implemented: reportRuntimeEventOperationCallable()"); } public UnaryCallable reportRuntimeEventCallable() { throw new UnsupportedOperationException("Not implemented: reportRuntimeEventCallable()"); } public UnaryCallable refreshRuntimeTokenInternalCallable() { throw new UnsupportedOperationException( "Not implemented: refreshRuntimeTokenInternalCallable()"); } public OperationCallable diagnoseRuntimeOperationCallable() { throw new UnsupportedOperationException("Not implemented: diagnoseRuntimeOperationCallable()"); } public UnaryCallable diagnoseRuntimeCallable() { throw new UnsupportedOperationException("Not implemented: diagnoseRuntimeCallable()"); } public UnaryCallable listLocationsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listLocationsPagedCallable()"); } public UnaryCallable listLocationsCallable() { throw new UnsupportedOperationException("Not implemented: listLocationsCallable()"); } public UnaryCallable getLocationCallable() { throw new UnsupportedOperationException("Not implemented: getLocationCallable()"); } public UnaryCallable setIamPolicyCallable() { throw new UnsupportedOperationException("Not implemented: setIamPolicyCallable()"); } public UnaryCallable getIamPolicyCallable() { throw new UnsupportedOperationException("Not implemented: getIamPolicyCallable()"); } public UnaryCallable testIamPermissionsCallable() { throw new UnsupportedOperationException("Not implemented: testIamPermissionsCallable()"); } @Override public abstract void close(); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy