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

com.google.pubsub.v1.PublisherGrpc Maven / Gradle / Ivy

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

import static io.grpc.MethodDescriptor.generateFullMethodName;
import static io.grpc.stub.ClientCalls.asyncUnaryCall;
import static io.grpc.stub.ClientCalls.blockingUnaryCall;
import static io.grpc.stub.ClientCalls.futureUnaryCall;
import static io.grpc.stub.ServerCalls.asyncUnaryCall;
import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;

/**
 *
 *
 * 
 * The service that an application uses to manipulate topics, and to send
 * messages to a topic.
 * 
*/ @javax.annotation.Generated( value = "by gRPC proto compiler (version 1.10.0)", comments = "Source: google/pubsub/v1/pubsub.proto") public final class PublisherGrpc { private PublisherGrpc() {} public static final String SERVICE_NAME = "google.pubsub.v1.Publisher"; // Static method descriptors that strictly reflect the proto. @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") @java.lang.Deprecated // Use {@link #getCreateTopicMethod()} instead. public static final io.grpc.MethodDescriptor< com.google.pubsub.v1.Topic, com.google.pubsub.v1.Topic> METHOD_CREATE_TOPIC = getCreateTopicMethodHelper(); private static volatile io.grpc.MethodDescriptor< com.google.pubsub.v1.Topic, com.google.pubsub.v1.Topic> getCreateTopicMethod; @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor getCreateTopicMethod() { return getCreateTopicMethodHelper(); } private static io.grpc.MethodDescriptor getCreateTopicMethodHelper() { io.grpc.MethodDescriptor getCreateTopicMethod; if ((getCreateTopicMethod = PublisherGrpc.getCreateTopicMethod) == null) { synchronized (PublisherGrpc.class) { if ((getCreateTopicMethod = PublisherGrpc.getCreateTopicMethod) == null) { PublisherGrpc.getCreateTopicMethod = getCreateTopicMethod = io.grpc.MethodDescriptor .newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName( generateFullMethodName("google.pubsub.v1.Publisher", "CreateTopic")) .setSampledToLocalTracing(true) .setRequestMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.pubsub.v1.Topic.getDefaultInstance())) .setResponseMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.pubsub.v1.Topic.getDefaultInstance())) .setSchemaDescriptor(new PublisherMethodDescriptorSupplier("CreateTopic")) .build(); } } } return getCreateTopicMethod; } @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") @java.lang.Deprecated // Use {@link #getUpdateTopicMethod()} instead. public static final io.grpc.MethodDescriptor< com.google.pubsub.v1.UpdateTopicRequest, com.google.pubsub.v1.Topic> METHOD_UPDATE_TOPIC = getUpdateTopicMethodHelper(); private static volatile io.grpc.MethodDescriptor< com.google.pubsub.v1.UpdateTopicRequest, com.google.pubsub.v1.Topic> getUpdateTopicMethod; @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor< com.google.pubsub.v1.UpdateTopicRequest, com.google.pubsub.v1.Topic> getUpdateTopicMethod() { return getUpdateTopicMethodHelper(); } private static io.grpc.MethodDescriptor< com.google.pubsub.v1.UpdateTopicRequest, com.google.pubsub.v1.Topic> getUpdateTopicMethodHelper() { io.grpc.MethodDescriptor getUpdateTopicMethod; if ((getUpdateTopicMethod = PublisherGrpc.getUpdateTopicMethod) == null) { synchronized (PublisherGrpc.class) { if ((getUpdateTopicMethod = PublisherGrpc.getUpdateTopicMethod) == null) { PublisherGrpc.getUpdateTopicMethod = getUpdateTopicMethod = io.grpc.MethodDescriptor . newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName( generateFullMethodName("google.pubsub.v1.Publisher", "UpdateTopic")) .setSampledToLocalTracing(true) .setRequestMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.pubsub.v1.UpdateTopicRequest.getDefaultInstance())) .setResponseMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.pubsub.v1.Topic.getDefaultInstance())) .setSchemaDescriptor(new PublisherMethodDescriptorSupplier("UpdateTopic")) .build(); } } } return getUpdateTopicMethod; } @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") @java.lang.Deprecated // Use {@link #getPublishMethod()} instead. public static final io.grpc.MethodDescriptor< com.google.pubsub.v1.PublishRequest, com.google.pubsub.v1.PublishResponse> METHOD_PUBLISH = getPublishMethodHelper(); private static volatile io.grpc.MethodDescriptor< com.google.pubsub.v1.PublishRequest, com.google.pubsub.v1.PublishResponse> getPublishMethod; @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor< com.google.pubsub.v1.PublishRequest, com.google.pubsub.v1.PublishResponse> getPublishMethod() { return getPublishMethodHelper(); } private static io.grpc.MethodDescriptor< com.google.pubsub.v1.PublishRequest, com.google.pubsub.v1.PublishResponse> getPublishMethodHelper() { io.grpc.MethodDescriptor< com.google.pubsub.v1.PublishRequest, com.google.pubsub.v1.PublishResponse> getPublishMethod; if ((getPublishMethod = PublisherGrpc.getPublishMethod) == null) { synchronized (PublisherGrpc.class) { if ((getPublishMethod = PublisherGrpc.getPublishMethod) == null) { PublisherGrpc.getPublishMethod = getPublishMethod = io.grpc.MethodDescriptor . newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName( generateFullMethodName("google.pubsub.v1.Publisher", "Publish")) .setSampledToLocalTracing(true) .setRequestMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.pubsub.v1.PublishRequest.getDefaultInstance())) .setResponseMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.pubsub.v1.PublishResponse.getDefaultInstance())) .setSchemaDescriptor(new PublisherMethodDescriptorSupplier("Publish")) .build(); } } } return getPublishMethod; } @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") @java.lang.Deprecated // Use {@link #getGetTopicMethod()} instead. public static final io.grpc.MethodDescriptor< com.google.pubsub.v1.GetTopicRequest, com.google.pubsub.v1.Topic> METHOD_GET_TOPIC = getGetTopicMethodHelper(); private static volatile io.grpc.MethodDescriptor< com.google.pubsub.v1.GetTopicRequest, com.google.pubsub.v1.Topic> getGetTopicMethod; @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor< com.google.pubsub.v1.GetTopicRequest, com.google.pubsub.v1.Topic> getGetTopicMethod() { return getGetTopicMethodHelper(); } private static io.grpc.MethodDescriptor< com.google.pubsub.v1.GetTopicRequest, com.google.pubsub.v1.Topic> getGetTopicMethodHelper() { io.grpc.MethodDescriptor getGetTopicMethod; if ((getGetTopicMethod = PublisherGrpc.getGetTopicMethod) == null) { synchronized (PublisherGrpc.class) { if ((getGetTopicMethod = PublisherGrpc.getGetTopicMethod) == null) { PublisherGrpc.getGetTopicMethod = getGetTopicMethod = io.grpc.MethodDescriptor . newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName( generateFullMethodName("google.pubsub.v1.Publisher", "GetTopic")) .setSampledToLocalTracing(true) .setRequestMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.pubsub.v1.GetTopicRequest.getDefaultInstance())) .setResponseMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.pubsub.v1.Topic.getDefaultInstance())) .setSchemaDescriptor(new PublisherMethodDescriptorSupplier("GetTopic")) .build(); } } } return getGetTopicMethod; } @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") @java.lang.Deprecated // Use {@link #getListTopicsMethod()} instead. public static final io.grpc.MethodDescriptor< com.google.pubsub.v1.ListTopicsRequest, com.google.pubsub.v1.ListTopicsResponse> METHOD_LIST_TOPICS = getListTopicsMethodHelper(); private static volatile io.grpc.MethodDescriptor< com.google.pubsub.v1.ListTopicsRequest, com.google.pubsub.v1.ListTopicsResponse> getListTopicsMethod; @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor< com.google.pubsub.v1.ListTopicsRequest, com.google.pubsub.v1.ListTopicsResponse> getListTopicsMethod() { return getListTopicsMethodHelper(); } private static io.grpc.MethodDescriptor< com.google.pubsub.v1.ListTopicsRequest, com.google.pubsub.v1.ListTopicsResponse> getListTopicsMethodHelper() { io.grpc.MethodDescriptor< com.google.pubsub.v1.ListTopicsRequest, com.google.pubsub.v1.ListTopicsResponse> getListTopicsMethod; if ((getListTopicsMethod = PublisherGrpc.getListTopicsMethod) == null) { synchronized (PublisherGrpc.class) { if ((getListTopicsMethod = PublisherGrpc.getListTopicsMethod) == null) { PublisherGrpc.getListTopicsMethod = getListTopicsMethod = io.grpc.MethodDescriptor . newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName( generateFullMethodName("google.pubsub.v1.Publisher", "ListTopics")) .setSampledToLocalTracing(true) .setRequestMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.pubsub.v1.ListTopicsRequest.getDefaultInstance())) .setResponseMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.pubsub.v1.ListTopicsResponse.getDefaultInstance())) .setSchemaDescriptor(new PublisherMethodDescriptorSupplier("ListTopics")) .build(); } } } return getListTopicsMethod; } @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") @java.lang.Deprecated // Use {@link #getListTopicSubscriptionsMethod()} instead. public static final io.grpc.MethodDescriptor< com.google.pubsub.v1.ListTopicSubscriptionsRequest, com.google.pubsub.v1.ListTopicSubscriptionsResponse> METHOD_LIST_TOPIC_SUBSCRIPTIONS = getListTopicSubscriptionsMethodHelper(); private static volatile io.grpc.MethodDescriptor< com.google.pubsub.v1.ListTopicSubscriptionsRequest, com.google.pubsub.v1.ListTopicSubscriptionsResponse> getListTopicSubscriptionsMethod; @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor< com.google.pubsub.v1.ListTopicSubscriptionsRequest, com.google.pubsub.v1.ListTopicSubscriptionsResponse> getListTopicSubscriptionsMethod() { return getListTopicSubscriptionsMethodHelper(); } private static io.grpc.MethodDescriptor< com.google.pubsub.v1.ListTopicSubscriptionsRequest, com.google.pubsub.v1.ListTopicSubscriptionsResponse> getListTopicSubscriptionsMethodHelper() { io.grpc.MethodDescriptor< com.google.pubsub.v1.ListTopicSubscriptionsRequest, com.google.pubsub.v1.ListTopicSubscriptionsResponse> getListTopicSubscriptionsMethod; if ((getListTopicSubscriptionsMethod = PublisherGrpc.getListTopicSubscriptionsMethod) == null) { synchronized (PublisherGrpc.class) { if ((getListTopicSubscriptionsMethod = PublisherGrpc.getListTopicSubscriptionsMethod) == null) { PublisherGrpc.getListTopicSubscriptionsMethod = getListTopicSubscriptionsMethod = io.grpc.MethodDescriptor . newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName( generateFullMethodName( "google.pubsub.v1.Publisher", "ListTopicSubscriptions")) .setSampledToLocalTracing(true) .setRequestMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.pubsub.v1.ListTopicSubscriptionsRequest .getDefaultInstance())) .setResponseMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.pubsub.v1.ListTopicSubscriptionsResponse .getDefaultInstance())) .setSchemaDescriptor( new PublisherMethodDescriptorSupplier("ListTopicSubscriptions")) .build(); } } } return getListTopicSubscriptionsMethod; } @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") @java.lang.Deprecated // Use {@link #getListTopicSnapshotsMethod()} instead. public static final io.grpc.MethodDescriptor< com.google.pubsub.v1.ListTopicSnapshotsRequest, com.google.pubsub.v1.ListTopicSnapshotsResponse> METHOD_LIST_TOPIC_SNAPSHOTS = getListTopicSnapshotsMethodHelper(); private static volatile io.grpc.MethodDescriptor< com.google.pubsub.v1.ListTopicSnapshotsRequest, com.google.pubsub.v1.ListTopicSnapshotsResponse> getListTopicSnapshotsMethod; @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor< com.google.pubsub.v1.ListTopicSnapshotsRequest, com.google.pubsub.v1.ListTopicSnapshotsResponse> getListTopicSnapshotsMethod() { return getListTopicSnapshotsMethodHelper(); } private static io.grpc.MethodDescriptor< com.google.pubsub.v1.ListTopicSnapshotsRequest, com.google.pubsub.v1.ListTopicSnapshotsResponse> getListTopicSnapshotsMethodHelper() { io.grpc.MethodDescriptor< com.google.pubsub.v1.ListTopicSnapshotsRequest, com.google.pubsub.v1.ListTopicSnapshotsResponse> getListTopicSnapshotsMethod; if ((getListTopicSnapshotsMethod = PublisherGrpc.getListTopicSnapshotsMethod) == null) { synchronized (PublisherGrpc.class) { if ((getListTopicSnapshotsMethod = PublisherGrpc.getListTopicSnapshotsMethod) == null) { PublisherGrpc.getListTopicSnapshotsMethod = getListTopicSnapshotsMethod = io.grpc.MethodDescriptor . newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName( generateFullMethodName( "google.pubsub.v1.Publisher", "ListTopicSnapshots")) .setSampledToLocalTracing(true) .setRequestMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.pubsub.v1.ListTopicSnapshotsRequest.getDefaultInstance())) .setResponseMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.pubsub.v1.ListTopicSnapshotsResponse.getDefaultInstance())) .setSchemaDescriptor( new PublisherMethodDescriptorSupplier("ListTopicSnapshots")) .build(); } } } return getListTopicSnapshotsMethod; } @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") @java.lang.Deprecated // Use {@link #getDeleteTopicMethod()} instead. public static final io.grpc.MethodDescriptor< com.google.pubsub.v1.DeleteTopicRequest, com.google.protobuf.Empty> METHOD_DELETE_TOPIC = getDeleteTopicMethodHelper(); private static volatile io.grpc.MethodDescriptor< com.google.pubsub.v1.DeleteTopicRequest, com.google.protobuf.Empty> getDeleteTopicMethod; @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor< com.google.pubsub.v1.DeleteTopicRequest, com.google.protobuf.Empty> getDeleteTopicMethod() { return getDeleteTopicMethodHelper(); } private static io.grpc.MethodDescriptor< com.google.pubsub.v1.DeleteTopicRequest, com.google.protobuf.Empty> getDeleteTopicMethodHelper() { io.grpc.MethodDescriptor getDeleteTopicMethod; if ((getDeleteTopicMethod = PublisherGrpc.getDeleteTopicMethod) == null) { synchronized (PublisherGrpc.class) { if ((getDeleteTopicMethod = PublisherGrpc.getDeleteTopicMethod) == null) { PublisherGrpc.getDeleteTopicMethod = getDeleteTopicMethod = io.grpc.MethodDescriptor . newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName( generateFullMethodName("google.pubsub.v1.Publisher", "DeleteTopic")) .setSampledToLocalTracing(true) .setRequestMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.pubsub.v1.DeleteTopicRequest.getDefaultInstance())) .setResponseMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.protobuf.Empty.getDefaultInstance())) .setSchemaDescriptor(new PublisherMethodDescriptorSupplier("DeleteTopic")) .build(); } } } return getDeleteTopicMethod; } /** Creates a new async stub that supports all call types for the service */ public static PublisherStub newStub(io.grpc.Channel channel) { return new PublisherStub(channel); } /** * Creates a new blocking-style stub that supports unary and streaming output calls on the service */ public static PublisherBlockingStub newBlockingStub(io.grpc.Channel channel) { return new PublisherBlockingStub(channel); } /** Creates a new ListenableFuture-style stub that supports unary calls on the service */ public static PublisherFutureStub newFutureStub(io.grpc.Channel channel) { return new PublisherFutureStub(channel); } /** * * *
   * The service that an application uses to manipulate topics, and to send
   * messages to a topic.
   * 
*/ public abstract static class PublisherImplBase implements io.grpc.BindableService { /** * * *
     * Creates the given topic with the given name. See the
     * <a href="https://cloud.google.com/pubsub/docs/admin#resource_names">
     * resource name rules</a>.
     * 
*/ public void createTopic( com.google.pubsub.v1.Topic request, io.grpc.stub.StreamObserver responseObserver) { asyncUnimplementedUnaryCall(getCreateTopicMethodHelper(), responseObserver); } /** * * *
     * Updates an existing topic. Note that certain properties of a
     * topic are not modifiable.
     * 
*/ public void updateTopic( com.google.pubsub.v1.UpdateTopicRequest request, io.grpc.stub.StreamObserver responseObserver) { asyncUnimplementedUnaryCall(getUpdateTopicMethodHelper(), responseObserver); } /** * * *
     * Adds one or more messages to the topic. Returns `NOT_FOUND` if the topic
     * does not exist.
     * 
*/ public void publish( com.google.pubsub.v1.PublishRequest request, io.grpc.stub.StreamObserver responseObserver) { asyncUnimplementedUnaryCall(getPublishMethodHelper(), responseObserver); } /** * * *
     * Gets the configuration of a topic.
     * 
*/ public void getTopic( com.google.pubsub.v1.GetTopicRequest request, io.grpc.stub.StreamObserver responseObserver) { asyncUnimplementedUnaryCall(getGetTopicMethodHelper(), responseObserver); } /** * * *
     * Lists matching topics.
     * 
*/ public void listTopics( com.google.pubsub.v1.ListTopicsRequest request, io.grpc.stub.StreamObserver responseObserver) { asyncUnimplementedUnaryCall(getListTopicsMethodHelper(), responseObserver); } /** * * *
     * Lists the names of the subscriptions on this topic.
     * 
*/ public void listTopicSubscriptions( com.google.pubsub.v1.ListTopicSubscriptionsRequest request, io.grpc.stub.StreamObserver responseObserver) { asyncUnimplementedUnaryCall(getListTopicSubscriptionsMethodHelper(), responseObserver); } /** * * *
     * Lists the names of the snapshots on this topic. Snapshots are used in
     * <a href="https://cloud.google.com/pubsub/docs/replay-overview">Seek</a>
     * operations, which allow
     * you to manage message acknowledgments in bulk. That is, you can set the
     * acknowledgment state of messages in an existing subscription to the state
     * captured by a snapshot.
     * 
*/ public void listTopicSnapshots( com.google.pubsub.v1.ListTopicSnapshotsRequest request, io.grpc.stub.StreamObserver responseObserver) { asyncUnimplementedUnaryCall(getListTopicSnapshotsMethodHelper(), responseObserver); } /** * * *
     * Deletes the topic with the given name. Returns `NOT_FOUND` if the topic
     * does not exist. After a topic is deleted, a new topic may be created with
     * the same name; this is an entirely new topic with none of the old
     * configuration or subscriptions. Existing subscriptions to this topic are
     * not deleted, but their `topic` field is set to `_deleted-topic_`.
     * 
*/ public void deleteTopic( com.google.pubsub.v1.DeleteTopicRequest request, io.grpc.stub.StreamObserver responseObserver) { asyncUnimplementedUnaryCall(getDeleteTopicMethodHelper(), responseObserver); } @java.lang.Override public final io.grpc.ServerServiceDefinition bindService() { return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) .addMethod( getCreateTopicMethodHelper(), asyncUnaryCall( new MethodHandlers( this, METHODID_CREATE_TOPIC))) .addMethod( getUpdateTopicMethodHelper(), asyncUnaryCall( new MethodHandlers< com.google.pubsub.v1.UpdateTopicRequest, com.google.pubsub.v1.Topic>( this, METHODID_UPDATE_TOPIC))) .addMethod( getPublishMethodHelper(), asyncUnaryCall( new MethodHandlers< com.google.pubsub.v1.PublishRequest, com.google.pubsub.v1.PublishResponse>( this, METHODID_PUBLISH))) .addMethod( getGetTopicMethodHelper(), asyncUnaryCall( new MethodHandlers< com.google.pubsub.v1.GetTopicRequest, com.google.pubsub.v1.Topic>( this, METHODID_GET_TOPIC))) .addMethod( getListTopicsMethodHelper(), asyncUnaryCall( new MethodHandlers< com.google.pubsub.v1.ListTopicsRequest, com.google.pubsub.v1.ListTopicsResponse>(this, METHODID_LIST_TOPICS))) .addMethod( getListTopicSubscriptionsMethodHelper(), asyncUnaryCall( new MethodHandlers< com.google.pubsub.v1.ListTopicSubscriptionsRequest, com.google.pubsub.v1.ListTopicSubscriptionsResponse>( this, METHODID_LIST_TOPIC_SUBSCRIPTIONS))) .addMethod( getListTopicSnapshotsMethodHelper(), asyncUnaryCall( new MethodHandlers< com.google.pubsub.v1.ListTopicSnapshotsRequest, com.google.pubsub.v1.ListTopicSnapshotsResponse>( this, METHODID_LIST_TOPIC_SNAPSHOTS))) .addMethod( getDeleteTopicMethodHelper(), asyncUnaryCall( new MethodHandlers< com.google.pubsub.v1.DeleteTopicRequest, com.google.protobuf.Empty>( this, METHODID_DELETE_TOPIC))) .build(); } } /** * * *
   * The service that an application uses to manipulate topics, and to send
   * messages to a topic.
   * 
*/ public static final class PublisherStub extends io.grpc.stub.AbstractStub { private PublisherStub(io.grpc.Channel channel) { super(channel); } private PublisherStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected PublisherStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new PublisherStub(channel, callOptions); } /** * * *
     * Creates the given topic with the given name. See the
     * <a href="https://cloud.google.com/pubsub/docs/admin#resource_names">
     * resource name rules</a>.
     * 
*/ public void createTopic( com.google.pubsub.v1.Topic request, io.grpc.stub.StreamObserver responseObserver) { asyncUnaryCall( getChannel().newCall(getCreateTopicMethodHelper(), getCallOptions()), request, responseObserver); } /** * * *
     * Updates an existing topic. Note that certain properties of a
     * topic are not modifiable.
     * 
*/ public void updateTopic( com.google.pubsub.v1.UpdateTopicRequest request, io.grpc.stub.StreamObserver responseObserver) { asyncUnaryCall( getChannel().newCall(getUpdateTopicMethodHelper(), getCallOptions()), request, responseObserver); } /** * * *
     * Adds one or more messages to the topic. Returns `NOT_FOUND` if the topic
     * does not exist.
     * 
*/ public void publish( com.google.pubsub.v1.PublishRequest request, io.grpc.stub.StreamObserver responseObserver) { asyncUnaryCall( getChannel().newCall(getPublishMethodHelper(), getCallOptions()), request, responseObserver); } /** * * *
     * Gets the configuration of a topic.
     * 
*/ public void getTopic( com.google.pubsub.v1.GetTopicRequest request, io.grpc.stub.StreamObserver responseObserver) { asyncUnaryCall( getChannel().newCall(getGetTopicMethodHelper(), getCallOptions()), request, responseObserver); } /** * * *
     * Lists matching topics.
     * 
*/ public void listTopics( com.google.pubsub.v1.ListTopicsRequest request, io.grpc.stub.StreamObserver responseObserver) { asyncUnaryCall( getChannel().newCall(getListTopicsMethodHelper(), getCallOptions()), request, responseObserver); } /** * * *
     * Lists the names of the subscriptions on this topic.
     * 
*/ public void listTopicSubscriptions( com.google.pubsub.v1.ListTopicSubscriptionsRequest request, io.grpc.stub.StreamObserver responseObserver) { asyncUnaryCall( getChannel().newCall(getListTopicSubscriptionsMethodHelper(), getCallOptions()), request, responseObserver); } /** * * *
     * Lists the names of the snapshots on this topic. Snapshots are used in
     * <a href="https://cloud.google.com/pubsub/docs/replay-overview">Seek</a>
     * operations, which allow
     * you to manage message acknowledgments in bulk. That is, you can set the
     * acknowledgment state of messages in an existing subscription to the state
     * captured by a snapshot.
     * 
*/ public void listTopicSnapshots( com.google.pubsub.v1.ListTopicSnapshotsRequest request, io.grpc.stub.StreamObserver responseObserver) { asyncUnaryCall( getChannel().newCall(getListTopicSnapshotsMethodHelper(), getCallOptions()), request, responseObserver); } /** * * *
     * Deletes the topic with the given name. Returns `NOT_FOUND` if the topic
     * does not exist. After a topic is deleted, a new topic may be created with
     * the same name; this is an entirely new topic with none of the old
     * configuration or subscriptions. Existing subscriptions to this topic are
     * not deleted, but their `topic` field is set to `_deleted-topic_`.
     * 
*/ public void deleteTopic( com.google.pubsub.v1.DeleteTopicRequest request, io.grpc.stub.StreamObserver responseObserver) { asyncUnaryCall( getChannel().newCall(getDeleteTopicMethodHelper(), getCallOptions()), request, responseObserver); } } /** * * *
   * The service that an application uses to manipulate topics, and to send
   * messages to a topic.
   * 
*/ public static final class PublisherBlockingStub extends io.grpc.stub.AbstractStub { private PublisherBlockingStub(io.grpc.Channel channel) { super(channel); } private PublisherBlockingStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected PublisherBlockingStub build( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new PublisherBlockingStub(channel, callOptions); } /** * * *
     * Creates the given topic with the given name. See the
     * <a href="https://cloud.google.com/pubsub/docs/admin#resource_names">
     * resource name rules</a>.
     * 
*/ public com.google.pubsub.v1.Topic createTopic(com.google.pubsub.v1.Topic request) { return blockingUnaryCall( getChannel(), getCreateTopicMethodHelper(), getCallOptions(), request); } /** * * *
     * Updates an existing topic. Note that certain properties of a
     * topic are not modifiable.
     * 
*/ public com.google.pubsub.v1.Topic updateTopic(com.google.pubsub.v1.UpdateTopicRequest request) { return blockingUnaryCall( getChannel(), getUpdateTopicMethodHelper(), getCallOptions(), request); } /** * * *
     * Adds one or more messages to the topic. Returns `NOT_FOUND` if the topic
     * does not exist.
     * 
*/ public com.google.pubsub.v1.PublishResponse publish( com.google.pubsub.v1.PublishRequest request) { return blockingUnaryCall(getChannel(), getPublishMethodHelper(), getCallOptions(), request); } /** * * *
     * Gets the configuration of a topic.
     * 
*/ public com.google.pubsub.v1.Topic getTopic(com.google.pubsub.v1.GetTopicRequest request) { return blockingUnaryCall(getChannel(), getGetTopicMethodHelper(), getCallOptions(), request); } /** * * *
     * Lists matching topics.
     * 
*/ public com.google.pubsub.v1.ListTopicsResponse listTopics( com.google.pubsub.v1.ListTopicsRequest request) { return blockingUnaryCall( getChannel(), getListTopicsMethodHelper(), getCallOptions(), request); } /** * * *
     * Lists the names of the subscriptions on this topic.
     * 
*/ public com.google.pubsub.v1.ListTopicSubscriptionsResponse listTopicSubscriptions( com.google.pubsub.v1.ListTopicSubscriptionsRequest request) { return blockingUnaryCall( getChannel(), getListTopicSubscriptionsMethodHelper(), getCallOptions(), request); } /** * * *
     * Lists the names of the snapshots on this topic. Snapshots are used in
     * <a href="https://cloud.google.com/pubsub/docs/replay-overview">Seek</a>
     * operations, which allow
     * you to manage message acknowledgments in bulk. That is, you can set the
     * acknowledgment state of messages in an existing subscription to the state
     * captured by a snapshot.
     * 
*/ public com.google.pubsub.v1.ListTopicSnapshotsResponse listTopicSnapshots( com.google.pubsub.v1.ListTopicSnapshotsRequest request) { return blockingUnaryCall( getChannel(), getListTopicSnapshotsMethodHelper(), getCallOptions(), request); } /** * * *
     * Deletes the topic with the given name. Returns `NOT_FOUND` if the topic
     * does not exist. After a topic is deleted, a new topic may be created with
     * the same name; this is an entirely new topic with none of the old
     * configuration or subscriptions. Existing subscriptions to this topic are
     * not deleted, but their `topic` field is set to `_deleted-topic_`.
     * 
*/ public com.google.protobuf.Empty deleteTopic(com.google.pubsub.v1.DeleteTopicRequest request) { return blockingUnaryCall( getChannel(), getDeleteTopicMethodHelper(), getCallOptions(), request); } } /** * * *
   * The service that an application uses to manipulate topics, and to send
   * messages to a topic.
   * 
*/ public static final class PublisherFutureStub extends io.grpc.stub.AbstractStub { private PublisherFutureStub(io.grpc.Channel channel) { super(channel); } private PublisherFutureStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected PublisherFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new PublisherFutureStub(channel, callOptions); } /** * * *
     * Creates the given topic with the given name. See the
     * <a href="https://cloud.google.com/pubsub/docs/admin#resource_names">
     * resource name rules</a>.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture createTopic(com.google.pubsub.v1.Topic request) { return futureUnaryCall( getChannel().newCall(getCreateTopicMethodHelper(), getCallOptions()), request); } /** * * *
     * Updates an existing topic. Note that certain properties of a
     * topic are not modifiable.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture updateTopic(com.google.pubsub.v1.UpdateTopicRequest request) { return futureUnaryCall( getChannel().newCall(getUpdateTopicMethodHelper(), getCallOptions()), request); } /** * * *
     * Adds one or more messages to the topic. Returns `NOT_FOUND` if the topic
     * does not exist.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture publish(com.google.pubsub.v1.PublishRequest request) { return futureUnaryCall( getChannel().newCall(getPublishMethodHelper(), getCallOptions()), request); } /** * * *
     * Gets the configuration of a topic.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture getTopic( com.google.pubsub.v1.GetTopicRequest request) { return futureUnaryCall( getChannel().newCall(getGetTopicMethodHelper(), getCallOptions()), request); } /** * * *
     * Lists matching topics.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture< com.google.pubsub.v1.ListTopicsResponse> listTopics(com.google.pubsub.v1.ListTopicsRequest request) { return futureUnaryCall( getChannel().newCall(getListTopicsMethodHelper(), getCallOptions()), request); } /** * * *
     * Lists the names of the subscriptions on this topic.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture< com.google.pubsub.v1.ListTopicSubscriptionsResponse> listTopicSubscriptions(com.google.pubsub.v1.ListTopicSubscriptionsRequest request) { return futureUnaryCall( getChannel().newCall(getListTopicSubscriptionsMethodHelper(), getCallOptions()), request); } /** * * *
     * Lists the names of the snapshots on this topic. Snapshots are used in
     * <a href="https://cloud.google.com/pubsub/docs/replay-overview">Seek</a>
     * operations, which allow
     * you to manage message acknowledgments in bulk. That is, you can set the
     * acknowledgment state of messages in an existing subscription to the state
     * captured by a snapshot.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture< com.google.pubsub.v1.ListTopicSnapshotsResponse> listTopicSnapshots(com.google.pubsub.v1.ListTopicSnapshotsRequest request) { return futureUnaryCall( getChannel().newCall(getListTopicSnapshotsMethodHelper(), getCallOptions()), request); } /** * * *
     * Deletes the topic with the given name. Returns `NOT_FOUND` if the topic
     * does not exist. After a topic is deleted, a new topic may be created with
     * the same name; this is an entirely new topic with none of the old
     * configuration or subscriptions. Existing subscriptions to this topic are
     * not deleted, but their `topic` field is set to `_deleted-topic_`.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture deleteTopic(com.google.pubsub.v1.DeleteTopicRequest request) { return futureUnaryCall( getChannel().newCall(getDeleteTopicMethodHelper(), getCallOptions()), request); } } private static final int METHODID_CREATE_TOPIC = 0; private static final int METHODID_UPDATE_TOPIC = 1; private static final int METHODID_PUBLISH = 2; private static final int METHODID_GET_TOPIC = 3; private static final int METHODID_LIST_TOPICS = 4; private static final int METHODID_LIST_TOPIC_SUBSCRIPTIONS = 5; private static final int METHODID_LIST_TOPIC_SNAPSHOTS = 6; private static final int METHODID_DELETE_TOPIC = 7; private static final class MethodHandlers implements io.grpc.stub.ServerCalls.UnaryMethod, io.grpc.stub.ServerCalls.ServerStreamingMethod, io.grpc.stub.ServerCalls.ClientStreamingMethod, io.grpc.stub.ServerCalls.BidiStreamingMethod { private final PublisherImplBase serviceImpl; private final int methodId; MethodHandlers(PublisherImplBase serviceImpl, int methodId) { this.serviceImpl = serviceImpl; this.methodId = methodId; } @java.lang.Override @java.lang.SuppressWarnings("unchecked") public void invoke(Req request, io.grpc.stub.StreamObserver responseObserver) { switch (methodId) { case METHODID_CREATE_TOPIC: serviceImpl.createTopic( (com.google.pubsub.v1.Topic) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_UPDATE_TOPIC: serviceImpl.updateTopic( (com.google.pubsub.v1.UpdateTopicRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_PUBLISH: serviceImpl.publish( (com.google.pubsub.v1.PublishRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_GET_TOPIC: serviceImpl.getTopic( (com.google.pubsub.v1.GetTopicRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_LIST_TOPICS: serviceImpl.listTopics( (com.google.pubsub.v1.ListTopicsRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_LIST_TOPIC_SUBSCRIPTIONS: serviceImpl.listTopicSubscriptions( (com.google.pubsub.v1.ListTopicSubscriptionsRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_LIST_TOPIC_SNAPSHOTS: serviceImpl.listTopicSnapshots( (com.google.pubsub.v1.ListTopicSnapshotsRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_DELETE_TOPIC: serviceImpl.deleteTopic( (com.google.pubsub.v1.DeleteTopicRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; default: throw new AssertionError(); } } @java.lang.Override @java.lang.SuppressWarnings("unchecked") public io.grpc.stub.StreamObserver invoke( io.grpc.stub.StreamObserver responseObserver) { switch (methodId) { default: throw new AssertionError(); } } } private abstract static class PublisherBaseDescriptorSupplier implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier { PublisherBaseDescriptorSupplier() {} @java.lang.Override public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() { return com.google.pubsub.v1.PubsubProto.getDescriptor(); } @java.lang.Override public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() { return getFileDescriptor().findServiceByName("Publisher"); } } private static final class PublisherFileDescriptorSupplier extends PublisherBaseDescriptorSupplier { PublisherFileDescriptorSupplier() {} } private static final class PublisherMethodDescriptorSupplier extends PublisherBaseDescriptorSupplier implements io.grpc.protobuf.ProtoMethodDescriptorSupplier { private final String methodName; PublisherMethodDescriptorSupplier(String methodName) { this.methodName = methodName; } @java.lang.Override public com.google.protobuf.Descriptors.MethodDescriptor getMethodDescriptor() { return getServiceDescriptor().findMethodByName(methodName); } } private static volatile io.grpc.ServiceDescriptor serviceDescriptor; public static io.grpc.ServiceDescriptor getServiceDescriptor() { io.grpc.ServiceDescriptor result = serviceDescriptor; if (result == null) { synchronized (PublisherGrpc.class) { result = serviceDescriptor; if (result == null) { serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) .setSchemaDescriptor(new PublisherFileDescriptorSupplier()) .addMethod(getCreateTopicMethodHelper()) .addMethod(getUpdateTopicMethodHelper()) .addMethod(getPublishMethodHelper()) .addMethod(getGetTopicMethodHelper()) .addMethod(getListTopicsMethodHelper()) .addMethod(getListTopicSubscriptionsMethodHelper()) .addMethod(getListTopicSnapshotsMethodHelper()) .addMethod(getDeleteTopicMethodHelper()) .build(); } } } return result; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy