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

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

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.pubsub.v1.stub;

import static com.google.cloud.pubsub.v1.TopicAdminClient.ListTopicSnapshotsPagedResponse;
import static com.google.cloud.pubsub.v1.TopicAdminClient.ListTopicSubscriptionsPagedResponse;
import static com.google.cloud.pubsub.v1.TopicAdminClient.ListTopicsPagedResponse;

import com.google.api.gax.core.BackgroundResource;
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.DeleteTopicRequest;
import com.google.pubsub.v1.DetachSubscriptionRequest;
import com.google.pubsub.v1.DetachSubscriptionResponse;
import com.google.pubsub.v1.GetTopicRequest;
import com.google.pubsub.v1.ListTopicSnapshotsRequest;
import com.google.pubsub.v1.ListTopicSnapshotsResponse;
import com.google.pubsub.v1.ListTopicSubscriptionsRequest;
import com.google.pubsub.v1.ListTopicSubscriptionsResponse;
import com.google.pubsub.v1.ListTopicsRequest;
import com.google.pubsub.v1.ListTopicsResponse;
import com.google.pubsub.v1.PublishRequest;
import com.google.pubsub.v1.PublishResponse;
import com.google.pubsub.v1.Topic;
import com.google.pubsub.v1.UpdateTopicRequest;
import javax.annotation.Generated;

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

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") public abstract class PublisherStub implements BackgroundResource { public UnaryCallable createTopicCallable() { throw new UnsupportedOperationException("Not implemented: createTopicCallable()"); } public UnaryCallable updateTopicCallable() { throw new UnsupportedOperationException("Not implemented: updateTopicCallable()"); } public UnaryCallable publishCallable() { throw new UnsupportedOperationException("Not implemented: publishCallable()"); } public UnaryCallable getTopicCallable() { throw new UnsupportedOperationException("Not implemented: getTopicCallable()"); } public UnaryCallable listTopicsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listTopicsPagedCallable()"); } public UnaryCallable listTopicsCallable() { throw new UnsupportedOperationException("Not implemented: listTopicsCallable()"); } public UnaryCallable listTopicSubscriptionsPagedCallable() { throw new UnsupportedOperationException( "Not implemented: listTopicSubscriptionsPagedCallable()"); } public UnaryCallable listTopicSubscriptionsCallable() { throw new UnsupportedOperationException("Not implemented: listTopicSubscriptionsCallable()"); } public UnaryCallable listTopicSnapshotsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listTopicSnapshotsPagedCallable()"); } public UnaryCallable listTopicSnapshotsCallable() { throw new UnsupportedOperationException("Not implemented: listTopicSnapshotsCallable()"); } public UnaryCallable deleteTopicCallable() { throw new UnsupportedOperationException("Not implemented: deleteTopicCallable()"); } public UnaryCallable detachSubscriptionCallable() { throw new UnsupportedOperationException("Not implemented: detachSubscriptionCallable()"); } 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