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

com.google.cloud.pubsub.v1.stub.SubscriberStub Maven / Gradle / Ivy

There is a newer version: 1.132.2
Show newest version
/*
 * Copyright 2019 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.pubsub.v1.stub;

import static com.google.cloud.pubsub.v1.SubscriptionAdminClient.ListSnapshotsPagedResponse;
import static com.google.cloud.pubsub.v1.SubscriptionAdminClient.ListSubscriptionsPagedResponse;

import com.google.api.core.BetaApi;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.rpc.BidiStreamingCallable;
import com.google.api.gax.rpc.UnaryCallable;
import com.google.iam.v1.GetIamPolicyRequest;
import com.google.iam.v1.Policy;
import com.google.iam.v1.SetIamPolicyRequest;
import com.google.iam.v1.TestIamPermissionsRequest;
import com.google.iam.v1.TestIamPermissionsResponse;
import com.google.protobuf.Empty;
import com.google.pubsub.v1.AcknowledgeRequest;
import com.google.pubsub.v1.CreateSnapshotRequest;
import com.google.pubsub.v1.DeleteSnapshotRequest;
import com.google.pubsub.v1.DeleteSubscriptionRequest;
import com.google.pubsub.v1.GetSubscriptionRequest;
import com.google.pubsub.v1.ListSnapshotsRequest;
import com.google.pubsub.v1.ListSnapshotsResponse;
import com.google.pubsub.v1.ListSubscriptionsRequest;
import com.google.pubsub.v1.ListSubscriptionsResponse;
import com.google.pubsub.v1.ModifyAckDeadlineRequest;
import com.google.pubsub.v1.ModifyPushConfigRequest;
import com.google.pubsub.v1.PullRequest;
import com.google.pubsub.v1.PullResponse;
import com.google.pubsub.v1.SeekRequest;
import com.google.pubsub.v1.SeekResponse;
import com.google.pubsub.v1.Snapshot;
import com.google.pubsub.v1.StreamingPullRequest;
import com.google.pubsub.v1.StreamingPullResponse;
import com.google.pubsub.v1.Subscription;
import com.google.pubsub.v1.UpdateSnapshotRequest;
import com.google.pubsub.v1.UpdateSubscriptionRequest;
import javax.annotation.Generated;

// AUTO-GENERATED DOCUMENTATION AND CLASS
/**
 * Base stub class for Google Cloud Pub/Sub API.
 *
 * 

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator") @BetaApi("A restructuring of stub classes is planned, so this may break in the future") public abstract class SubscriberStub implements BackgroundResource { public UnaryCallable createSubscriptionCallable() { throw new UnsupportedOperationException("Not implemented: createSubscriptionCallable()"); } public UnaryCallable getSubscriptionCallable() { throw new UnsupportedOperationException("Not implemented: getSubscriptionCallable()"); } public UnaryCallable updateSubscriptionCallable() { throw new UnsupportedOperationException("Not implemented: updateSubscriptionCallable()"); } public UnaryCallable listSubscriptionsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listSubscriptionsPagedCallable()"); } public UnaryCallable listSubscriptionsCallable() { throw new UnsupportedOperationException("Not implemented: listSubscriptionsCallable()"); } public UnaryCallable deleteSubscriptionCallable() { throw new UnsupportedOperationException("Not implemented: deleteSubscriptionCallable()"); } public UnaryCallable modifyAckDeadlineCallable() { throw new UnsupportedOperationException("Not implemented: modifyAckDeadlineCallable()"); } public UnaryCallable acknowledgeCallable() { throw new UnsupportedOperationException("Not implemented: acknowledgeCallable()"); } public UnaryCallable pullCallable() { throw new UnsupportedOperationException("Not implemented: pullCallable()"); } public BidiStreamingCallable streamingPullCallable() { throw new UnsupportedOperationException("Not implemented: streamingPullCallable()"); } public UnaryCallable modifyPushConfigCallable() { throw new UnsupportedOperationException("Not implemented: modifyPushConfigCallable()"); } public UnaryCallable listSnapshotsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listSnapshotsPagedCallable()"); } public UnaryCallable listSnapshotsCallable() { throw new UnsupportedOperationException("Not implemented: listSnapshotsCallable()"); } public UnaryCallable createSnapshotCallable() { throw new UnsupportedOperationException("Not implemented: createSnapshotCallable()"); } public UnaryCallable updateSnapshotCallable() { throw new UnsupportedOperationException("Not implemented: updateSnapshotCallable()"); } public UnaryCallable deleteSnapshotCallable() { throw new UnsupportedOperationException("Not implemented: deleteSnapshotCallable()"); } public UnaryCallable seekCallable() { throw new UnsupportedOperationException("Not implemented: seekCallable()"); } public UnaryCallable setIamPolicyCallable() { throw new UnsupportedOperationException("Not implemented: setIamPolicyCallable()"); } public UnaryCallable getIamPolicyCallable() { throw new UnsupportedOperationException("Not implemented: getIamPolicyCallable()"); } public UnaryCallable testIamPermissionsCallable() { throw new UnsupportedOperationException("Not implemented: testIamPermissionsCallable()"); } @Override public abstract void close(); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy