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

com.google.cloud.gkehub.v1.stub.GkeHubStub Maven / Gradle / Ivy

Go to download

provides a unified way to work with Kubernetes clusters as part of Anthos, extending GKE to work in multiple environments. You have consistent, unified, and secure infrastructure, cluster, and container management, whether you're using Anthos on Google Cloud (with traditional GKE), hybrid cloud, or multiple public clouds.

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

import static com.google.cloud.gkehub.v1.GkeHubClient.ListFeaturesPagedResponse;
import static com.google.cloud.gkehub.v1.GkeHubClient.ListMembershipsPagedResponse;

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.gkehub.v1.CreateFeatureRequest;
import com.google.cloud.gkehub.v1.CreateMembershipRequest;
import com.google.cloud.gkehub.v1.DeleteFeatureRequest;
import com.google.cloud.gkehub.v1.DeleteMembershipRequest;
import com.google.cloud.gkehub.v1.Feature;
import com.google.cloud.gkehub.v1.GenerateConnectManifestRequest;
import com.google.cloud.gkehub.v1.GenerateConnectManifestResponse;
import com.google.cloud.gkehub.v1.GetFeatureRequest;
import com.google.cloud.gkehub.v1.GetMembershipRequest;
import com.google.cloud.gkehub.v1.ListFeaturesRequest;
import com.google.cloud.gkehub.v1.ListFeaturesResponse;
import com.google.cloud.gkehub.v1.ListMembershipsRequest;
import com.google.cloud.gkehub.v1.ListMembershipsResponse;
import com.google.cloud.gkehub.v1.Membership;
import com.google.cloud.gkehub.v1.OperationMetadata;
import com.google.cloud.gkehub.v1.UpdateFeatureRequest;
import com.google.cloud.gkehub.v1.UpdateMembershipRequest;
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 GkeHub service API.
 *
 * 

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") public abstract class GkeHubStub implements BackgroundResource { public OperationsStub getOperationsStub() { return null; } public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub() { return null; } public UnaryCallable listMembershipsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listMembershipsPagedCallable()"); } public UnaryCallable listMembershipsCallable() { throw new UnsupportedOperationException("Not implemented: listMembershipsCallable()"); } public UnaryCallable listFeaturesPagedCallable() { throw new UnsupportedOperationException("Not implemented: listFeaturesPagedCallable()"); } public UnaryCallable listFeaturesCallable() { throw new UnsupportedOperationException("Not implemented: listFeaturesCallable()"); } public UnaryCallable getMembershipCallable() { throw new UnsupportedOperationException("Not implemented: getMembershipCallable()"); } public UnaryCallable getFeatureCallable() { throw new UnsupportedOperationException("Not implemented: getFeatureCallable()"); } public OperationCallable createMembershipOperationCallable() { throw new UnsupportedOperationException("Not implemented: createMembershipOperationCallable()"); } public UnaryCallable createMembershipCallable() { throw new UnsupportedOperationException("Not implemented: createMembershipCallable()"); } public OperationCallable createFeatureOperationCallable() { throw new UnsupportedOperationException("Not implemented: createFeatureOperationCallable()"); } public UnaryCallable createFeatureCallable() { throw new UnsupportedOperationException("Not implemented: createFeatureCallable()"); } public OperationCallable deleteMembershipOperationCallable() { throw new UnsupportedOperationException("Not implemented: deleteMembershipOperationCallable()"); } public UnaryCallable deleteMembershipCallable() { throw new UnsupportedOperationException("Not implemented: deleteMembershipCallable()"); } public OperationCallable deleteFeatureOperationCallable() { throw new UnsupportedOperationException("Not implemented: deleteFeatureOperationCallable()"); } public UnaryCallable deleteFeatureCallable() { throw new UnsupportedOperationException("Not implemented: deleteFeatureCallable()"); } public OperationCallable updateMembershipOperationCallable() { throw new UnsupportedOperationException("Not implemented: updateMembershipOperationCallable()"); } public UnaryCallable updateMembershipCallable() { throw new UnsupportedOperationException("Not implemented: updateMembershipCallable()"); } public OperationCallable updateFeatureOperationCallable() { throw new UnsupportedOperationException("Not implemented: updateFeatureOperationCallable()"); } public UnaryCallable updateFeatureCallable() { throw new UnsupportedOperationException("Not implemented: updateFeatureCallable()"); } public UnaryCallable generateConnectManifestCallable() { throw new UnsupportedOperationException("Not implemented: generateConnectManifestCallable()"); } @Override public abstract void close(); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy