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

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

/*
 * 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.baremetalsolution.v2.stub;

import static com.google.cloud.baremetalsolution.v2.BareMetalSolutionClient.ListInstancesPagedResponse;
import static com.google.cloud.baremetalsolution.v2.BareMetalSolutionClient.ListLocationsPagedResponse;
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.ListOSImagesPagedResponse;
import static com.google.cloud.baremetalsolution.v2.BareMetalSolutionClient.ListProvisioningQuotasPagedResponse;
import static com.google.cloud.baremetalsolution.v2.BareMetalSolutionClient.ListSSHKeysPagedResponse;
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.CreateNfsShareRequest;
import com.google.cloud.baremetalsolution.v2.CreateProvisioningConfigRequest;
import com.google.cloud.baremetalsolution.v2.CreateSSHKeyRequest;
import com.google.cloud.baremetalsolution.v2.CreateVolumeSnapshotRequest;
import com.google.cloud.baremetalsolution.v2.DeleteNfsShareRequest;
import com.google.cloud.baremetalsolution.v2.DeleteSSHKeyRequest;
import com.google.cloud.baremetalsolution.v2.DeleteVolumeSnapshotRequest;
import com.google.cloud.baremetalsolution.v2.DetachLunRequest;
import com.google.cloud.baremetalsolution.v2.DisableInteractiveSerialConsoleRequest;
import com.google.cloud.baremetalsolution.v2.DisableInteractiveSerialConsoleResponse;
import com.google.cloud.baremetalsolution.v2.EnableInteractiveSerialConsoleRequest;
import com.google.cloud.baremetalsolution.v2.EnableInteractiveSerialConsoleResponse;
import com.google.cloud.baremetalsolution.v2.EvictLunRequest;
import com.google.cloud.baremetalsolution.v2.EvictVolumeRequest;
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.GetProvisioningConfigRequest;
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.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.ListOSImagesRequest;
import com.google.cloud.baremetalsolution.v2.ListOSImagesResponse;
import com.google.cloud.baremetalsolution.v2.ListProvisioningQuotasRequest;
import com.google.cloud.baremetalsolution.v2.ListProvisioningQuotasResponse;
import com.google.cloud.baremetalsolution.v2.ListSSHKeysRequest;
import com.google.cloud.baremetalsolution.v2.ListSSHKeysResponse;
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.NfsShare;
import com.google.cloud.baremetalsolution.v2.OperationMetadata;
import com.google.cloud.baremetalsolution.v2.ProvisioningConfig;
import com.google.cloud.baremetalsolution.v2.RenameInstanceRequest;
import com.google.cloud.baremetalsolution.v2.RenameNetworkRequest;
import com.google.cloud.baremetalsolution.v2.RenameNfsShareRequest;
import com.google.cloud.baremetalsolution.v2.RenameVolumeRequest;
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.RestoreVolumeSnapshotRequest;
import com.google.cloud.baremetalsolution.v2.SSHKey;
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.SubmitProvisioningConfigRequest;
import com.google.cloud.baremetalsolution.v2.SubmitProvisioningConfigResponse;
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.UpdateProvisioningConfigRequest;
import com.google.cloud.baremetalsolution.v2.UpdateVolumeRequest;
import com.google.cloud.baremetalsolution.v2.Volume;
import com.google.cloud.baremetalsolution.v2.VolumeSnapshot;
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.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() { 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 UnaryCallable renameInstanceCallable() { throw new UnsupportedOperationException("Not implemented: renameInstanceCallable()"); } 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< EnableInteractiveSerialConsoleRequest, EnableInteractiveSerialConsoleResponse, OperationMetadata> enableInteractiveSerialConsoleOperationCallable() { throw new UnsupportedOperationException( "Not implemented: enableInteractiveSerialConsoleOperationCallable()"); } public UnaryCallable enableInteractiveSerialConsoleCallable() { throw new UnsupportedOperationException( "Not implemented: enableInteractiveSerialConsoleCallable()"); } public OperationCallable< DisableInteractiveSerialConsoleRequest, DisableInteractiveSerialConsoleResponse, OperationMetadata> disableInteractiveSerialConsoleOperationCallable() { throw new UnsupportedOperationException( "Not implemented: disableInteractiveSerialConsoleOperationCallable()"); } public UnaryCallable disableInteractiveSerialConsoleCallable() { throw new UnsupportedOperationException( "Not implemented: disableInteractiveSerialConsoleCallable()"); } public OperationCallable detachLunOperationCallable() { throw new UnsupportedOperationException("Not implemented: detachLunOperationCallable()"); } public UnaryCallable detachLunCallable() { throw new UnsupportedOperationException("Not implemented: detachLunCallable()"); } public UnaryCallable listSSHKeysPagedCallable() { throw new UnsupportedOperationException("Not implemented: listSSHKeysPagedCallable()"); } public UnaryCallable listSSHKeysCallable() { throw new UnsupportedOperationException("Not implemented: listSSHKeysCallable()"); } public UnaryCallable createSSHKeyCallable() { throw new UnsupportedOperationException("Not implemented: createSSHKeyCallable()"); } public UnaryCallable deleteSSHKeyCallable() { throw new UnsupportedOperationException("Not implemented: deleteSSHKeyCallable()"); } 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 renameVolumeCallable() { throw new UnsupportedOperationException("Not implemented: renameVolumeCallable()"); } public OperationCallable evictVolumeOperationCallable() { throw new UnsupportedOperationException("Not implemented: evictVolumeOperationCallable()"); } public UnaryCallable evictVolumeCallable() { throw new UnsupportedOperationException("Not implemented: evictVolumeCallable()"); } 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 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()"); } public OperationCallable evictLunOperationCallable() { throw new UnsupportedOperationException("Not implemented: evictLunOperationCallable()"); } public UnaryCallable evictLunCallable() { throw new UnsupportedOperationException("Not implemented: evictLunCallable()"); } 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()"); } public OperationCallable createNfsShareOperationCallable() { throw new UnsupportedOperationException("Not implemented: createNfsShareOperationCallable()"); } public UnaryCallable createNfsShareCallable() { throw new UnsupportedOperationException("Not implemented: createNfsShareCallable()"); } public UnaryCallable renameNfsShareCallable() { throw new UnsupportedOperationException("Not implemented: renameNfsShareCallable()"); } public OperationCallable deleteNfsShareOperationCallable() { throw new UnsupportedOperationException("Not implemented: deleteNfsShareOperationCallable()"); } public UnaryCallable deleteNfsShareCallable() { throw new UnsupportedOperationException("Not implemented: deleteNfsShareCallable()"); } public UnaryCallable listProvisioningQuotasPagedCallable() { throw new UnsupportedOperationException( "Not implemented: listProvisioningQuotasPagedCallable()"); } public UnaryCallable listProvisioningQuotasCallable() { throw new UnsupportedOperationException("Not implemented: listProvisioningQuotasCallable()"); } public UnaryCallable submitProvisioningConfigCallable() { throw new UnsupportedOperationException("Not implemented: submitProvisioningConfigCallable()"); } public UnaryCallable getProvisioningConfigCallable() { throw new UnsupportedOperationException("Not implemented: getProvisioningConfigCallable()"); } public UnaryCallable createProvisioningConfigCallable() { throw new UnsupportedOperationException("Not implemented: createProvisioningConfigCallable()"); } public UnaryCallable updateProvisioningConfigCallable() { throw new UnsupportedOperationException("Not implemented: updateProvisioningConfigCallable()"); } public UnaryCallable renameNetworkCallable() { throw new UnsupportedOperationException("Not implemented: renameNetworkCallable()"); } public UnaryCallable listOSImagesPagedCallable() { throw new UnsupportedOperationException("Not implemented: listOSImagesPagedCallable()"); } public UnaryCallable listOSImagesCallable() { throw new UnsupportedOperationException("Not implemented: listOSImagesCallable()"); } 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()"); } @Override public abstract void close(); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy