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

com.google.cloud.telcoautomation.v1.stub.TelcoAutomationStub Maven / Gradle / Ivy

Go to download

Telco Automation API APIs to automate 5G deployment and management of cloud infrastructure and network functions.

There is a newer version: 0.25.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.telcoautomation.v1.stub;

import static com.google.cloud.telcoautomation.v1.TelcoAutomationClient.ListBlueprintRevisionsPagedResponse;
import static com.google.cloud.telcoautomation.v1.TelcoAutomationClient.ListBlueprintsPagedResponse;
import static com.google.cloud.telcoautomation.v1.TelcoAutomationClient.ListDeploymentRevisionsPagedResponse;
import static com.google.cloud.telcoautomation.v1.TelcoAutomationClient.ListDeploymentsPagedResponse;
import static com.google.cloud.telcoautomation.v1.TelcoAutomationClient.ListEdgeSlmsPagedResponse;
import static com.google.cloud.telcoautomation.v1.TelcoAutomationClient.ListHydratedDeploymentsPagedResponse;
import static com.google.cloud.telcoautomation.v1.TelcoAutomationClient.ListLocationsPagedResponse;
import static com.google.cloud.telcoautomation.v1.TelcoAutomationClient.ListOrchestrationClustersPagedResponse;
import static com.google.cloud.telcoautomation.v1.TelcoAutomationClient.ListPublicBlueprintsPagedResponse;
import static com.google.cloud.telcoautomation.v1.TelcoAutomationClient.SearchBlueprintRevisionsPagedResponse;
import static com.google.cloud.telcoautomation.v1.TelcoAutomationClient.SearchDeploymentRevisionsPagedResponse;

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.telcoautomation.v1.ApplyDeploymentRequest;
import com.google.cloud.telcoautomation.v1.ApplyHydratedDeploymentRequest;
import com.google.cloud.telcoautomation.v1.ApproveBlueprintRequest;
import com.google.cloud.telcoautomation.v1.Blueprint;
import com.google.cloud.telcoautomation.v1.ComputeDeploymentStatusRequest;
import com.google.cloud.telcoautomation.v1.ComputeDeploymentStatusResponse;
import com.google.cloud.telcoautomation.v1.CreateBlueprintRequest;
import com.google.cloud.telcoautomation.v1.CreateDeploymentRequest;
import com.google.cloud.telcoautomation.v1.CreateEdgeSlmRequest;
import com.google.cloud.telcoautomation.v1.CreateOrchestrationClusterRequest;
import com.google.cloud.telcoautomation.v1.DeleteBlueprintRequest;
import com.google.cloud.telcoautomation.v1.DeleteEdgeSlmRequest;
import com.google.cloud.telcoautomation.v1.DeleteOrchestrationClusterRequest;
import com.google.cloud.telcoautomation.v1.Deployment;
import com.google.cloud.telcoautomation.v1.DiscardBlueprintChangesRequest;
import com.google.cloud.telcoautomation.v1.DiscardBlueprintChangesResponse;
import com.google.cloud.telcoautomation.v1.DiscardDeploymentChangesRequest;
import com.google.cloud.telcoautomation.v1.DiscardDeploymentChangesResponse;
import com.google.cloud.telcoautomation.v1.EdgeSlm;
import com.google.cloud.telcoautomation.v1.GetBlueprintRequest;
import com.google.cloud.telcoautomation.v1.GetDeploymentRequest;
import com.google.cloud.telcoautomation.v1.GetEdgeSlmRequest;
import com.google.cloud.telcoautomation.v1.GetHydratedDeploymentRequest;
import com.google.cloud.telcoautomation.v1.GetOrchestrationClusterRequest;
import com.google.cloud.telcoautomation.v1.GetPublicBlueprintRequest;
import com.google.cloud.telcoautomation.v1.HydratedDeployment;
import com.google.cloud.telcoautomation.v1.ListBlueprintRevisionsRequest;
import com.google.cloud.telcoautomation.v1.ListBlueprintRevisionsResponse;
import com.google.cloud.telcoautomation.v1.ListBlueprintsRequest;
import com.google.cloud.telcoautomation.v1.ListBlueprintsResponse;
import com.google.cloud.telcoautomation.v1.ListDeploymentRevisionsRequest;
import com.google.cloud.telcoautomation.v1.ListDeploymentRevisionsResponse;
import com.google.cloud.telcoautomation.v1.ListDeploymentsRequest;
import com.google.cloud.telcoautomation.v1.ListDeploymentsResponse;
import com.google.cloud.telcoautomation.v1.ListEdgeSlmsRequest;
import com.google.cloud.telcoautomation.v1.ListEdgeSlmsResponse;
import com.google.cloud.telcoautomation.v1.ListHydratedDeploymentsRequest;
import com.google.cloud.telcoautomation.v1.ListHydratedDeploymentsResponse;
import com.google.cloud.telcoautomation.v1.ListOrchestrationClustersRequest;
import com.google.cloud.telcoautomation.v1.ListOrchestrationClustersResponse;
import com.google.cloud.telcoautomation.v1.ListPublicBlueprintsRequest;
import com.google.cloud.telcoautomation.v1.ListPublicBlueprintsResponse;
import com.google.cloud.telcoautomation.v1.OperationMetadata;
import com.google.cloud.telcoautomation.v1.OrchestrationCluster;
import com.google.cloud.telcoautomation.v1.ProposeBlueprintRequest;
import com.google.cloud.telcoautomation.v1.PublicBlueprint;
import com.google.cloud.telcoautomation.v1.RejectBlueprintRequest;
import com.google.cloud.telcoautomation.v1.RemoveDeploymentRequest;
import com.google.cloud.telcoautomation.v1.RollbackDeploymentRequest;
import com.google.cloud.telcoautomation.v1.SearchBlueprintRevisionsRequest;
import com.google.cloud.telcoautomation.v1.SearchBlueprintRevisionsResponse;
import com.google.cloud.telcoautomation.v1.SearchDeploymentRevisionsRequest;
import com.google.cloud.telcoautomation.v1.SearchDeploymentRevisionsResponse;
import com.google.cloud.telcoautomation.v1.UpdateBlueprintRequest;
import com.google.cloud.telcoautomation.v1.UpdateDeploymentRequest;
import com.google.cloud.telcoautomation.v1.UpdateHydratedDeploymentRequest;
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 TelcoAutomation service API.
 *
 * 

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") public abstract class TelcoAutomationStub implements BackgroundResource { public OperationsStub getOperationsStub() { return null; } public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub() { return null; } public UnaryCallable listOrchestrationClustersPagedCallable() { throw new UnsupportedOperationException( "Not implemented: listOrchestrationClustersPagedCallable()"); } public UnaryCallable listOrchestrationClustersCallable() { throw new UnsupportedOperationException("Not implemented: listOrchestrationClustersCallable()"); } public UnaryCallable getOrchestrationClusterCallable() { throw new UnsupportedOperationException("Not implemented: getOrchestrationClusterCallable()"); } public OperationCallable< CreateOrchestrationClusterRequest, OrchestrationCluster, OperationMetadata> createOrchestrationClusterOperationCallable() { throw new UnsupportedOperationException( "Not implemented: createOrchestrationClusterOperationCallable()"); } public UnaryCallable createOrchestrationClusterCallable() { throw new UnsupportedOperationException( "Not implemented: createOrchestrationClusterCallable()"); } public OperationCallable deleteOrchestrationClusterOperationCallable() { throw new UnsupportedOperationException( "Not implemented: deleteOrchestrationClusterOperationCallable()"); } public UnaryCallable deleteOrchestrationClusterCallable() { throw new UnsupportedOperationException( "Not implemented: deleteOrchestrationClusterCallable()"); } public UnaryCallable listEdgeSlmsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listEdgeSlmsPagedCallable()"); } public UnaryCallable listEdgeSlmsCallable() { throw new UnsupportedOperationException("Not implemented: listEdgeSlmsCallable()"); } public UnaryCallable getEdgeSlmCallable() { throw new UnsupportedOperationException("Not implemented: getEdgeSlmCallable()"); } public OperationCallable createEdgeSlmOperationCallable() { throw new UnsupportedOperationException("Not implemented: createEdgeSlmOperationCallable()"); } public UnaryCallable createEdgeSlmCallable() { throw new UnsupportedOperationException("Not implemented: createEdgeSlmCallable()"); } public OperationCallable deleteEdgeSlmOperationCallable() { throw new UnsupportedOperationException("Not implemented: deleteEdgeSlmOperationCallable()"); } public UnaryCallable deleteEdgeSlmCallable() { throw new UnsupportedOperationException("Not implemented: deleteEdgeSlmCallable()"); } public UnaryCallable createBlueprintCallable() { throw new UnsupportedOperationException("Not implemented: createBlueprintCallable()"); } public UnaryCallable updateBlueprintCallable() { throw new UnsupportedOperationException("Not implemented: updateBlueprintCallable()"); } public UnaryCallable getBlueprintCallable() { throw new UnsupportedOperationException("Not implemented: getBlueprintCallable()"); } public UnaryCallable deleteBlueprintCallable() { throw new UnsupportedOperationException("Not implemented: deleteBlueprintCallable()"); } public UnaryCallable listBlueprintsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listBlueprintsPagedCallable()"); } public UnaryCallable listBlueprintsCallable() { throw new UnsupportedOperationException("Not implemented: listBlueprintsCallable()"); } public UnaryCallable approveBlueprintCallable() { throw new UnsupportedOperationException("Not implemented: approveBlueprintCallable()"); } public UnaryCallable proposeBlueprintCallable() { throw new UnsupportedOperationException("Not implemented: proposeBlueprintCallable()"); } public UnaryCallable rejectBlueprintCallable() { throw new UnsupportedOperationException("Not implemented: rejectBlueprintCallable()"); } public UnaryCallable listBlueprintRevisionsPagedCallable() { throw new UnsupportedOperationException( "Not implemented: listBlueprintRevisionsPagedCallable()"); } public UnaryCallable listBlueprintRevisionsCallable() { throw new UnsupportedOperationException("Not implemented: listBlueprintRevisionsCallable()"); } public UnaryCallable searchBlueprintRevisionsPagedCallable() { throw new UnsupportedOperationException( "Not implemented: searchBlueprintRevisionsPagedCallable()"); } public UnaryCallable searchBlueprintRevisionsCallable() { throw new UnsupportedOperationException("Not implemented: searchBlueprintRevisionsCallable()"); } public UnaryCallable searchDeploymentRevisionsPagedCallable() { throw new UnsupportedOperationException( "Not implemented: searchDeploymentRevisionsPagedCallable()"); } public UnaryCallable searchDeploymentRevisionsCallable() { throw new UnsupportedOperationException("Not implemented: searchDeploymentRevisionsCallable()"); } public UnaryCallable discardBlueprintChangesCallable() { throw new UnsupportedOperationException("Not implemented: discardBlueprintChangesCallable()"); } public UnaryCallable listPublicBlueprintsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listPublicBlueprintsPagedCallable()"); } public UnaryCallable listPublicBlueprintsCallable() { throw new UnsupportedOperationException("Not implemented: listPublicBlueprintsCallable()"); } public UnaryCallable getPublicBlueprintCallable() { throw new UnsupportedOperationException("Not implemented: getPublicBlueprintCallable()"); } public UnaryCallable createDeploymentCallable() { throw new UnsupportedOperationException("Not implemented: createDeploymentCallable()"); } public UnaryCallable updateDeploymentCallable() { throw new UnsupportedOperationException("Not implemented: updateDeploymentCallable()"); } public UnaryCallable getDeploymentCallable() { throw new UnsupportedOperationException("Not implemented: getDeploymentCallable()"); } public UnaryCallable removeDeploymentCallable() { throw new UnsupportedOperationException("Not implemented: removeDeploymentCallable()"); } public UnaryCallable listDeploymentsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listDeploymentsPagedCallable()"); } public UnaryCallable listDeploymentsCallable() { throw new UnsupportedOperationException("Not implemented: listDeploymentsCallable()"); } public UnaryCallable listDeploymentRevisionsPagedCallable() { throw new UnsupportedOperationException( "Not implemented: listDeploymentRevisionsPagedCallable()"); } public UnaryCallable listDeploymentRevisionsCallable() { throw new UnsupportedOperationException("Not implemented: listDeploymentRevisionsCallable()"); } public UnaryCallable discardDeploymentChangesCallable() { throw new UnsupportedOperationException("Not implemented: discardDeploymentChangesCallable()"); } public UnaryCallable applyDeploymentCallable() { throw new UnsupportedOperationException("Not implemented: applyDeploymentCallable()"); } public UnaryCallable computeDeploymentStatusCallable() { throw new UnsupportedOperationException("Not implemented: computeDeploymentStatusCallable()"); } public UnaryCallable rollbackDeploymentCallable() { throw new UnsupportedOperationException("Not implemented: rollbackDeploymentCallable()"); } public UnaryCallable getHydratedDeploymentCallable() { throw new UnsupportedOperationException("Not implemented: getHydratedDeploymentCallable()"); } public UnaryCallable listHydratedDeploymentsPagedCallable() { throw new UnsupportedOperationException( "Not implemented: listHydratedDeploymentsPagedCallable()"); } public UnaryCallable listHydratedDeploymentsCallable() { throw new UnsupportedOperationException("Not implemented: listHydratedDeploymentsCallable()"); } public UnaryCallable updateHydratedDeploymentCallable() { throw new UnsupportedOperationException("Not implemented: updateHydratedDeploymentCallable()"); } public UnaryCallable applyHydratedDeploymentCallable() { throw new UnsupportedOperationException("Not implemented: applyHydratedDeploymentCallable()"); } 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