@Generated(value="by gRPC proto compiler", comments="Source: google/pubsub/v1/pubsub.proto") public final class PublisherGrpc extends Object
The service that an application uses to manipulate topics, and to send messages to a topic.
Modifier and Type | Class and Description |
---|---|
static interface |
PublisherGrpc.AsyncService
The service that an application uses to manipulate topics, and to send
messages to a topic.
|
static class |
PublisherGrpc.PublisherBlockingStub
A stub to allow clients to do synchronous rpc calls to service Publisher.
|
static class |
PublisherGrpc.PublisherFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Publisher.
|
static class |
PublisherGrpc.PublisherImplBase
Base class for the server implementation of the service Publisher.
|
static class |
PublisherGrpc.PublisherStub
A stub to allow clients to do asynchronous rpc calls to service Publisher.
|
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
public static final String SERVICE_NAME
public static MethodDescriptor<Topic,Topic> getCreateTopicMethod()
public static MethodDescriptor<UpdateTopicRequest,Topic> getUpdateTopicMethod()
public static MethodDescriptor<PublishRequest,PublishResponse> getPublishMethod()
public static MethodDescriptor<GetTopicRequest,Topic> getGetTopicMethod()
public static MethodDescriptor<ListTopicsRequest,ListTopicsResponse> getListTopicsMethod()
public static MethodDescriptor<ListTopicSubscriptionsRequest,ListTopicSubscriptionsResponse> getListTopicSubscriptionsMethod()
public static MethodDescriptor<ListTopicSnapshotsRequest,ListTopicSnapshotsResponse> getListTopicSnapshotsMethod()
public static MethodDescriptor<DeleteTopicRequest,com.google.protobuf.Empty> getDeleteTopicMethod()
public static MethodDescriptor<DetachSubscriptionRequest,DetachSubscriptionResponse> getDetachSubscriptionMethod()
public static PublisherGrpc.PublisherStub newStub(Channel channel)
public static PublisherGrpc.PublisherBlockingStub newBlockingStub(Channel channel)
public static PublisherGrpc.PublisherFutureStub newFutureStub(Channel channel)
public static final ServerServiceDefinition bindService(PublisherGrpc.AsyncService service)
public static ServiceDescriptor getServiceDescriptor()
Copyright © 2023 Google LLC. All rights reserved.