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 2021 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.ListSnapshotSchedulePoliciesPagedResponse;
import static com.google.cloud.baremetalsolution.v2.BareMetalSolutionClient.ListVolumeSnapshotsPagedResponse;
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.CreateSnapshotSchedulePolicyRequest;
import com.google.cloud.baremetalsolution.v2.CreateVolumeSnapshotRequest;
import com.google.cloud.baremetalsolution.v2.DeleteSnapshotSchedulePolicyRequest;
import com.google.cloud.baremetalsolution.v2.DeleteVolumeSnapshotRequest;
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.GetSnapshotSchedulePolicyRequest;
import com.google.cloud.baremetalsolution.v2.GetVolumeRequest;
import com.google.cloud.baremetalsolution.v2.GetVolumeSnapshotRequest;
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.ListNetworksRequest;
import com.google.cloud.baremetalsolution.v2.ListNetworksResponse;
import com.google.cloud.baremetalsolution.v2.ListSnapshotSchedulePoliciesRequest;
import com.google.cloud.baremetalsolution.v2.ListSnapshotSchedulePoliciesResponse;
import com.google.cloud.baremetalsolution.v2.ListVolumeSnapshotsRequest;
import com.google.cloud.baremetalsolution.v2.ListVolumeSnapshotsResponse;
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.OperationMetadata;
import com.google.cloud.baremetalsolution.v2.ResetInstanceRequest;
import com.google.cloud.baremetalsolution.v2.ResetInstanceResponse;
import com.google.cloud.baremetalsolution.v2.RestoreVolumeSnapshotRequest;
import com.google.cloud.baremetalsolution.v2.SnapshotSchedulePolicy;
import com.google.cloud.baremetalsolution.v2.UpdateSnapshotSchedulePolicyRequest;
import com.google.cloud.baremetalsolution.v2.UpdateVolumeRequest;
import com.google.cloud.baremetalsolution.v2.Volume;
import com.google.cloud.baremetalsolution.v2.VolumeSnapshot;
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 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() { throw new UnsupportedOperationException("Not implemented: getOperationsStub()"); } 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 resetInstanceOperationCallable() { throw new UnsupportedOperationException("Not implemented: resetInstanceOperationCallable()"); } public UnaryCallable resetInstanceCallable() { throw new UnsupportedOperationException("Not implemented: resetInstanceCallable()"); } 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 UnaryCallable listNetworksPagedCallable() { throw new UnsupportedOperationException("Not implemented: listNetworksPagedCallable()"); } public UnaryCallable listNetworksCallable() { throw new UnsupportedOperationException("Not implemented: listNetworksCallable()"); } public UnaryCallable getNetworkCallable() { throw new UnsupportedOperationException("Not implemented: getNetworkCallable()"); } public UnaryCallable< ListSnapshotSchedulePoliciesRequest, ListSnapshotSchedulePoliciesPagedResponse> listSnapshotSchedulePoliciesPagedCallable() { throw new UnsupportedOperationException( "Not implemented: listSnapshotSchedulePoliciesPagedCallable()"); } public UnaryCallable listSnapshotSchedulePoliciesCallable() { throw new UnsupportedOperationException( "Not implemented: listSnapshotSchedulePoliciesCallable()"); } public UnaryCallable getSnapshotSchedulePolicyCallable() { throw new UnsupportedOperationException("Not implemented: getSnapshotSchedulePolicyCallable()"); } public UnaryCallable createSnapshotSchedulePolicyCallable() { throw new UnsupportedOperationException( "Not implemented: createSnapshotSchedulePolicyCallable()"); } public UnaryCallable updateSnapshotSchedulePolicyCallable() { throw new UnsupportedOperationException( "Not implemented: updateSnapshotSchedulePolicyCallable()"); } public UnaryCallable deleteSnapshotSchedulePolicyCallable() { throw new UnsupportedOperationException( "Not implemented: deleteSnapshotSchedulePolicyCallable()"); } public UnaryCallable createVolumeSnapshotCallable() { throw new UnsupportedOperationException("Not implemented: createVolumeSnapshotCallable()"); } public OperationCallable restoreVolumeSnapshotOperationCallable() { throw new UnsupportedOperationException( "Not implemented: restoreVolumeSnapshotOperationCallable()"); } public UnaryCallable restoreVolumeSnapshotCallable() { throw new UnsupportedOperationException("Not implemented: restoreVolumeSnapshotCallable()"); } public UnaryCallable deleteVolumeSnapshotCallable() { throw new UnsupportedOperationException("Not implemented: deleteVolumeSnapshotCallable()"); } public UnaryCallable getVolumeSnapshotCallable() { throw new UnsupportedOperationException("Not implemented: getVolumeSnapshotCallable()"); } public UnaryCallable listVolumeSnapshotsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listVolumeSnapshotsPagedCallable()"); } public UnaryCallable listVolumeSnapshotsCallable() { throw new UnsupportedOperationException("Not implemented: listVolumeSnapshotsCallable()"); } 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()"); } @Override public abstract void close(); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy