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

com.google.cloud.logging.v2.stub.ConfigServiceV2Stub Maven / Gradle / Ivy

There is a newer version: 3.21.1
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.logging.v2.stub;

import static com.google.cloud.logging.v2.ConfigClient.ListBucketsPagedResponse;
import static com.google.cloud.logging.v2.ConfigClient.ListExclusionsPagedResponse;
import static com.google.cloud.logging.v2.ConfigClient.ListLinksPagedResponse;
import static com.google.cloud.logging.v2.ConfigClient.ListSinksPagedResponse;
import static com.google.cloud.logging.v2.ConfigClient.ListViewsPagedResponse;

import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.rpc.OperationCallable;
import com.google.api.gax.rpc.UnaryCallable;
import com.google.logging.v2.BucketMetadata;
import com.google.logging.v2.CmekSettings;
import com.google.logging.v2.CopyLogEntriesMetadata;
import com.google.logging.v2.CopyLogEntriesRequest;
import com.google.logging.v2.CopyLogEntriesResponse;
import com.google.logging.v2.CreateBucketRequest;
import com.google.logging.v2.CreateExclusionRequest;
import com.google.logging.v2.CreateLinkRequest;
import com.google.logging.v2.CreateSinkRequest;
import com.google.logging.v2.CreateViewRequest;
import com.google.logging.v2.DeleteBucketRequest;
import com.google.logging.v2.DeleteExclusionRequest;
import com.google.logging.v2.DeleteLinkRequest;
import com.google.logging.v2.DeleteSinkRequest;
import com.google.logging.v2.DeleteViewRequest;
import com.google.logging.v2.GetBucketRequest;
import com.google.logging.v2.GetCmekSettingsRequest;
import com.google.logging.v2.GetExclusionRequest;
import com.google.logging.v2.GetLinkRequest;
import com.google.logging.v2.GetSettingsRequest;
import com.google.logging.v2.GetSinkRequest;
import com.google.logging.v2.GetViewRequest;
import com.google.logging.v2.Link;
import com.google.logging.v2.LinkMetadata;
import com.google.logging.v2.ListBucketsRequest;
import com.google.logging.v2.ListBucketsResponse;
import com.google.logging.v2.ListExclusionsRequest;
import com.google.logging.v2.ListExclusionsResponse;
import com.google.logging.v2.ListLinksRequest;
import com.google.logging.v2.ListLinksResponse;
import com.google.logging.v2.ListSinksRequest;
import com.google.logging.v2.ListSinksResponse;
import com.google.logging.v2.ListViewsRequest;
import com.google.logging.v2.ListViewsResponse;
import com.google.logging.v2.LogBucket;
import com.google.logging.v2.LogExclusion;
import com.google.logging.v2.LogSink;
import com.google.logging.v2.LogView;
import com.google.logging.v2.Settings;
import com.google.logging.v2.UndeleteBucketRequest;
import com.google.logging.v2.UpdateBucketRequest;
import com.google.logging.v2.UpdateCmekSettingsRequest;
import com.google.logging.v2.UpdateExclusionRequest;
import com.google.logging.v2.UpdateSettingsRequest;
import com.google.logging.v2.UpdateSinkRequest;
import com.google.logging.v2.UpdateViewRequest;
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 ConfigServiceV2 service API.
 *
 * 

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") public abstract class ConfigServiceV2Stub implements BackgroundResource { public OperationsStub getOperationsStub() { throw new UnsupportedOperationException("Not implemented: getOperationsStub()"); } public UnaryCallable listBucketsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listBucketsPagedCallable()"); } public UnaryCallable listBucketsCallable() { throw new UnsupportedOperationException("Not implemented: listBucketsCallable()"); } public UnaryCallable getBucketCallable() { throw new UnsupportedOperationException("Not implemented: getBucketCallable()"); } public OperationCallable createBucketAsyncOperationCallable() { throw new UnsupportedOperationException( "Not implemented: createBucketAsyncOperationCallable()"); } public UnaryCallable createBucketAsyncCallable() { throw new UnsupportedOperationException("Not implemented: createBucketAsyncCallable()"); } public OperationCallable updateBucketAsyncOperationCallable() { throw new UnsupportedOperationException( "Not implemented: updateBucketAsyncOperationCallable()"); } public UnaryCallable updateBucketAsyncCallable() { throw new UnsupportedOperationException("Not implemented: updateBucketAsyncCallable()"); } public UnaryCallable createBucketCallable() { throw new UnsupportedOperationException("Not implemented: createBucketCallable()"); } public UnaryCallable updateBucketCallable() { throw new UnsupportedOperationException("Not implemented: updateBucketCallable()"); } public UnaryCallable deleteBucketCallable() { throw new UnsupportedOperationException("Not implemented: deleteBucketCallable()"); } public UnaryCallable undeleteBucketCallable() { throw new UnsupportedOperationException("Not implemented: undeleteBucketCallable()"); } public UnaryCallable listViewsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listViewsPagedCallable()"); } public UnaryCallable listViewsCallable() { throw new UnsupportedOperationException("Not implemented: listViewsCallable()"); } public UnaryCallable getViewCallable() { throw new UnsupportedOperationException("Not implemented: getViewCallable()"); } public UnaryCallable createViewCallable() { throw new UnsupportedOperationException("Not implemented: createViewCallable()"); } public UnaryCallable updateViewCallable() { throw new UnsupportedOperationException("Not implemented: updateViewCallable()"); } public UnaryCallable deleteViewCallable() { throw new UnsupportedOperationException("Not implemented: deleteViewCallable()"); } public UnaryCallable listSinksPagedCallable() { throw new UnsupportedOperationException("Not implemented: listSinksPagedCallable()"); } public UnaryCallable listSinksCallable() { throw new UnsupportedOperationException("Not implemented: listSinksCallable()"); } public UnaryCallable getSinkCallable() { throw new UnsupportedOperationException("Not implemented: getSinkCallable()"); } public UnaryCallable createSinkCallable() { throw new UnsupportedOperationException("Not implemented: createSinkCallable()"); } public UnaryCallable updateSinkCallable() { throw new UnsupportedOperationException("Not implemented: updateSinkCallable()"); } public UnaryCallable deleteSinkCallable() { throw new UnsupportedOperationException("Not implemented: deleteSinkCallable()"); } public OperationCallable createLinkOperationCallable() { throw new UnsupportedOperationException("Not implemented: createLinkOperationCallable()"); } public UnaryCallable createLinkCallable() { throw new UnsupportedOperationException("Not implemented: createLinkCallable()"); } public OperationCallable deleteLinkOperationCallable() { throw new UnsupportedOperationException("Not implemented: deleteLinkOperationCallable()"); } public UnaryCallable deleteLinkCallable() { throw new UnsupportedOperationException("Not implemented: deleteLinkCallable()"); } public UnaryCallable listLinksPagedCallable() { throw new UnsupportedOperationException("Not implemented: listLinksPagedCallable()"); } public UnaryCallable listLinksCallable() { throw new UnsupportedOperationException("Not implemented: listLinksCallable()"); } public UnaryCallable getLinkCallable() { throw new UnsupportedOperationException("Not implemented: getLinkCallable()"); } public UnaryCallable listExclusionsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listExclusionsPagedCallable()"); } public UnaryCallable listExclusionsCallable() { throw new UnsupportedOperationException("Not implemented: listExclusionsCallable()"); } public UnaryCallable getExclusionCallable() { throw new UnsupportedOperationException("Not implemented: getExclusionCallable()"); } public UnaryCallable createExclusionCallable() { throw new UnsupportedOperationException("Not implemented: createExclusionCallable()"); } public UnaryCallable updateExclusionCallable() { throw new UnsupportedOperationException("Not implemented: updateExclusionCallable()"); } public UnaryCallable deleteExclusionCallable() { throw new UnsupportedOperationException("Not implemented: deleteExclusionCallable()"); } public UnaryCallable getCmekSettingsCallable() { throw new UnsupportedOperationException("Not implemented: getCmekSettingsCallable()"); } public UnaryCallable updateCmekSettingsCallable() { throw new UnsupportedOperationException("Not implemented: updateCmekSettingsCallable()"); } public UnaryCallable getSettingsCallable() { throw new UnsupportedOperationException("Not implemented: getSettingsCallable()"); } public UnaryCallable updateSettingsCallable() { throw new UnsupportedOperationException("Not implemented: updateSettingsCallable()"); } public OperationCallable copyLogEntriesOperationCallable() { throw new UnsupportedOperationException("Not implemented: copyLogEntriesOperationCallable()"); } public UnaryCallable copyLogEntriesCallable() { throw new UnsupportedOperationException("Not implemented: copyLogEntriesCallable()"); } @Override public abstract void close(); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy