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

com.google.cloud.apihub.v1.stub.ApiHubStub Maven / Gradle / Ivy

Go to download

API hub API API hub lets you consolidate and organize information about all of the APIs of interest to your organization. API hub lets you capture critical information about APIs that allows developers to discover and evaluate them easily and leverage the work of other teams wherever possible. API platform teams can use API hub to have visibility into and manage their portfolio of APIs.

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

import static com.google.cloud.apihub.v1.ApiHubClient.ListApiOperationsPagedResponse;
import static com.google.cloud.apihub.v1.ApiHubClient.ListApisPagedResponse;
import static com.google.cloud.apihub.v1.ApiHubClient.ListAttributesPagedResponse;
import static com.google.cloud.apihub.v1.ApiHubClient.ListDeploymentsPagedResponse;
import static com.google.cloud.apihub.v1.ApiHubClient.ListExternalApisPagedResponse;
import static com.google.cloud.apihub.v1.ApiHubClient.ListLocationsPagedResponse;
import static com.google.cloud.apihub.v1.ApiHubClient.ListSpecsPagedResponse;
import static com.google.cloud.apihub.v1.ApiHubClient.ListVersionsPagedResponse;
import static com.google.cloud.apihub.v1.ApiHubClient.SearchResourcesPagedResponse;

import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.apihub.v1.Api;
import com.google.cloud.apihub.v1.ApiOperation;
import com.google.cloud.apihub.v1.Attribute;
import com.google.cloud.apihub.v1.CreateApiRequest;
import com.google.cloud.apihub.v1.CreateAttributeRequest;
import com.google.cloud.apihub.v1.CreateDeploymentRequest;
import com.google.cloud.apihub.v1.CreateExternalApiRequest;
import com.google.cloud.apihub.v1.CreateSpecRequest;
import com.google.cloud.apihub.v1.CreateVersionRequest;
import com.google.cloud.apihub.v1.Definition;
import com.google.cloud.apihub.v1.DeleteApiRequest;
import com.google.cloud.apihub.v1.DeleteAttributeRequest;
import com.google.cloud.apihub.v1.DeleteDeploymentRequest;
import com.google.cloud.apihub.v1.DeleteExternalApiRequest;
import com.google.cloud.apihub.v1.DeleteSpecRequest;
import com.google.cloud.apihub.v1.DeleteVersionRequest;
import com.google.cloud.apihub.v1.Deployment;
import com.google.cloud.apihub.v1.ExternalApi;
import com.google.cloud.apihub.v1.GetApiOperationRequest;
import com.google.cloud.apihub.v1.GetApiRequest;
import com.google.cloud.apihub.v1.GetAttributeRequest;
import com.google.cloud.apihub.v1.GetDefinitionRequest;
import com.google.cloud.apihub.v1.GetDeploymentRequest;
import com.google.cloud.apihub.v1.GetExternalApiRequest;
import com.google.cloud.apihub.v1.GetSpecContentsRequest;
import com.google.cloud.apihub.v1.GetSpecRequest;
import com.google.cloud.apihub.v1.GetVersionRequest;
import com.google.cloud.apihub.v1.ListApiOperationsRequest;
import com.google.cloud.apihub.v1.ListApiOperationsResponse;
import com.google.cloud.apihub.v1.ListApisRequest;
import com.google.cloud.apihub.v1.ListApisResponse;
import com.google.cloud.apihub.v1.ListAttributesRequest;
import com.google.cloud.apihub.v1.ListAttributesResponse;
import com.google.cloud.apihub.v1.ListDeploymentsRequest;
import com.google.cloud.apihub.v1.ListDeploymentsResponse;
import com.google.cloud.apihub.v1.ListExternalApisRequest;
import com.google.cloud.apihub.v1.ListExternalApisResponse;
import com.google.cloud.apihub.v1.ListSpecsRequest;
import com.google.cloud.apihub.v1.ListSpecsResponse;
import com.google.cloud.apihub.v1.ListVersionsRequest;
import com.google.cloud.apihub.v1.ListVersionsResponse;
import com.google.cloud.apihub.v1.SearchResourcesRequest;
import com.google.cloud.apihub.v1.SearchResourcesResponse;
import com.google.cloud.apihub.v1.Spec;
import com.google.cloud.apihub.v1.SpecContents;
import com.google.cloud.apihub.v1.UpdateApiRequest;
import com.google.cloud.apihub.v1.UpdateAttributeRequest;
import com.google.cloud.apihub.v1.UpdateDeploymentRequest;
import com.google.cloud.apihub.v1.UpdateExternalApiRequest;
import com.google.cloud.apihub.v1.UpdateSpecRequest;
import com.google.cloud.apihub.v1.UpdateVersionRequest;
import com.google.cloud.apihub.v1.Version;
import com.google.cloud.location.GetLocationRequest;
import com.google.cloud.location.ListLocationsRequest;
import com.google.cloud.location.ListLocationsResponse;
import com.google.cloud.location.Location;
import com.google.protobuf.Empty;
import javax.annotation.Generated;

// AUTO-GENERATED DOCUMENTATION AND CLASS.
/**
 * Base stub class for the ApiHub service API.
 *
 * 

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") public abstract class ApiHubStub implements BackgroundResource { public UnaryCallable createApiCallable() { throw new UnsupportedOperationException("Not implemented: createApiCallable()"); } public UnaryCallable getApiCallable() { throw new UnsupportedOperationException("Not implemented: getApiCallable()"); } public UnaryCallable listApisPagedCallable() { throw new UnsupportedOperationException("Not implemented: listApisPagedCallable()"); } public UnaryCallable listApisCallable() { throw new UnsupportedOperationException("Not implemented: listApisCallable()"); } public UnaryCallable updateApiCallable() { throw new UnsupportedOperationException("Not implemented: updateApiCallable()"); } public UnaryCallable deleteApiCallable() { throw new UnsupportedOperationException("Not implemented: deleteApiCallable()"); } public UnaryCallable createVersionCallable() { throw new UnsupportedOperationException("Not implemented: createVersionCallable()"); } public UnaryCallable getVersionCallable() { throw new UnsupportedOperationException("Not implemented: getVersionCallable()"); } public UnaryCallable listVersionsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listVersionsPagedCallable()"); } public UnaryCallable listVersionsCallable() { throw new UnsupportedOperationException("Not implemented: listVersionsCallable()"); } public UnaryCallable updateVersionCallable() { throw new UnsupportedOperationException("Not implemented: updateVersionCallable()"); } public UnaryCallable deleteVersionCallable() { throw new UnsupportedOperationException("Not implemented: deleteVersionCallable()"); } public UnaryCallable createSpecCallable() { throw new UnsupportedOperationException("Not implemented: createSpecCallable()"); } public UnaryCallable getSpecCallable() { throw new UnsupportedOperationException("Not implemented: getSpecCallable()"); } public UnaryCallable getSpecContentsCallable() { throw new UnsupportedOperationException("Not implemented: getSpecContentsCallable()"); } public UnaryCallable listSpecsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listSpecsPagedCallable()"); } public UnaryCallable listSpecsCallable() { throw new UnsupportedOperationException("Not implemented: listSpecsCallable()"); } public UnaryCallable updateSpecCallable() { throw new UnsupportedOperationException("Not implemented: updateSpecCallable()"); } public UnaryCallable deleteSpecCallable() { throw new UnsupportedOperationException("Not implemented: deleteSpecCallable()"); } public UnaryCallable getApiOperationCallable() { throw new UnsupportedOperationException("Not implemented: getApiOperationCallable()"); } public UnaryCallable listApiOperationsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listApiOperationsPagedCallable()"); } public UnaryCallable listApiOperationsCallable() { throw new UnsupportedOperationException("Not implemented: listApiOperationsCallable()"); } public UnaryCallable getDefinitionCallable() { throw new UnsupportedOperationException("Not implemented: getDefinitionCallable()"); } public UnaryCallable createDeploymentCallable() { throw new UnsupportedOperationException("Not implemented: createDeploymentCallable()"); } public UnaryCallable getDeploymentCallable() { throw new UnsupportedOperationException("Not implemented: getDeploymentCallable()"); } public UnaryCallable listDeploymentsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listDeploymentsPagedCallable()"); } public UnaryCallable listDeploymentsCallable() { throw new UnsupportedOperationException("Not implemented: listDeploymentsCallable()"); } public UnaryCallable updateDeploymentCallable() { throw new UnsupportedOperationException("Not implemented: updateDeploymentCallable()"); } public UnaryCallable deleteDeploymentCallable() { throw new UnsupportedOperationException("Not implemented: deleteDeploymentCallable()"); } public UnaryCallable createAttributeCallable() { throw new UnsupportedOperationException("Not implemented: createAttributeCallable()"); } public UnaryCallable getAttributeCallable() { throw new UnsupportedOperationException("Not implemented: getAttributeCallable()"); } public UnaryCallable updateAttributeCallable() { throw new UnsupportedOperationException("Not implemented: updateAttributeCallable()"); } public UnaryCallable deleteAttributeCallable() { throw new UnsupportedOperationException("Not implemented: deleteAttributeCallable()"); } public UnaryCallable listAttributesPagedCallable() { throw new UnsupportedOperationException("Not implemented: listAttributesPagedCallable()"); } public UnaryCallable listAttributesCallable() { throw new UnsupportedOperationException("Not implemented: listAttributesCallable()"); } public UnaryCallable searchResourcesPagedCallable() { throw new UnsupportedOperationException("Not implemented: searchResourcesPagedCallable()"); } public UnaryCallable searchResourcesCallable() { throw new UnsupportedOperationException("Not implemented: searchResourcesCallable()"); } public UnaryCallable createExternalApiCallable() { throw new UnsupportedOperationException("Not implemented: createExternalApiCallable()"); } public UnaryCallable getExternalApiCallable() { throw new UnsupportedOperationException("Not implemented: getExternalApiCallable()"); } public UnaryCallable updateExternalApiCallable() { throw new UnsupportedOperationException("Not implemented: updateExternalApiCallable()"); } public UnaryCallable deleteExternalApiCallable() { throw new UnsupportedOperationException("Not implemented: deleteExternalApiCallable()"); } public UnaryCallable listExternalApisPagedCallable() { throw new UnsupportedOperationException("Not implemented: listExternalApisPagedCallable()"); } public UnaryCallable listExternalApisCallable() { throw new UnsupportedOperationException("Not implemented: listExternalApisCallable()"); } public UnaryCallable listLocationsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listLocationsPagedCallable()"); } public UnaryCallable listLocationsCallable() { throw new UnsupportedOperationException("Not implemented: listLocationsCallable()"); } public UnaryCallable getLocationCallable() { throw new UnsupportedOperationException("Not implemented: getLocationCallable()"); } @Override public abstract void close(); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy