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

com.google.cloud.gkemulticloud.v1.stub.GrpcAttachedClustersStub 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.AttachedClustersClient.ListAttachedClustersPagedResponse;

import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.core.BackgroundResourceAggregation;
import com.google.api.gax.grpc.GrpcCallSettings;
import com.google.api.gax.grpc.GrpcStubCallableFactory;
import com.google.api.gax.rpc.ClientContext;
import com.google.api.gax.rpc.OperationCallable;
import com.google.api.gax.rpc.RequestParamsBuilder;
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.gkemulticloud.v1.AttachedCluster;
import com.google.cloud.gkemulticloud.v1.AttachedServerConfig;
import com.google.cloud.gkemulticloud.v1.CreateAttachedClusterRequest;
import com.google.cloud.gkemulticloud.v1.DeleteAttachedClusterRequest;
import com.google.cloud.gkemulticloud.v1.GenerateAttachedClusterAgentTokenRequest;
import com.google.cloud.gkemulticloud.v1.GenerateAttachedClusterAgentTokenResponse;
import com.google.cloud.gkemulticloud.v1.GenerateAttachedClusterInstallManifestRequest;
import com.google.cloud.gkemulticloud.v1.GenerateAttachedClusterInstallManifestResponse;
import com.google.cloud.gkemulticloud.v1.GetAttachedClusterRequest;
import com.google.cloud.gkemulticloud.v1.GetAttachedServerConfigRequest;
import com.google.cloud.gkemulticloud.v1.ImportAttachedClusterRequest;
import com.google.cloud.gkemulticloud.v1.ListAttachedClustersRequest;
import com.google.cloud.gkemulticloud.v1.ListAttachedClustersResponse;
import com.google.cloud.gkemulticloud.v1.OperationMetadata;
import com.google.cloud.gkemulticloud.v1.UpdateAttachedClusterRequest;
import com.google.longrunning.Operation;
import com.google.longrunning.stub.GrpcOperationsStub;
import com.google.protobuf.Empty;
import io.grpc.MethodDescriptor;
import io.grpc.protobuf.ProtoUtils;
import java.io.IOException;
import java.util.concurrent.TimeUnit;
import javax.annotation.Generated;

// AUTO-GENERATED DOCUMENTATION AND CLASS.
/**
 * gRPC stub implementation for the AttachedClusters service API.
 *
 * 

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") public class GrpcAttachedClustersStub extends AttachedClustersStub { private static final MethodDescriptor createAttachedClusterMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName( "google.cloud.gkemulticloud.v1.AttachedClusters/CreateAttachedCluster") .setRequestMarshaller( ProtoUtils.marshaller(CreateAttachedClusterRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance())) .build(); private static final MethodDescriptor updateAttachedClusterMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName( "google.cloud.gkemulticloud.v1.AttachedClusters/UpdateAttachedCluster") .setRequestMarshaller( ProtoUtils.marshaller(UpdateAttachedClusterRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance())) .build(); private static final MethodDescriptor importAttachedClusterMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName( "google.cloud.gkemulticloud.v1.AttachedClusters/ImportAttachedCluster") .setRequestMarshaller( ProtoUtils.marshaller(ImportAttachedClusterRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance())) .build(); private static final MethodDescriptor getAttachedClusterMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName( "google.cloud.gkemulticloud.v1.AttachedClusters/GetAttachedCluster") .setRequestMarshaller( ProtoUtils.marshaller(GetAttachedClusterRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(AttachedCluster.getDefaultInstance())) .build(); private static final MethodDescriptor listAttachedClustersMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName( "google.cloud.gkemulticloud.v1.AttachedClusters/ListAttachedClusters") .setRequestMarshaller( ProtoUtils.marshaller(ListAttachedClustersRequest.getDefaultInstance())) .setResponseMarshaller( ProtoUtils.marshaller(ListAttachedClustersResponse.getDefaultInstance())) .build(); private static final MethodDescriptor deleteAttachedClusterMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName( "google.cloud.gkemulticloud.v1.AttachedClusters/DeleteAttachedCluster") .setRequestMarshaller( ProtoUtils.marshaller(DeleteAttachedClusterRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance())) .build(); private static final MethodDescriptor getAttachedServerConfigMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName( "google.cloud.gkemulticloud.v1.AttachedClusters/GetAttachedServerConfig") .setRequestMarshaller( ProtoUtils.marshaller(GetAttachedServerConfigRequest.getDefaultInstance())) .setResponseMarshaller( ProtoUtils.marshaller(AttachedServerConfig.getDefaultInstance())) .build(); private static final MethodDescriptor< GenerateAttachedClusterInstallManifestRequest, GenerateAttachedClusterInstallManifestResponse> generateAttachedClusterInstallManifestMethodDescriptor = MethodDescriptor . newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName( "google.cloud.gkemulticloud.v1.AttachedClusters/GenerateAttachedClusterInstallManifest") .setRequestMarshaller( ProtoUtils.marshaller( GenerateAttachedClusterInstallManifestRequest.getDefaultInstance())) .setResponseMarshaller( ProtoUtils.marshaller( GenerateAttachedClusterInstallManifestResponse.getDefaultInstance())) .build(); private static final MethodDescriptor< GenerateAttachedClusterAgentTokenRequest, GenerateAttachedClusterAgentTokenResponse> generateAttachedClusterAgentTokenMethodDescriptor = MethodDescriptor . newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName( "google.cloud.gkemulticloud.v1.AttachedClusters/GenerateAttachedClusterAgentToken") .setRequestMarshaller( ProtoUtils.marshaller( GenerateAttachedClusterAgentTokenRequest.getDefaultInstance())) .setResponseMarshaller( ProtoUtils.marshaller( GenerateAttachedClusterAgentTokenResponse.getDefaultInstance())) .build(); private final UnaryCallable createAttachedClusterCallable; private final OperationCallable createAttachedClusterOperationCallable; private final UnaryCallable updateAttachedClusterCallable; private final OperationCallable updateAttachedClusterOperationCallable; private final UnaryCallable importAttachedClusterCallable; private final OperationCallable importAttachedClusterOperationCallable; private final UnaryCallable getAttachedClusterCallable; private final UnaryCallable listAttachedClustersCallable; private final UnaryCallable listAttachedClustersPagedCallable; private final UnaryCallable deleteAttachedClusterCallable; private final OperationCallable deleteAttachedClusterOperationCallable; private final UnaryCallable getAttachedServerConfigCallable; private final UnaryCallable< GenerateAttachedClusterInstallManifestRequest, GenerateAttachedClusterInstallManifestResponse> generateAttachedClusterInstallManifestCallable; private final UnaryCallable< GenerateAttachedClusterAgentTokenRequest, GenerateAttachedClusterAgentTokenResponse> generateAttachedClusterAgentTokenCallable; private final BackgroundResource backgroundResources; private final GrpcOperationsStub operationsStub; private final GrpcStubCallableFactory callableFactory; public static final GrpcAttachedClustersStub create(AttachedClustersStubSettings settings) throws IOException { return new GrpcAttachedClustersStub(settings, ClientContext.create(settings)); } public static final GrpcAttachedClustersStub create(ClientContext clientContext) throws IOException { return new GrpcAttachedClustersStub( AttachedClustersStubSettings.newBuilder().build(), clientContext); } public static final GrpcAttachedClustersStub create( ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException { return new GrpcAttachedClustersStub( AttachedClustersStubSettings.newBuilder().build(), clientContext, callableFactory); } /** * Constructs an instance of GrpcAttachedClustersStub, using the given settings. This is protected * so that it is easy to make a subclass, but otherwise, the static factory methods should be * preferred. */ protected GrpcAttachedClustersStub( AttachedClustersStubSettings settings, ClientContext clientContext) throws IOException { this(settings, clientContext, new GrpcAttachedClustersCallableFactory()); } /** * Constructs an instance of GrpcAttachedClustersStub, using the given settings. This is protected * so that it is easy to make a subclass, but otherwise, the static factory methods should be * preferred. */ protected GrpcAttachedClustersStub( AttachedClustersStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException { this.callableFactory = callableFactory; this.operationsStub = GrpcOperationsStub.create(clientContext, callableFactory); GrpcCallSettings createAttachedClusterTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(createAttachedClusterMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("parent", String.valueOf(request.getParent())); return builder.build(); }) .build(); GrpcCallSettings updateAttachedClusterTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(updateAttachedClusterMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add( "attached_cluster.name", String.valueOf(request.getAttachedCluster().getName())); return builder.build(); }) .build(); GrpcCallSettings importAttachedClusterTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(importAttachedClusterMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("parent", String.valueOf(request.getParent())); return builder.build(); }) .build(); GrpcCallSettings getAttachedClusterTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(getAttachedClusterMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("name", String.valueOf(request.getName())); return builder.build(); }) .build(); GrpcCallSettings listAttachedClustersTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(listAttachedClustersMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("parent", String.valueOf(request.getParent())); return builder.build(); }) .build(); GrpcCallSettings deleteAttachedClusterTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(deleteAttachedClusterMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("name", String.valueOf(request.getName())); return builder.build(); }) .build(); GrpcCallSettings getAttachedServerConfigTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(getAttachedServerConfigMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("name", String.valueOf(request.getName())); return builder.build(); }) .build(); GrpcCallSettings< GenerateAttachedClusterInstallManifestRequest, GenerateAttachedClusterInstallManifestResponse> generateAttachedClusterInstallManifestTransportSettings = GrpcCallSettings . newBuilder() .setMethodDescriptor(generateAttachedClusterInstallManifestMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("parent", String.valueOf(request.getParent())); return builder.build(); }) .build(); GrpcCallSettings< GenerateAttachedClusterAgentTokenRequest, GenerateAttachedClusterAgentTokenResponse> generateAttachedClusterAgentTokenTransportSettings = GrpcCallSettings . newBuilder() .setMethodDescriptor(generateAttachedClusterAgentTokenMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("attached_cluster", String.valueOf(request.getAttachedCluster())); return builder.build(); }) .build(); this.createAttachedClusterCallable = callableFactory.createUnaryCallable( createAttachedClusterTransportSettings, settings.createAttachedClusterSettings(), clientContext); this.createAttachedClusterOperationCallable = callableFactory.createOperationCallable( createAttachedClusterTransportSettings, settings.createAttachedClusterOperationSettings(), clientContext, operationsStub); this.updateAttachedClusterCallable = callableFactory.createUnaryCallable( updateAttachedClusterTransportSettings, settings.updateAttachedClusterSettings(), clientContext); this.updateAttachedClusterOperationCallable = callableFactory.createOperationCallable( updateAttachedClusterTransportSettings, settings.updateAttachedClusterOperationSettings(), clientContext, operationsStub); this.importAttachedClusterCallable = callableFactory.createUnaryCallable( importAttachedClusterTransportSettings, settings.importAttachedClusterSettings(), clientContext); this.importAttachedClusterOperationCallable = callableFactory.createOperationCallable( importAttachedClusterTransportSettings, settings.importAttachedClusterOperationSettings(), clientContext, operationsStub); this.getAttachedClusterCallable = callableFactory.createUnaryCallable( getAttachedClusterTransportSettings, settings.getAttachedClusterSettings(), clientContext); this.listAttachedClustersCallable = callableFactory.createUnaryCallable( listAttachedClustersTransportSettings, settings.listAttachedClustersSettings(), clientContext); this.listAttachedClustersPagedCallable = callableFactory.createPagedCallable( listAttachedClustersTransportSettings, settings.listAttachedClustersSettings(), clientContext); this.deleteAttachedClusterCallable = callableFactory.createUnaryCallable( deleteAttachedClusterTransportSettings, settings.deleteAttachedClusterSettings(), clientContext); this.deleteAttachedClusterOperationCallable = callableFactory.createOperationCallable( deleteAttachedClusterTransportSettings, settings.deleteAttachedClusterOperationSettings(), clientContext, operationsStub); this.getAttachedServerConfigCallable = callableFactory.createUnaryCallable( getAttachedServerConfigTransportSettings, settings.getAttachedServerConfigSettings(), clientContext); this.generateAttachedClusterInstallManifestCallable = callableFactory.createUnaryCallable( generateAttachedClusterInstallManifestTransportSettings, settings.generateAttachedClusterInstallManifestSettings(), clientContext); this.generateAttachedClusterAgentTokenCallable = callableFactory.createUnaryCallable( generateAttachedClusterAgentTokenTransportSettings, settings.generateAttachedClusterAgentTokenSettings(), clientContext); this.backgroundResources = new BackgroundResourceAggregation(clientContext.getBackgroundResources()); } public GrpcOperationsStub getOperationsStub() { return operationsStub; } @Override public UnaryCallable createAttachedClusterCallable() { return createAttachedClusterCallable; } @Override public OperationCallable createAttachedClusterOperationCallable() { return createAttachedClusterOperationCallable; } @Override public UnaryCallable updateAttachedClusterCallable() { return updateAttachedClusterCallable; } @Override public OperationCallable updateAttachedClusterOperationCallable() { return updateAttachedClusterOperationCallable; } @Override public UnaryCallable importAttachedClusterCallable() { return importAttachedClusterCallable; } @Override public OperationCallable importAttachedClusterOperationCallable() { return importAttachedClusterOperationCallable; } @Override public UnaryCallable getAttachedClusterCallable() { return getAttachedClusterCallable; } @Override public UnaryCallable listAttachedClustersCallable() { return listAttachedClustersCallable; } @Override public UnaryCallable listAttachedClustersPagedCallable() { return listAttachedClustersPagedCallable; } @Override public UnaryCallable deleteAttachedClusterCallable() { return deleteAttachedClusterCallable; } @Override public OperationCallable deleteAttachedClusterOperationCallable() { return deleteAttachedClusterOperationCallable; } @Override public UnaryCallable getAttachedServerConfigCallable() { return getAttachedServerConfigCallable; } @Override public UnaryCallable< GenerateAttachedClusterInstallManifestRequest, GenerateAttachedClusterInstallManifestResponse> generateAttachedClusterInstallManifestCallable() { return generateAttachedClusterInstallManifestCallable; } @Override public UnaryCallable< GenerateAttachedClusterAgentTokenRequest, GenerateAttachedClusterAgentTokenResponse> generateAttachedClusterAgentTokenCallable() { return generateAttachedClusterAgentTokenCallable; } @Override public final void close() { try { backgroundResources.close(); } catch (RuntimeException e) { throw e; } catch (Exception e) { throw new IllegalStateException("Failed to close resource", e); } } @Override public void shutdown() { backgroundResources.shutdown(); } @Override public boolean isShutdown() { return backgroundResources.isShutdown(); } @Override public boolean isTerminated() { return backgroundResources.isTerminated(); } @Override public void shutdownNow() { backgroundResources.shutdownNow(); } @Override public boolean awaitTermination(long duration, TimeUnit unit) throws InterruptedException { return backgroundResources.awaitTermination(duration, unit); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy