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

com.google.cloud.networkconnectivity.v1alpha1.stub.HubServiceStub Maven / Gradle / Ivy

Go to download

Google's suite of products that provide enterprise connectivity from your on-premises network or from another cloud provider to your Virtual Private Cloud (VPC) network

The 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.networkconnectivity.v1alpha1.stub;

import static com.google.cloud.networkconnectivity.v1alpha1.HubServiceClient.ListHubsPagedResponse;
import static com.google.cloud.networkconnectivity.v1alpha1.HubServiceClient.ListSpokesPagedResponse;

import com.google.api.core.BetaApi;
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.networkconnectivity.v1alpha1.CreateHubRequest;
import com.google.cloud.networkconnectivity.v1alpha1.CreateSpokeRequest;
import com.google.cloud.networkconnectivity.v1alpha1.DeleteHubRequest;
import com.google.cloud.networkconnectivity.v1alpha1.DeleteSpokeRequest;
import com.google.cloud.networkconnectivity.v1alpha1.GetHubRequest;
import com.google.cloud.networkconnectivity.v1alpha1.GetSpokeRequest;
import com.google.cloud.networkconnectivity.v1alpha1.Hub;
import com.google.cloud.networkconnectivity.v1alpha1.ListHubsRequest;
import com.google.cloud.networkconnectivity.v1alpha1.ListHubsResponse;
import com.google.cloud.networkconnectivity.v1alpha1.ListSpokesRequest;
import com.google.cloud.networkconnectivity.v1alpha1.ListSpokesResponse;
import com.google.cloud.networkconnectivity.v1alpha1.OperationMetadata;
import com.google.cloud.networkconnectivity.v1alpha1.Spoke;
import com.google.cloud.networkconnectivity.v1alpha1.UpdateHubRequest;
import com.google.cloud.networkconnectivity.v1alpha1.UpdateSpokeRequest;
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 HubService service API.
 *
 * 

This class is for advanced usage and reflects the underlying API directly. */ @BetaApi @Generated("by gapic-generator-java") public abstract class HubServiceStub implements BackgroundResource { public OperationsStub getOperationsStub() { throw new UnsupportedOperationException("Not implemented: getOperationsStub()"); } public UnaryCallable listHubsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listHubsPagedCallable()"); } public UnaryCallable listHubsCallable() { throw new UnsupportedOperationException("Not implemented: listHubsCallable()"); } public UnaryCallable getHubCallable() { throw new UnsupportedOperationException("Not implemented: getHubCallable()"); } public OperationCallable createHubOperationCallable() { throw new UnsupportedOperationException("Not implemented: createHubOperationCallable()"); } public UnaryCallable createHubCallable() { throw new UnsupportedOperationException("Not implemented: createHubCallable()"); } public OperationCallable updateHubOperationCallable() { throw new UnsupportedOperationException("Not implemented: updateHubOperationCallable()"); } public UnaryCallable updateHubCallable() { throw new UnsupportedOperationException("Not implemented: updateHubCallable()"); } public OperationCallable deleteHubOperationCallable() { throw new UnsupportedOperationException("Not implemented: deleteHubOperationCallable()"); } public UnaryCallable deleteHubCallable() { throw new UnsupportedOperationException("Not implemented: deleteHubCallable()"); } public UnaryCallable listSpokesPagedCallable() { throw new UnsupportedOperationException("Not implemented: listSpokesPagedCallable()"); } public UnaryCallable listSpokesCallable() { throw new UnsupportedOperationException("Not implemented: listSpokesCallable()"); } public UnaryCallable getSpokeCallable() { throw new UnsupportedOperationException("Not implemented: getSpokeCallable()"); } public OperationCallable createSpokeOperationCallable() { throw new UnsupportedOperationException("Not implemented: createSpokeOperationCallable()"); } public UnaryCallable createSpokeCallable() { throw new UnsupportedOperationException("Not implemented: createSpokeCallable()"); } public OperationCallable updateSpokeOperationCallable() { throw new UnsupportedOperationException("Not implemented: updateSpokeOperationCallable()"); } public UnaryCallable updateSpokeCallable() { throw new UnsupportedOperationException("Not implemented: updateSpokeCallable()"); } public OperationCallable deleteSpokeOperationCallable() { throw new UnsupportedOperationException("Not implemented: deleteSpokeOperationCallable()"); } public UnaryCallable deleteSpokeCallable() { throw new UnsupportedOperationException("Not implemented: deleteSpokeCallable()"); } @Override public abstract void close(); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy