public class PublisherClient : ClientBase<Publisher.PublisherClient>
Client for Publisher
Namespace
Google.Cloud.Eventarc.Publishing.V1Assembly
Google.Cloud.Eventarc.Publishing.V1.dll
Constructors
PublisherClient()
protected PublisherClient()
Protected parameterless constructor to allow creation of test doubles.
PublisherClient(CallInvoker)
public PublisherClient(CallInvoker callInvoker)
Creates a new client for Publisher that uses a custom CallInvoker
.
Parameter | |
---|---|
Name | Description |
callInvoker | CallInvoker The callInvoker to use to make remote calls. |
PublisherClient(ChannelBase)
public PublisherClient(ChannelBase channel)
Creates a new client for Publisher
Parameter | |
---|---|
Name | Description |
channel | ChannelBase The channel to use to make remote calls. |
PublisherClient(ClientBase.ClientBaseConfiguration)
protected PublisherClient(ClientBase.ClientBaseConfiguration configuration)
Protected constructor to allow creation of configured clients.
Parameter | |
---|---|
Name | Description |
configuration | ClientBase.ClientBaseConfiguration The client configuration. |
Methods
NewInstance(ClientBase.ClientBaseConfiguration)
protected override Publisher.PublisherClient NewInstance(ClientBase.ClientBaseConfiguration configuration)
Creates a new instance of client from given ClientBaseConfiguration
.
Parameter | |
---|---|
Name | Description |
configuration | ClientBase.ClientBaseConfiguration |
Returns | |
---|---|
Type | Description |
Publisher.PublisherClient |
PublishChannelConnectionEvents(PublishChannelConnectionEventsRequest, CallOptions)
public virtual PublishChannelConnectionEventsResponse PublishChannelConnectionEvents(PublishChannelConnectionEventsRequest request, CallOptions options)
Publish events to a ChannelConnection in a partner's project.
Parameters | |
---|---|
Name | Description |
request | PublishChannelConnectionEventsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
PublishChannelConnectionEventsResponse | The response received from the server. |
PublishChannelConnectionEvents(PublishChannelConnectionEventsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual PublishChannelConnectionEventsResponse PublishChannelConnectionEvents(PublishChannelConnectionEventsRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))
Publish events to a ChannelConnection in a partner's project.
Parameters | |
---|---|
Name | Description |
request | PublishChannelConnectionEventsRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
PublishChannelConnectionEventsResponse | The response received from the server. |
PublishChannelConnectionEventsAsync(PublishChannelConnectionEventsRequest, CallOptions)
public virtual AsyncUnaryCall<PublishChannelConnectionEventsResponse> PublishChannelConnectionEventsAsync(PublishChannelConnectionEventsRequest request, CallOptions options)
Publish events to a ChannelConnection in a partner's project.
Parameters | |
---|---|
Name | Description |
request | PublishChannelConnectionEventsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<PublishChannelConnectionEventsResponse> | The call object. |
PublishChannelConnectionEventsAsync(PublishChannelConnectionEventsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<PublishChannelConnectionEventsResponse> PublishChannelConnectionEventsAsync(PublishChannelConnectionEventsRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))
Publish events to a ChannelConnection in a partner's project.
Parameters | |
---|---|
Name | Description |
request | PublishChannelConnectionEventsRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<PublishChannelConnectionEventsResponse> | The call object. |
PublishEvents(PublishEventsRequest, CallOptions)
public virtual PublishEventsResponse PublishEvents(PublishEventsRequest request, CallOptions options)
Publish events to a subscriber's channel.
Parameters | |
---|---|
Name | Description |
request | PublishEventsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
PublishEventsResponse | The response received from the server. |
PublishEvents(PublishEventsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual PublishEventsResponse PublishEvents(PublishEventsRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))
Publish events to a subscriber's channel.
Parameters | |
---|---|
Name | Description |
request | PublishEventsRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
PublishEventsResponse | The response received from the server. |
PublishEventsAsync(PublishEventsRequest, CallOptions)
public virtual AsyncUnaryCall<PublishEventsResponse> PublishEventsAsync(PublishEventsRequest request, CallOptions options)
Publish events to a subscriber's channel.
Parameters | |
---|---|
Name | Description |
request | PublishEventsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<PublishEventsResponse> | The call object. |
PublishEventsAsync(PublishEventsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<PublishEventsResponse> PublishEventsAsync(PublishEventsRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))
Publish events to a subscriber's channel.
Parameters | |
---|---|
Name | Description |
request | PublishEventsRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<PublishEventsResponse> | The call object. |