Class PublisherGrpc
- java.lang.Object
-
- com.google.cloud.eventarc.publishing.v1.PublisherGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/eventarc/publishing/v1/publisher.proto") public final class PublisherGrpc extends Object
Eventarc processes events generated by an event provider and delivers them to a subscriber. An event provider is a software-as-a-service (SaaS) system or product that can generate and deliver events through Eventarc. A third-party event provider is an event provider from outside of Google. A partner is a third-party event provider that is integrated with Eventarc. A subscriber is a GCP customer interested in receiving events. Channel is a first-class Eventarc resource that is created and managed by the subscriber in their GCP project. A Channel represents a subscriber's intent to receive events from an event provider. A Channel is associated with exactly one event provider. ChannelConnection is a first-class Eventarc resource that is created and managed by the partner in their GCP project. A ChannelConnection represents a connection between a partner and a subscriber's Channel. A ChannelConnection has a one-to-one mapping with a Channel. Publisher allows an event provider to publish events to Eventarc.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
PublisherGrpc.AsyncService
Eventarc processes events generated by an event provider and delivers them to a subscriber.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<PublishChannelConnectionEventsRequest,PublishChannelConnectionEventsResponse>
getPublishChannelConnectionEventsMethod()
static io.grpc.MethodDescriptor<PublishEventsRequest,PublishEventsResponse>
getPublishEventsMethod()
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 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
-
getPublishChannelConnectionEventsMethod
public static io.grpc.MethodDescriptor<PublishChannelConnectionEventsRequest,PublishChannelConnectionEventsResponse> getPublishChannelConnectionEventsMethod()
-
getPublishEventsMethod
public static io.grpc.MethodDescriptor<PublishEventsRequest,PublishEventsResponse> getPublishEventsMethod()
-
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()
-
-