@Generated(value="by gRPC proto compiler (version 1.2.0)",
comments="Source: google/pubsub/v1/pubsub.proto")
public final class PublisherGrpc
extends java.lang.Object
The service that an application uses to manipulate topics, and to send messages to a topic.
Modifier and Type | Class and Description |
---|---|
static class |
PublisherGrpc.PublisherBlockingStub
The service that an application uses to manipulate topics, and to send
messages to a topic.
|
static class |
PublisherGrpc.PublisherFutureStub
The service that an application uses to manipulate topics, and to send
messages to a topic.
|
static class |
PublisherGrpc.PublisherImplBase
The service that an application uses to manipulate topics, and to send
messages to a topic.
|
static class |
PublisherGrpc.PublisherStub
The service that an application uses to manipulate topics, and to send
messages to a topic.
|
Modifier and Type | Field and Description |
---|---|
static io.grpc.MethodDescriptor<Topic,Topic> |
METHOD_CREATE_TOPIC |
static io.grpc.MethodDescriptor<DeleteTopicRequest,com.google.protobuf.Empty> |
METHOD_DELETE_TOPIC |
static io.grpc.MethodDescriptor<GetTopicRequest,Topic> |
METHOD_GET_TOPIC |
static io.grpc.MethodDescriptor<ListTopicSubscriptionsRequest,ListTopicSubscriptionsResponse> |
METHOD_LIST_TOPIC_SUBSCRIPTIONS |
static io.grpc.MethodDescriptor<ListTopicsRequest,ListTopicsResponse> |
METHOD_LIST_TOPICS |
static io.grpc.MethodDescriptor<PublishRequest,PublishResponse> |
METHOD_PUBLISH |
static java.lang.String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static PublisherGrpc.PublisherBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static PublisherGrpc.PublisherFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
|
static PublisherGrpc.PublisherStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final java.lang.String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<Topic,Topic> METHOD_CREATE_TOPIC
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<PublishRequest,PublishResponse> METHOD_PUBLISH
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<GetTopicRequest,Topic> METHOD_GET_TOPIC
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<ListTopicsRequest,ListTopicsResponse> METHOD_LIST_TOPICS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<ListTopicSubscriptionsRequest,ListTopicSubscriptionsResponse> METHOD_LIST_TOPIC_SUBSCRIPTIONS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<DeleteTopicRequest,com.google.protobuf.Empty> METHOD_DELETE_TOPIC
public static PublisherGrpc.PublisherStub newStub(io.grpc.Channel channel)
public static PublisherGrpc.PublisherBlockingStub newBlockingStub(io.grpc.Channel channel)
public static PublisherGrpc.PublisherFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()