[BindServiceMethod(typeof(Eventarc), "BindService")]
public abstract class EventarcBaseBase class for server-side implementations of Eventarc
Namespace
Google.Cloud.Eventarc.V1Assembly
Google.Cloud.Eventarc.V1.dll
Methods
CreateChannel(CreateChannelRequest, ServerCallContext)
public virtual Task<Operation> CreateChannel(CreateChannelRequest request, ServerCallContext context)Create a new channel in a particular project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateChannelRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<Operation> |
The response to send back to the client (wrapped by a task). |
CreateChannelConnection(CreateChannelConnectionRequest, ServerCallContext)
public virtual Task<Operation> CreateChannelConnection(CreateChannelConnectionRequest request, ServerCallContext context)Create a new ChannelConnection in a particular project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateChannelConnectionRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<Operation> |
The response to send back to the client (wrapped by a task). |
CreateTrigger(CreateTriggerRequest, ServerCallContext)
public virtual Task<Operation> CreateTrigger(CreateTriggerRequest request, ServerCallContext context)Create a new trigger in a particular project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateTriggerRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<Operation> |
The response to send back to the client (wrapped by a task). |
DeleteChannel(DeleteChannelRequest, ServerCallContext)
public virtual Task<Operation> DeleteChannel(DeleteChannelRequest request, ServerCallContext context)Delete a single channel.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteChannelRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<Operation> |
The response to send back to the client (wrapped by a task). |
DeleteChannelConnection(DeleteChannelConnectionRequest, ServerCallContext)
public virtual Task<Operation> DeleteChannelConnection(DeleteChannelConnectionRequest request, ServerCallContext context)Delete a single ChannelConnection.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteChannelConnectionRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<Operation> |
The response to send back to the client (wrapped by a task). |
DeleteTrigger(DeleteTriggerRequest, ServerCallContext)
public virtual Task<Operation> DeleteTrigger(DeleteTriggerRequest request, ServerCallContext context)Delete a single trigger.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteTriggerRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<Operation> |
The response to send back to the client (wrapped by a task). |
GetChannel(GetChannelRequest, ServerCallContext)
public virtual Task<Channel> GetChannel(GetChannelRequest request, ServerCallContext context)Get a single Channel.
| Parameters | |
|---|---|
| Name | Description |
request |
GetChannelRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<Channel> |
The response to send back to the client (wrapped by a task). |
GetChannelConnection(GetChannelConnectionRequest, ServerCallContext)
public virtual Task<ChannelConnection> GetChannelConnection(GetChannelConnectionRequest request, ServerCallContext context)Get a single ChannelConnection.
| Parameters | |
|---|---|
| Name | Description |
request |
GetChannelConnectionRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<ChannelConnection> |
The response to send back to the client (wrapped by a task). |
GetProvider(GetProviderRequest, ServerCallContext)
public virtual Task<Provider> GetProvider(GetProviderRequest request, ServerCallContext context)Get a single Provider.
| Parameters | |
|---|---|
| Name | Description |
request |
GetProviderRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<Provider> |
The response to send back to the client (wrapped by a task). |
GetTrigger(GetTriggerRequest, ServerCallContext)
public virtual Task<Trigger> GetTrigger(GetTriggerRequest request, ServerCallContext context)Get a single trigger.
| Parameters | |
|---|---|
| Name | Description |
request |
GetTriggerRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<Trigger> |
The response to send back to the client (wrapped by a task). |
ListChannelConnections(ListChannelConnectionsRequest, ServerCallContext)
public virtual Task<ListChannelConnectionsResponse> ListChannelConnections(ListChannelConnectionsRequest request, ServerCallContext context)List channel connections.
| Parameters | |
|---|---|
| Name | Description |
request |
ListChannelConnectionsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<ListChannelConnectionsResponse> |
The response to send back to the client (wrapped by a task). |
ListChannels(ListChannelsRequest, ServerCallContext)
public virtual Task<ListChannelsResponse> ListChannels(ListChannelsRequest request, ServerCallContext context)List channels.
| Parameters | |
|---|---|
| Name | Description |
request |
ListChannelsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<ListChannelsResponse> |
The response to send back to the client (wrapped by a task). |
ListProviders(ListProvidersRequest, ServerCallContext)
public virtual Task<ListProvidersResponse> ListProviders(ListProvidersRequest request, ServerCallContext context)List providers.
| Parameters | |
|---|---|
| Name | Description |
request |
ListProvidersRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<ListProvidersResponse> |
The response to send back to the client (wrapped by a task). |
ListTriggers(ListTriggersRequest, ServerCallContext)
public virtual Task<ListTriggersResponse> ListTriggers(ListTriggersRequest request, ServerCallContext context)List triggers.
| Parameters | |
|---|---|
| Name | Description |
request |
ListTriggersRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<ListTriggersResponse> |
The response to send back to the client (wrapped by a task). |
UpdateChannel(UpdateChannelRequest, ServerCallContext)
public virtual Task<Operation> UpdateChannel(UpdateChannelRequest request, ServerCallContext context)Update a single channel.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateChannelRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<Operation> |
The response to send back to the client (wrapped by a task). |
UpdateTrigger(UpdateTriggerRequest, ServerCallContext)
public virtual Task<Operation> UpdateTrigger(UpdateTriggerRequest request, ServerCallContext context)Update a single trigger.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateTriggerRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<Operation> |
The response to send back to the client (wrapped by a task). |