Package com.google.pubsub.v1
Class PublisherGrpc
- java.lang.Object
-
- com.google.pubsub.v1.PublisherGrpc
-
@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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 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.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(PublisherGrpc.AsyncService service)
static io.grpc.MethodDescriptor<Topic,Topic>
getCreateTopicMethod()
static io.grpc.MethodDescriptor<DeleteTopicRequest,com.google.protobuf.Empty>
getDeleteTopicMethod()
static io.grpc.MethodDescriptor<DetachSubscriptionRequest,DetachSubscriptionResponse>
getDetachSubscriptionMethod()
static io.grpc.MethodDescriptor<GetTopicRequest,Topic>
getGetTopicMethod()
static io.grpc.MethodDescriptor<ListTopicsRequest,ListTopicsResponse>
getListTopicsMethod()
static io.grpc.MethodDescriptor<ListTopicSnapshotsRequest,ListTopicSnapshotsResponse>
getListTopicSnapshotsMethod()
static io.grpc.MethodDescriptor<ListTopicSubscriptionsRequest,ListTopicSubscriptionsResponse>
getListTopicSubscriptionsMethod()
static io.grpc.MethodDescriptor<PublishRequest,PublishResponse>
getPublishMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<UpdateTopicRequest,Topic>
getUpdateTopicMethod()
static PublisherGrpc.PublisherBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic PublisherGrpc.PublisherFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic PublisherGrpc.PublisherStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getUpdateTopicMethod
public static io.grpc.MethodDescriptor<UpdateTopicRequest,Topic> getUpdateTopicMethod()
-
getPublishMethod
public static io.grpc.MethodDescriptor<PublishRequest,PublishResponse> getPublishMethod()
-
getGetTopicMethod
public static io.grpc.MethodDescriptor<GetTopicRequest,Topic> getGetTopicMethod()
-
getListTopicsMethod
public static io.grpc.MethodDescriptor<ListTopicsRequest,ListTopicsResponse> getListTopicsMethod()
-
getListTopicSubscriptionsMethod
public static io.grpc.MethodDescriptor<ListTopicSubscriptionsRequest,ListTopicSubscriptionsResponse> getListTopicSubscriptionsMethod()
-
getListTopicSnapshotsMethod
public static io.grpc.MethodDescriptor<ListTopicSnapshotsRequest,ListTopicSnapshotsResponse> getListTopicSnapshotsMethod()
-
getDeleteTopicMethod
public static io.grpc.MethodDescriptor<DeleteTopicRequest,com.google.protobuf.Empty> getDeleteTopicMethod()
-
getDetachSubscriptionMethod
public static io.grpc.MethodDescriptor<DetachSubscriptionRequest,DetachSubscriptionResponse> getDetachSubscriptionMethod()
-
newStub
public static PublisherGrpc.PublisherStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static PublisherGrpc.PublisherBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static PublisherGrpc.PublisherFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(PublisherGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-