[BindServiceMethod(typeof(Eventarc), "BindService")]
public abstract class Eventarc.EventarcBaseReference documentation and code samples for the Eventarc v1 API class Eventarc.EventarcBase.
Base 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 |
TaskOperation |
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 |
TaskOperation |
The response to send back to the client (wrapped by a task). |
CreateEnrollment(CreateEnrollmentRequest, ServerCallContext)
public virtual Task<Operation> CreateEnrollment(CreateEnrollmentRequest request, ServerCallContext context)Create a new Enrollment in a particular project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEnrollmentRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
CreateGoogleApiSource(CreateGoogleApiSourceRequest, ServerCallContext)
public virtual Task<Operation> CreateGoogleApiSource(CreateGoogleApiSourceRequest request, ServerCallContext context)Create a new GoogleApiSource in a particular project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateGoogleApiSourceRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
CreateMessageBus(CreateMessageBusRequest, ServerCallContext)
public virtual Task<Operation> CreateMessageBus(CreateMessageBusRequest request, ServerCallContext context)Create a new MessageBus in a particular project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateMessageBusRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
CreatePipeline(CreatePipelineRequest, ServerCallContext)
public virtual Task<Operation> CreatePipeline(CreatePipelineRequest request, ServerCallContext context)Create a new Pipeline in a particular project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreatePipelineRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
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 |
TaskOperation |
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 |
TaskOperation |
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 |
TaskOperation |
The response to send back to the client (wrapped by a task). |
DeleteEnrollment(DeleteEnrollmentRequest, ServerCallContext)
public virtual Task<Operation> DeleteEnrollment(DeleteEnrollmentRequest request, ServerCallContext context)Delete a single Enrollment.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteEnrollmentRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
DeleteGoogleApiSource(DeleteGoogleApiSourceRequest, ServerCallContext)
public virtual Task<Operation> DeleteGoogleApiSource(DeleteGoogleApiSourceRequest request, ServerCallContext context)Delete a single GoogleApiSource.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteGoogleApiSourceRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
DeleteMessageBus(DeleteMessageBusRequest, ServerCallContext)
public virtual Task<Operation> DeleteMessageBus(DeleteMessageBusRequest request, ServerCallContext context)Delete a single message bus.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteMessageBusRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
DeletePipeline(DeletePipelineRequest, ServerCallContext)
public virtual Task<Operation> DeletePipeline(DeletePipelineRequest request, ServerCallContext context)Delete a single pipeline.
| Parameters | |
|---|---|
| Name | Description |
request |
DeletePipelineRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
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 |
TaskOperation |
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 |
TaskChannel |
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 |
TaskChannelConnection |
The response to send back to the client (wrapped by a task). |
GetEnrollment(GetEnrollmentRequest, ServerCallContext)
public virtual Task<Enrollment> GetEnrollment(GetEnrollmentRequest request, ServerCallContext context)Get a single Enrollment.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEnrollmentRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskEnrollment |
The response to send back to the client (wrapped by a task). |
GetGoogleApiSource(GetGoogleApiSourceRequest, ServerCallContext)
public virtual Task<GoogleApiSource> GetGoogleApiSource(GetGoogleApiSourceRequest request, ServerCallContext context)Get a single GoogleApiSource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetGoogleApiSourceRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskGoogleApiSource |
The response to send back to the client (wrapped by a task). |
GetGoogleChannelConfig(GetGoogleChannelConfigRequest, ServerCallContext)
public virtual Task<GoogleChannelConfig> GetGoogleChannelConfig(GetGoogleChannelConfigRequest request, ServerCallContext context)Get a GoogleChannelConfig. The name of the GoogleChannelConfig in the response is ALWAYS coded with projectID.
| Parameters | |
|---|---|
| Name | Description |
request |
GetGoogleChannelConfigRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskGoogleChannelConfig |
The response to send back to the client (wrapped by a task). |
GetMessageBus(GetMessageBusRequest, ServerCallContext)
public virtual Task<MessageBus> GetMessageBus(GetMessageBusRequest request, ServerCallContext context)Get a single MessageBus.
| Parameters | |
|---|---|
| Name | Description |
request |
GetMessageBusRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskMessageBus |
The response to send back to the client (wrapped by a task). |
GetPipeline(GetPipelineRequest, ServerCallContext)
public virtual Task<Pipeline> GetPipeline(GetPipelineRequest request, ServerCallContext context)Get a single Pipeline.
| Parameters | |
|---|---|
| Name | Description |
request |
GetPipelineRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskPipeline |
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 |
TaskProvider |
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 |
TaskTrigger |
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 |
TaskListChannelConnectionsResponse |
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 |
TaskListChannelsResponse |
The response to send back to the client (wrapped by a task). |
ListEnrollments(ListEnrollmentsRequest, ServerCallContext)
public virtual Task<ListEnrollmentsResponse> ListEnrollments(ListEnrollmentsRequest request, ServerCallContext context)List Enrollments.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEnrollmentsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListEnrollmentsResponse |
The response to send back to the client (wrapped by a task). |
ListGoogleApiSources(ListGoogleApiSourcesRequest, ServerCallContext)
public virtual Task<ListGoogleApiSourcesResponse> ListGoogleApiSources(ListGoogleApiSourcesRequest request, ServerCallContext context)List GoogleApiSources.
| Parameters | |
|---|---|
| Name | Description |
request |
ListGoogleApiSourcesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListGoogleApiSourcesResponse |
The response to send back to the client (wrapped by a task). |
ListMessageBusEnrollments(ListMessageBusEnrollmentsRequest, ServerCallContext)
public virtual Task<ListMessageBusEnrollmentsResponse> ListMessageBusEnrollments(ListMessageBusEnrollmentsRequest request, ServerCallContext context)List message bus enrollments.
| Parameters | |
|---|---|
| Name | Description |
request |
ListMessageBusEnrollmentsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListMessageBusEnrollmentsResponse |
The response to send back to the client (wrapped by a task). |
ListMessageBuses(ListMessageBusesRequest, ServerCallContext)
public virtual Task<ListMessageBusesResponse> ListMessageBuses(ListMessageBusesRequest request, ServerCallContext context)List message buses.
| Parameters | |
|---|---|
| Name | Description |
request |
ListMessageBusesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListMessageBusesResponse |
The response to send back to the client (wrapped by a task). |
ListPipelines(ListPipelinesRequest, ServerCallContext)
public virtual Task<ListPipelinesResponse> ListPipelines(ListPipelinesRequest request, ServerCallContext context)List pipelines.
| Parameters | |
|---|---|
| Name | Description |
request |
ListPipelinesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListPipelinesResponse |
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 |
TaskListProvidersResponse |
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 |
TaskListTriggersResponse |
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 |
TaskOperation |
The response to send back to the client (wrapped by a task). |
UpdateEnrollment(UpdateEnrollmentRequest, ServerCallContext)
public virtual Task<Operation> UpdateEnrollment(UpdateEnrollmentRequest request, ServerCallContext context)Update a single Enrollment.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEnrollmentRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
UpdateGoogleApiSource(UpdateGoogleApiSourceRequest, ServerCallContext)
public virtual Task<Operation> UpdateGoogleApiSource(UpdateGoogleApiSourceRequest request, ServerCallContext context)Update a single GoogleApiSource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateGoogleApiSourceRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
UpdateGoogleChannelConfig(UpdateGoogleChannelConfigRequest, ServerCallContext)
public virtual Task<GoogleChannelConfig> UpdateGoogleChannelConfig(UpdateGoogleChannelConfigRequest request, ServerCallContext context)Update a single GoogleChannelConfig
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateGoogleChannelConfigRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskGoogleChannelConfig |
The response to send back to the client (wrapped by a task). |
UpdateMessageBus(UpdateMessageBusRequest, ServerCallContext)
public virtual Task<Operation> UpdateMessageBus(UpdateMessageBusRequest request, ServerCallContext context)Update a single message bus.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateMessageBusRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
UpdatePipeline(UpdatePipelineRequest, ServerCallContext)
public virtual Task<Operation> UpdatePipeline(UpdatePipelineRequest request, ServerCallContext context)Update a single pipeline.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdatePipelineRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
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 |
TaskOperation |
The response to send back to the client (wrapped by a task). |