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

com.google.cloud.gkemulticloud.v1.stub.AzureClustersStub 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.AzureClustersClient.ListAzureClientsPagedResponse;
import static com.google.cloud.gkemulticloud.v1.AzureClustersClient.ListAzureClustersPagedResponse;
import static com.google.cloud.gkemulticloud.v1.AzureClustersClient.ListAzureNodePoolsPagedResponse;

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.AzureClient;
import com.google.cloud.gkemulticloud.v1.AzureCluster;
import com.google.cloud.gkemulticloud.v1.AzureJsonWebKeys;
import com.google.cloud.gkemulticloud.v1.AzureNodePool;
import com.google.cloud.gkemulticloud.v1.AzureOpenIdConfig;
import com.google.cloud.gkemulticloud.v1.AzureServerConfig;
import com.google.cloud.gkemulticloud.v1.CreateAzureClientRequest;
import com.google.cloud.gkemulticloud.v1.CreateAzureClusterRequest;
import com.google.cloud.gkemulticloud.v1.CreateAzureNodePoolRequest;
import com.google.cloud.gkemulticloud.v1.DeleteAzureClientRequest;
import com.google.cloud.gkemulticloud.v1.DeleteAzureClusterRequest;
import com.google.cloud.gkemulticloud.v1.DeleteAzureNodePoolRequest;
import com.google.cloud.gkemulticloud.v1.GenerateAzureAccessTokenRequest;
import com.google.cloud.gkemulticloud.v1.GenerateAzureAccessTokenResponse;
import com.google.cloud.gkemulticloud.v1.GenerateAzureClusterAgentTokenRequest;
import com.google.cloud.gkemulticloud.v1.GenerateAzureClusterAgentTokenResponse;
import com.google.cloud.gkemulticloud.v1.GetAzureClientRequest;
import com.google.cloud.gkemulticloud.v1.GetAzureClusterRequest;
import com.google.cloud.gkemulticloud.v1.GetAzureJsonWebKeysRequest;
import com.google.cloud.gkemulticloud.v1.GetAzureNodePoolRequest;
import com.google.cloud.gkemulticloud.v1.GetAzureOpenIdConfigRequest;
import com.google.cloud.gkemulticloud.v1.GetAzureServerConfigRequest;
import com.google.cloud.gkemulticloud.v1.ListAzureClientsRequest;
import com.google.cloud.gkemulticloud.v1.ListAzureClientsResponse;
import com.google.cloud.gkemulticloud.v1.ListAzureClustersRequest;
import com.google.cloud.gkemulticloud.v1.ListAzureClustersResponse;
import com.google.cloud.gkemulticloud.v1.ListAzureNodePoolsRequest;
import com.google.cloud.gkemulticloud.v1.ListAzureNodePoolsResponse;
import com.google.cloud.gkemulticloud.v1.OperationMetadata;
import com.google.cloud.gkemulticloud.v1.UpdateAzureClusterRequest;
import com.google.cloud.gkemulticloud.v1.UpdateAzureNodePoolRequest;
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 AzureClusters service API.
 *
 * 

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") public abstract class AzureClustersStub implements BackgroundResource { public OperationsStub getOperationsStub() { return null; } public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub() { return null; } public OperationCallable createAzureClientOperationCallable() { throw new UnsupportedOperationException( "Not implemented: createAzureClientOperationCallable()"); } public UnaryCallable createAzureClientCallable() { throw new UnsupportedOperationException("Not implemented: createAzureClientCallable()"); } public UnaryCallable getAzureClientCallable() { throw new UnsupportedOperationException("Not implemented: getAzureClientCallable()"); } public UnaryCallable listAzureClientsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listAzureClientsPagedCallable()"); } public UnaryCallable listAzureClientsCallable() { throw new UnsupportedOperationException("Not implemented: listAzureClientsCallable()"); } public OperationCallable deleteAzureClientOperationCallable() { throw new UnsupportedOperationException( "Not implemented: deleteAzureClientOperationCallable()"); } public UnaryCallable deleteAzureClientCallable() { throw new UnsupportedOperationException("Not implemented: deleteAzureClientCallable()"); } public OperationCallable createAzureClusterOperationCallable() { throw new UnsupportedOperationException( "Not implemented: createAzureClusterOperationCallable()"); } public UnaryCallable createAzureClusterCallable() { throw new UnsupportedOperationException("Not implemented: createAzureClusterCallable()"); } public OperationCallable updateAzureClusterOperationCallable() { throw new UnsupportedOperationException( "Not implemented: updateAzureClusterOperationCallable()"); } public UnaryCallable updateAzureClusterCallable() { throw new UnsupportedOperationException("Not implemented: updateAzureClusterCallable()"); } public UnaryCallable getAzureClusterCallable() { throw new UnsupportedOperationException("Not implemented: getAzureClusterCallable()"); } public UnaryCallable listAzureClustersPagedCallable() { throw new UnsupportedOperationException("Not implemented: listAzureClustersPagedCallable()"); } public UnaryCallable listAzureClustersCallable() { throw new UnsupportedOperationException("Not implemented: listAzureClustersCallable()"); } public OperationCallable deleteAzureClusterOperationCallable() { throw new UnsupportedOperationException( "Not implemented: deleteAzureClusterOperationCallable()"); } public UnaryCallable deleteAzureClusterCallable() { throw new UnsupportedOperationException("Not implemented: deleteAzureClusterCallable()"); } public UnaryCallable< GenerateAzureClusterAgentTokenRequest, GenerateAzureClusterAgentTokenResponse> generateAzureClusterAgentTokenCallable() { throw new UnsupportedOperationException( "Not implemented: generateAzureClusterAgentTokenCallable()"); } public UnaryCallable generateAzureAccessTokenCallable() { throw new UnsupportedOperationException("Not implemented: generateAzureAccessTokenCallable()"); } public OperationCallable createAzureNodePoolOperationCallable() { throw new UnsupportedOperationException( "Not implemented: createAzureNodePoolOperationCallable()"); } public UnaryCallable createAzureNodePoolCallable() { throw new UnsupportedOperationException("Not implemented: createAzureNodePoolCallable()"); } public OperationCallable updateAzureNodePoolOperationCallable() { throw new UnsupportedOperationException( "Not implemented: updateAzureNodePoolOperationCallable()"); } public UnaryCallable updateAzureNodePoolCallable() { throw new UnsupportedOperationException("Not implemented: updateAzureNodePoolCallable()"); } public UnaryCallable getAzureNodePoolCallable() { throw new UnsupportedOperationException("Not implemented: getAzureNodePoolCallable()"); } public UnaryCallable listAzureNodePoolsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listAzureNodePoolsPagedCallable()"); } public UnaryCallable listAzureNodePoolsCallable() { throw new UnsupportedOperationException("Not implemented: listAzureNodePoolsCallable()"); } public OperationCallable deleteAzureNodePoolOperationCallable() { throw new UnsupportedOperationException( "Not implemented: deleteAzureNodePoolOperationCallable()"); } public UnaryCallable deleteAzureNodePoolCallable() { throw new UnsupportedOperationException("Not implemented: deleteAzureNodePoolCallable()"); } public UnaryCallable getAzureOpenIdConfigCallable() { throw new UnsupportedOperationException("Not implemented: getAzureOpenIdConfigCallable()"); } public UnaryCallable getAzureJsonWebKeysCallable() { throw new UnsupportedOperationException("Not implemented: getAzureJsonWebKeysCallable()"); } public UnaryCallable getAzureServerConfigCallable() { throw new UnsupportedOperationException("Not implemented: getAzureServerConfigCallable()"); } @Override public abstract void close(); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy