@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 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 String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
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 service
|
static PublisherGrpc.PublisherFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary 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 String SERVICE_NAME
public static io.grpc.MethodDescriptor<UpdateTopicRequest,Topic> getUpdateTopicMethod()
public static io.grpc.MethodDescriptor<PublishRequest,PublishResponse> getPublishMethod()
public static io.grpc.MethodDescriptor<GetTopicRequest,Topic> getGetTopicMethod()
public static io.grpc.MethodDescriptor<ListTopicsRequest,ListTopicsResponse> getListTopicsMethod()
public static io.grpc.MethodDescriptor<ListTopicSubscriptionsRequest,ListTopicSubscriptionsResponse> getListTopicSubscriptionsMethod()
public static io.grpc.MethodDescriptor<ListTopicSnapshotsRequest,ListTopicSnapshotsResponse> getListTopicSnapshotsMethod()
public static io.grpc.MethodDescriptor<DeleteTopicRequest,com.google.protobuf.Empty> getDeleteTopicMethod()
public static io.grpc.MethodDescriptor<DetachSubscriptionRequest,DetachSubscriptionResponse> getDetachSubscriptionMethod()
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()
Copyright © 2023 Google LLC. All rights reserved.