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

com.google.cloud.gkemulticloud.v1.stub.AwsClustersStub Maven / Gradle / Ivy

Go to download

Anthos Multicloud enables you to provision and manage GKE clusters running on AWS and Azure infrastructure through a centralized Google Cloud backed control plane.

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

import static com.google.cloud.gkemulticloud.v1.AwsClustersClient.ListAwsClustersPagedResponse;
import static com.google.cloud.gkemulticloud.v1.AwsClustersClient.ListAwsNodePoolsPagedResponse;

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.gkemulticloud.v1.AwsCluster;
import com.google.cloud.gkemulticloud.v1.AwsJsonWebKeys;
import com.google.cloud.gkemulticloud.v1.AwsNodePool;
import com.google.cloud.gkemulticloud.v1.AwsOpenIdConfig;
import com.google.cloud.gkemulticloud.v1.AwsServerConfig;
import com.google.cloud.gkemulticloud.v1.CreateAwsClusterRequest;
import com.google.cloud.gkemulticloud.v1.CreateAwsNodePoolRequest;
import com.google.cloud.gkemulticloud.v1.DeleteAwsClusterRequest;
import com.google.cloud.gkemulticloud.v1.DeleteAwsNodePoolRequest;
import com.google.cloud.gkemulticloud.v1.GenerateAwsAccessTokenRequest;
import com.google.cloud.gkemulticloud.v1.GenerateAwsAccessTokenResponse;
import com.google.cloud.gkemulticloud.v1.GenerateAwsClusterAgentTokenRequest;
import com.google.cloud.gkemulticloud.v1.GenerateAwsClusterAgentTokenResponse;
import com.google.cloud.gkemulticloud.v1.GetAwsClusterRequest;
import com.google.cloud.gkemulticloud.v1.GetAwsJsonWebKeysRequest;
import com.google.cloud.gkemulticloud.v1.GetAwsNodePoolRequest;
import com.google.cloud.gkemulticloud.v1.GetAwsOpenIdConfigRequest;
import com.google.cloud.gkemulticloud.v1.GetAwsServerConfigRequest;
import com.google.cloud.gkemulticloud.v1.ListAwsClustersRequest;
import com.google.cloud.gkemulticloud.v1.ListAwsClustersResponse;
import com.google.cloud.gkemulticloud.v1.ListAwsNodePoolsRequest;
import com.google.cloud.gkemulticloud.v1.ListAwsNodePoolsResponse;
import com.google.cloud.gkemulticloud.v1.OperationMetadata;
import com.google.cloud.gkemulticloud.v1.RollbackAwsNodePoolUpdateRequest;
import com.google.cloud.gkemulticloud.v1.UpdateAwsClusterRequest;
import com.google.cloud.gkemulticloud.v1.UpdateAwsNodePoolRequest;
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 AwsClusters service API.
 *
 * 

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") public abstract class AwsClustersStub implements BackgroundResource { public OperationsStub getOperationsStub() { return null; } public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub() { return null; } public OperationCallable createAwsClusterOperationCallable() { throw new UnsupportedOperationException("Not implemented: createAwsClusterOperationCallable()"); } public UnaryCallable createAwsClusterCallable() { throw new UnsupportedOperationException("Not implemented: createAwsClusterCallable()"); } public OperationCallable updateAwsClusterOperationCallable() { throw new UnsupportedOperationException("Not implemented: updateAwsClusterOperationCallable()"); } public UnaryCallable updateAwsClusterCallable() { throw new UnsupportedOperationException("Not implemented: updateAwsClusterCallable()"); } public UnaryCallable getAwsClusterCallable() { throw new UnsupportedOperationException("Not implemented: getAwsClusterCallable()"); } public UnaryCallable listAwsClustersPagedCallable() { throw new UnsupportedOperationException("Not implemented: listAwsClustersPagedCallable()"); } public UnaryCallable listAwsClustersCallable() { throw new UnsupportedOperationException("Not implemented: listAwsClustersCallable()"); } public OperationCallable deleteAwsClusterOperationCallable() { throw new UnsupportedOperationException("Not implemented: deleteAwsClusterOperationCallable()"); } public UnaryCallable deleteAwsClusterCallable() { throw new UnsupportedOperationException("Not implemented: deleteAwsClusterCallable()"); } public UnaryCallable generateAwsClusterAgentTokenCallable() { throw new UnsupportedOperationException( "Not implemented: generateAwsClusterAgentTokenCallable()"); } public UnaryCallable generateAwsAccessTokenCallable() { throw new UnsupportedOperationException("Not implemented: generateAwsAccessTokenCallable()"); } public OperationCallable createAwsNodePoolOperationCallable() { throw new UnsupportedOperationException( "Not implemented: createAwsNodePoolOperationCallable()"); } public UnaryCallable createAwsNodePoolCallable() { throw new UnsupportedOperationException("Not implemented: createAwsNodePoolCallable()"); } public OperationCallable updateAwsNodePoolOperationCallable() { throw new UnsupportedOperationException( "Not implemented: updateAwsNodePoolOperationCallable()"); } public UnaryCallable updateAwsNodePoolCallable() { throw new UnsupportedOperationException("Not implemented: updateAwsNodePoolCallable()"); } public OperationCallable rollbackAwsNodePoolUpdateOperationCallable() { throw new UnsupportedOperationException( "Not implemented: rollbackAwsNodePoolUpdateOperationCallable()"); } public UnaryCallable rollbackAwsNodePoolUpdateCallable() { throw new UnsupportedOperationException("Not implemented: rollbackAwsNodePoolUpdateCallable()"); } public UnaryCallable getAwsNodePoolCallable() { throw new UnsupportedOperationException("Not implemented: getAwsNodePoolCallable()"); } public UnaryCallable listAwsNodePoolsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listAwsNodePoolsPagedCallable()"); } public UnaryCallable listAwsNodePoolsCallable() { throw new UnsupportedOperationException("Not implemented: listAwsNodePoolsCallable()"); } public OperationCallable deleteAwsNodePoolOperationCallable() { throw new UnsupportedOperationException( "Not implemented: deleteAwsNodePoolOperationCallable()"); } public UnaryCallable deleteAwsNodePoolCallable() { throw new UnsupportedOperationException("Not implemented: deleteAwsNodePoolCallable()"); } public UnaryCallable getAwsOpenIdConfigCallable() { throw new UnsupportedOperationException("Not implemented: getAwsOpenIdConfigCallable()"); } public UnaryCallable getAwsJsonWebKeysCallable() { throw new UnsupportedOperationException("Not implemented: getAwsJsonWebKeysCallable()"); } public UnaryCallable getAwsServerConfigCallable() { throw new UnsupportedOperationException("Not implemented: getAwsServerConfigCallable()"); } @Override public abstract void close(); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy