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

com.google.cloud.baremetalsolution.v2.stub.BareMetalSolutionStub Maven / Gradle / Ivy

Go to download

Bare Metal SOlution Bring your Oracle workloads to Google Cloud with Bare Metal Solution and jumpstart your cloud journey with minimal risk.

There is a newer version: 0.55.0
Show newest version
/*
 * Copyright 2023 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.baremetalsolution.v2.stub;

import static com.google.cloud.baremetalsolution.v2.BareMetalSolutionClient.ListInstancesPagedResponse;
import static com.google.cloud.baremetalsolution.v2.BareMetalSolutionClient.ListLunsPagedResponse;
import static com.google.cloud.baremetalsolution.v2.BareMetalSolutionClient.ListNetworksPagedResponse;
import static com.google.cloud.baremetalsolution.v2.BareMetalSolutionClient.ListNfsSharesPagedResponse;
import static com.google.cloud.baremetalsolution.v2.BareMetalSolutionClient.ListVolumesPagedResponse;

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.baremetalsolution.v2.DetachLunRequest;
import com.google.cloud.baremetalsolution.v2.GetInstanceRequest;
import com.google.cloud.baremetalsolution.v2.GetLunRequest;
import com.google.cloud.baremetalsolution.v2.GetNetworkRequest;
import com.google.cloud.baremetalsolution.v2.GetNfsShareRequest;
import com.google.cloud.baremetalsolution.v2.GetVolumeRequest;
import com.google.cloud.baremetalsolution.v2.Instance;
import com.google.cloud.baremetalsolution.v2.ListInstancesRequest;
import com.google.cloud.baremetalsolution.v2.ListInstancesResponse;
import com.google.cloud.baremetalsolution.v2.ListLunsRequest;
import com.google.cloud.baremetalsolution.v2.ListLunsResponse;
import com.google.cloud.baremetalsolution.v2.ListNetworkUsageRequest;
import com.google.cloud.baremetalsolution.v2.ListNetworkUsageResponse;
import com.google.cloud.baremetalsolution.v2.ListNetworksRequest;
import com.google.cloud.baremetalsolution.v2.ListNetworksResponse;
import com.google.cloud.baremetalsolution.v2.ListNfsSharesRequest;
import com.google.cloud.baremetalsolution.v2.ListNfsSharesResponse;
import com.google.cloud.baremetalsolution.v2.ListVolumesRequest;
import com.google.cloud.baremetalsolution.v2.ListVolumesResponse;
import com.google.cloud.baremetalsolution.v2.Lun;
import com.google.cloud.baremetalsolution.v2.Network;
import com.google.cloud.baremetalsolution.v2.NfsShare;
import com.google.cloud.baremetalsolution.v2.OperationMetadata;
import com.google.cloud.baremetalsolution.v2.ResetInstanceRequest;
import com.google.cloud.baremetalsolution.v2.ResetInstanceResponse;
import com.google.cloud.baremetalsolution.v2.ResizeVolumeRequest;
import com.google.cloud.baremetalsolution.v2.StartInstanceRequest;
import com.google.cloud.baremetalsolution.v2.StartInstanceResponse;
import com.google.cloud.baremetalsolution.v2.StopInstanceRequest;
import com.google.cloud.baremetalsolution.v2.StopInstanceResponse;
import com.google.cloud.baremetalsolution.v2.UpdateInstanceRequest;
import com.google.cloud.baremetalsolution.v2.UpdateNetworkRequest;
import com.google.cloud.baremetalsolution.v2.UpdateNfsShareRequest;
import com.google.cloud.baremetalsolution.v2.UpdateVolumeRequest;
import com.google.cloud.baremetalsolution.v2.Volume;
import com.google.longrunning.Operation;
import com.google.longrunning.stub.OperationsStub;
import javax.annotation.Generated;

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

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") public abstract class BareMetalSolutionStub implements BackgroundResource { public OperationsStub getOperationsStub() { return null; } public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub() { return null; } public UnaryCallable listInstancesPagedCallable() { throw new UnsupportedOperationException("Not implemented: listInstancesPagedCallable()"); } public UnaryCallable listInstancesCallable() { throw new UnsupportedOperationException("Not implemented: listInstancesCallable()"); } public UnaryCallable getInstanceCallable() { throw new UnsupportedOperationException("Not implemented: getInstanceCallable()"); } public OperationCallable updateInstanceOperationCallable() { throw new UnsupportedOperationException("Not implemented: updateInstanceOperationCallable()"); } public UnaryCallable updateInstanceCallable() { throw new UnsupportedOperationException("Not implemented: updateInstanceCallable()"); } public OperationCallable resetInstanceOperationCallable() { throw new UnsupportedOperationException("Not implemented: resetInstanceOperationCallable()"); } public UnaryCallable resetInstanceCallable() { throw new UnsupportedOperationException("Not implemented: resetInstanceCallable()"); } public OperationCallable startInstanceOperationCallable() { throw new UnsupportedOperationException("Not implemented: startInstanceOperationCallable()"); } public UnaryCallable startInstanceCallable() { throw new UnsupportedOperationException("Not implemented: startInstanceCallable()"); } public OperationCallable stopInstanceOperationCallable() { throw new UnsupportedOperationException("Not implemented: stopInstanceOperationCallable()"); } public UnaryCallable stopInstanceCallable() { throw new UnsupportedOperationException("Not implemented: stopInstanceCallable()"); } public OperationCallable detachLunOperationCallable() { throw new UnsupportedOperationException("Not implemented: detachLunOperationCallable()"); } public UnaryCallable detachLunCallable() { throw new UnsupportedOperationException("Not implemented: detachLunCallable()"); } public UnaryCallable listVolumesPagedCallable() { throw new UnsupportedOperationException("Not implemented: listVolumesPagedCallable()"); } public UnaryCallable listVolumesCallable() { throw new UnsupportedOperationException("Not implemented: listVolumesCallable()"); } public UnaryCallable getVolumeCallable() { throw new UnsupportedOperationException("Not implemented: getVolumeCallable()"); } public OperationCallable updateVolumeOperationCallable() { throw new UnsupportedOperationException("Not implemented: updateVolumeOperationCallable()"); } public UnaryCallable updateVolumeCallable() { throw new UnsupportedOperationException("Not implemented: updateVolumeCallable()"); } public OperationCallable resizeVolumeOperationCallable() { throw new UnsupportedOperationException("Not implemented: resizeVolumeOperationCallable()"); } public UnaryCallable resizeVolumeCallable() { throw new UnsupportedOperationException("Not implemented: resizeVolumeCallable()"); } public UnaryCallable listNetworksPagedCallable() { throw new UnsupportedOperationException("Not implemented: listNetworksPagedCallable()"); } public UnaryCallable listNetworksCallable() { throw new UnsupportedOperationException("Not implemented: listNetworksCallable()"); } public UnaryCallable listNetworkUsageCallable() { throw new UnsupportedOperationException("Not implemented: listNetworkUsageCallable()"); } public UnaryCallable getNetworkCallable() { throw new UnsupportedOperationException("Not implemented: getNetworkCallable()"); } public OperationCallable updateNetworkOperationCallable() { throw new UnsupportedOperationException("Not implemented: updateNetworkOperationCallable()"); } public UnaryCallable updateNetworkCallable() { throw new UnsupportedOperationException("Not implemented: updateNetworkCallable()"); } public UnaryCallable getLunCallable() { throw new UnsupportedOperationException("Not implemented: getLunCallable()"); } public UnaryCallable listLunsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listLunsPagedCallable()"); } public UnaryCallable listLunsCallable() { throw new UnsupportedOperationException("Not implemented: listLunsCallable()"); } public UnaryCallable getNfsShareCallable() { throw new UnsupportedOperationException("Not implemented: getNfsShareCallable()"); } public UnaryCallable listNfsSharesPagedCallable() { throw new UnsupportedOperationException("Not implemented: listNfsSharesPagedCallable()"); } public UnaryCallable listNfsSharesCallable() { throw new UnsupportedOperationException("Not implemented: listNfsSharesCallable()"); } public OperationCallable updateNfsShareOperationCallable() { throw new UnsupportedOperationException("Not implemented: updateNfsShareOperationCallable()"); } public UnaryCallable updateNfsShareCallable() { throw new UnsupportedOperationException("Not implemented: updateNfsShareCallable()"); } @Override public abstract void close(); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy