Class PublisherStub
- java.lang.Object
-
- com.google.cloud.eventarc.publishing.v1.stub.PublisherStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcPublisherStub,HttpJsonPublisherStub
@Generated("by gapic-generator-java") public abstract class PublisherStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the Publisher service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description PublisherStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidclose()com.google.api.gax.rpc.UnaryCallable<PublishChannelConnectionEventsRequest,PublishChannelConnectionEventsResponse>publishChannelConnectionEventsCallable()com.google.api.gax.rpc.UnaryCallable<PublishEventsRequest,PublishEventsResponse>publishEventsCallable()
-
-
-
Method Detail
-
publishChannelConnectionEventsCallable
public com.google.api.gax.rpc.UnaryCallable<PublishChannelConnectionEventsRequest,PublishChannelConnectionEventsResponse> publishChannelConnectionEventsCallable()
-
publishEventsCallable
public com.google.api.gax.rpc.UnaryCallable<PublishEventsRequest,PublishEventsResponse> publishEventsCallable()
-
close
public abstract void close()
- Specified by:
closein interfaceAutoCloseable
-
-