public class Eventarc.EventarcClient : ClientBase<Eventarc.EventarcClient>Reference documentation and code samples for the Eventarc v1 API class Eventarc.EventarcClient.
Client for Eventarc
Namespace
Google.Cloud.Eventarc.V1Assembly
Google.Cloud.Eventarc.V1.dll
Constructors
EventarcClient()
protected EventarcClient()Protected parameterless constructor to allow creation of test doubles.
EventarcClient(CallInvoker)
public EventarcClient(CallInvoker callInvoker)Creates a new client for Eventarc that uses a custom CallInvoker.
| Parameter | |
|---|---|
| Name | Description |
callInvoker |
CallInvokerThe callInvoker to use to make remote calls. |
EventarcClient(ChannelBase)
public EventarcClient(ChannelBase channel)Creates a new client for Eventarc
| Parameter | |
|---|---|
| Name | Description |
channel |
ChannelBaseThe channel to use to make remote calls. |
EventarcClient(ClientBaseConfiguration)
protected EventarcClient(ClientBase.ClientBaseConfiguration configuration)Protected constructor to allow creation of configured clients.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBaseClientBaseConfigurationThe client configuration. |
Methods
CreateChannel(CreateChannelRequest, CallOptions)
public virtual Operation CreateChannel(CreateChannelRequest request, CallOptions options)Create a new channel in a particular project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateChannelRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateChannel(CreateChannelRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateChannel(CreateChannelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Create a new channel in a particular project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateChannelRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateChannelAsync(CreateChannelRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateChannelAsync(CreateChannelRequest request, CallOptions options)Create a new channel in a particular project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateChannelRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateChannelAsync(CreateChannelRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateChannelAsync(CreateChannelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Create a new channel in a particular project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateChannelRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateChannelConnection(CreateChannelConnectionRequest, CallOptions)
public virtual Operation CreateChannelConnection(CreateChannelConnectionRequest request, CallOptions options)Create a new ChannelConnection in a particular project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateChannelConnectionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateChannelConnection(CreateChannelConnectionRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateChannelConnection(CreateChannelConnectionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Create a new ChannelConnection in a particular project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateChannelConnectionRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateChannelConnectionAsync(CreateChannelConnectionRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateChannelConnectionAsync(CreateChannelConnectionRequest request, CallOptions options)Create a new ChannelConnection in a particular project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateChannelConnectionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateChannelConnectionAsync(CreateChannelConnectionRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateChannelConnectionAsync(CreateChannelConnectionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Create a new ChannelConnection in a particular project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateChannelConnectionRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateEnrollment(CreateEnrollmentRequest, CallOptions)
public virtual Operation CreateEnrollment(CreateEnrollmentRequest request, CallOptions options)Create a new Enrollment in a particular project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEnrollmentRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateEnrollment(CreateEnrollmentRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateEnrollment(CreateEnrollmentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Create a new Enrollment in a particular project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEnrollmentRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateEnrollmentAsync(CreateEnrollmentRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateEnrollmentAsync(CreateEnrollmentRequest request, CallOptions options)Create a new Enrollment in a particular project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEnrollmentRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateEnrollmentAsync(CreateEnrollmentRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateEnrollmentAsync(CreateEnrollmentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Create a new Enrollment in a particular project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEnrollmentRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateGoogleApiSource(CreateGoogleApiSourceRequest, CallOptions)
public virtual Operation CreateGoogleApiSource(CreateGoogleApiSourceRequest request, CallOptions options)Create a new GoogleApiSource in a particular project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateGoogleApiSourceRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateGoogleApiSource(CreateGoogleApiSourceRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateGoogleApiSource(CreateGoogleApiSourceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Create a new GoogleApiSource in a particular project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateGoogleApiSourceRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateGoogleApiSourceAsync(CreateGoogleApiSourceRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateGoogleApiSourceAsync(CreateGoogleApiSourceRequest request, CallOptions options)Create a new GoogleApiSource in a particular project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateGoogleApiSourceRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateGoogleApiSourceAsync(CreateGoogleApiSourceRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateGoogleApiSourceAsync(CreateGoogleApiSourceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Create a new GoogleApiSource in a particular project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateGoogleApiSourceRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateIAMPolicyClient()
public virtual IAMPolicy.IAMPolicyClient CreateIAMPolicyClient()Creates a new instance of IAMPolicy.IAMPolicyClient using the same call invoker as this client.
| Returns | |
|---|---|
| Type | Description |
IAMPolicyIAMPolicyClient |
A new IAMPolicy.IAMPolicyClient for the same target as this client. |
CreateLocationsClient()
public virtual Locations.LocationsClient CreateLocationsClient()Creates a new instance of Locations.LocationsClient using the same call invoker as this client.
| Returns | |
|---|---|
| Type | Description |
LocationsLocationsClient |
A new Locations.LocationsClient for the same target as this client. |
CreateMessageBus(CreateMessageBusRequest, CallOptions)
public virtual Operation CreateMessageBus(CreateMessageBusRequest request, CallOptions options)Create a new MessageBus in a particular project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateMessageBusRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateMessageBus(CreateMessageBusRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateMessageBus(CreateMessageBusRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Create a new MessageBus in a particular project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateMessageBusRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateMessageBusAsync(CreateMessageBusRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateMessageBusAsync(CreateMessageBusRequest request, CallOptions options)Create a new MessageBus in a particular project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateMessageBusRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateMessageBusAsync(CreateMessageBusRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateMessageBusAsync(CreateMessageBusRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Create a new MessageBus in a particular project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateMessageBusRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateOperationsClient()
public virtual Operations.OperationsClient CreateOperationsClient()Creates a new instance of Operations.OperationsClient using the same call invoker as this client.
| Returns | |
|---|---|
| Type | Description |
OperationsOperationsClient |
A new Operations client for the same target as this client. |
CreatePipeline(CreatePipelineRequest, CallOptions)
public virtual Operation CreatePipeline(CreatePipelineRequest request, CallOptions options)Create a new Pipeline in a particular project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreatePipelineRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreatePipeline(CreatePipelineRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreatePipeline(CreatePipelineRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Create a new Pipeline in a particular project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreatePipelineRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreatePipelineAsync(CreatePipelineRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreatePipelineAsync(CreatePipelineRequest request, CallOptions options)Create a new Pipeline in a particular project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreatePipelineRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreatePipelineAsync(CreatePipelineRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreatePipelineAsync(CreatePipelineRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Create a new Pipeline in a particular project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreatePipelineRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateTrigger(CreateTriggerRequest, CallOptions)
public virtual Operation CreateTrigger(CreateTriggerRequest request, CallOptions options)Create a new trigger in a particular project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateTriggerRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateTrigger(CreateTriggerRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateTrigger(CreateTriggerRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Create a new trigger in a particular project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateTriggerRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateTriggerAsync(CreateTriggerRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateTriggerAsync(CreateTriggerRequest request, CallOptions options)Create a new trigger in a particular project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateTriggerRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateTriggerAsync(CreateTriggerRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateTriggerAsync(CreateTriggerRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Create a new trigger in a particular project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateTriggerRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteChannel(DeleteChannelRequest, CallOptions)
public virtual Operation DeleteChannel(DeleteChannelRequest request, CallOptions options)Delete a single channel.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteChannelRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteChannel(DeleteChannelRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteChannel(DeleteChannelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Delete a single channel.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteChannelRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteChannelAsync(DeleteChannelRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteChannelAsync(DeleteChannelRequest request, CallOptions options)Delete a single channel.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteChannelRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteChannelAsync(DeleteChannelRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteChannelAsync(DeleteChannelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Delete a single channel.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteChannelRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteChannelConnection(DeleteChannelConnectionRequest, CallOptions)
public virtual Operation DeleteChannelConnection(DeleteChannelConnectionRequest request, CallOptions options)Delete a single ChannelConnection.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteChannelConnectionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteChannelConnection(DeleteChannelConnectionRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteChannelConnection(DeleteChannelConnectionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Delete a single ChannelConnection.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteChannelConnectionRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteChannelConnectionAsync(DeleteChannelConnectionRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteChannelConnectionAsync(DeleteChannelConnectionRequest request, CallOptions options)Delete a single ChannelConnection.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteChannelConnectionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteChannelConnectionAsync(DeleteChannelConnectionRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteChannelConnectionAsync(DeleteChannelConnectionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Delete a single ChannelConnection.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteChannelConnectionRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteEnrollment(DeleteEnrollmentRequest, CallOptions)
public virtual Operation DeleteEnrollment(DeleteEnrollmentRequest request, CallOptions options)Delete a single Enrollment.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteEnrollmentRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteEnrollment(DeleteEnrollmentRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteEnrollment(DeleteEnrollmentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Delete a single Enrollment.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteEnrollmentRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteEnrollmentAsync(DeleteEnrollmentRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteEnrollmentAsync(DeleteEnrollmentRequest request, CallOptions options)Delete a single Enrollment.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteEnrollmentRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteEnrollmentAsync(DeleteEnrollmentRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteEnrollmentAsync(DeleteEnrollmentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Delete a single Enrollment.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteEnrollmentRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteGoogleApiSource(DeleteGoogleApiSourceRequest, CallOptions)
public virtual Operation DeleteGoogleApiSource(DeleteGoogleApiSourceRequest request, CallOptions options)Delete a single GoogleApiSource.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteGoogleApiSourceRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteGoogleApiSource(DeleteGoogleApiSourceRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteGoogleApiSource(DeleteGoogleApiSourceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Delete a single GoogleApiSource.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteGoogleApiSourceRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteGoogleApiSourceAsync(DeleteGoogleApiSourceRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteGoogleApiSourceAsync(DeleteGoogleApiSourceRequest request, CallOptions options)Delete a single GoogleApiSource.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteGoogleApiSourceRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteGoogleApiSourceAsync(DeleteGoogleApiSourceRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteGoogleApiSourceAsync(DeleteGoogleApiSourceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Delete a single GoogleApiSource.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteGoogleApiSourceRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteMessageBus(DeleteMessageBusRequest, CallOptions)
public virtual Operation DeleteMessageBus(DeleteMessageBusRequest request, CallOptions options)Delete a single message bus.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteMessageBusRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteMessageBus(DeleteMessageBusRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteMessageBus(DeleteMessageBusRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Delete a single message bus.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteMessageBusRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteMessageBusAsync(DeleteMessageBusRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteMessageBusAsync(DeleteMessageBusRequest request, CallOptions options)Delete a single message bus.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteMessageBusRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteMessageBusAsync(DeleteMessageBusRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteMessageBusAsync(DeleteMessageBusRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Delete a single message bus.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteMessageBusRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeletePipeline(DeletePipelineRequest, CallOptions)
public virtual Operation DeletePipeline(DeletePipelineRequest request, CallOptions options)Delete a single pipeline.
| Parameters | |
|---|---|
| Name | Description |
request |
DeletePipelineRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeletePipeline(DeletePipelineRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeletePipeline(DeletePipelineRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Delete a single pipeline.
| Parameters | |
|---|---|
| Name | Description |
request |
DeletePipelineRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeletePipelineAsync(DeletePipelineRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeletePipelineAsync(DeletePipelineRequest request, CallOptions options)Delete a single pipeline.
| Parameters | |
|---|---|
| Name | Description |
request |
DeletePipelineRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeletePipelineAsync(DeletePipelineRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeletePipelineAsync(DeletePipelineRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Delete a single pipeline.
| Parameters | |
|---|---|
| Name | Description |
request |
DeletePipelineRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteTrigger(DeleteTriggerRequest, CallOptions)
public virtual Operation DeleteTrigger(DeleteTriggerRequest request, CallOptions options)Delete a single trigger.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteTriggerRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteTrigger(DeleteTriggerRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteTrigger(DeleteTriggerRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Delete a single trigger.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteTriggerRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteTriggerAsync(DeleteTriggerRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteTriggerAsync(DeleteTriggerRequest request, CallOptions options)Delete a single trigger.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteTriggerRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteTriggerAsync(DeleteTriggerRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteTriggerAsync(DeleteTriggerRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Delete a single trigger.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteTriggerRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
GetChannel(GetChannelRequest, CallOptions)
public virtual Channel GetChannel(GetChannelRequest request, CallOptions options)Get a single Channel.
| Parameters | |
|---|---|
| Name | Description |
request |
GetChannelRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Channel |
The response received from the server. |
GetChannel(GetChannelRequest, Metadata, DateTime?, CancellationToken)
public virtual Channel GetChannel(GetChannelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Get a single Channel.
| Parameters | |
|---|---|
| Name | Description |
request |
GetChannelRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Channel |
The response received from the server. |
GetChannelAsync(GetChannelRequest, CallOptions)
public virtual AsyncUnaryCall<Channel> GetChannelAsync(GetChannelRequest request, CallOptions options)Get a single Channel.
| Parameters | |
|---|---|
| Name | Description |
request |
GetChannelRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallChannel |
The call object. |
GetChannelAsync(GetChannelRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Channel> GetChannelAsync(GetChannelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Get a single Channel.
| Parameters | |
|---|---|
| Name | Description |
request |
GetChannelRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallChannel |
The call object. |
GetChannelConnection(GetChannelConnectionRequest, CallOptions)
public virtual ChannelConnection GetChannelConnection(GetChannelConnectionRequest request, CallOptions options)Get a single ChannelConnection.
| Parameters | |
|---|---|
| Name | Description |
request |
GetChannelConnectionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ChannelConnection |
The response received from the server. |
GetChannelConnection(GetChannelConnectionRequest, Metadata, DateTime?, CancellationToken)
public virtual ChannelConnection GetChannelConnection(GetChannelConnectionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Get a single ChannelConnection.
| Parameters | |
|---|---|
| Name | Description |
request |
GetChannelConnectionRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ChannelConnection |
The response received from the server. |
GetChannelConnectionAsync(GetChannelConnectionRequest, CallOptions)
public virtual AsyncUnaryCall<ChannelConnection> GetChannelConnectionAsync(GetChannelConnectionRequest request, CallOptions options)Get a single ChannelConnection.
| Parameters | |
|---|---|
| Name | Description |
request |
GetChannelConnectionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallChannelConnection |
The call object. |
GetChannelConnectionAsync(GetChannelConnectionRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ChannelConnection> GetChannelConnectionAsync(GetChannelConnectionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Get a single ChannelConnection.
| Parameters | |
|---|---|
| Name | Description |
request |
GetChannelConnectionRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallChannelConnection |
The call object. |
GetEnrollment(GetEnrollmentRequest, CallOptions)
public virtual Enrollment GetEnrollment(GetEnrollmentRequest request, CallOptions options)Get a single Enrollment.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEnrollmentRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Enrollment |
The response received from the server. |
GetEnrollment(GetEnrollmentRequest, Metadata, DateTime?, CancellationToken)
public virtual Enrollment GetEnrollment(GetEnrollmentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Get a single Enrollment.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEnrollmentRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Enrollment |
The response received from the server. |
GetEnrollmentAsync(GetEnrollmentRequest, CallOptions)
public virtual AsyncUnaryCall<Enrollment> GetEnrollmentAsync(GetEnrollmentRequest request, CallOptions options)Get a single Enrollment.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEnrollmentRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallEnrollment |
The call object. |
GetEnrollmentAsync(GetEnrollmentRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Enrollment> GetEnrollmentAsync(GetEnrollmentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Get a single Enrollment.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEnrollmentRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallEnrollment |
The call object. |
GetGoogleApiSource(GetGoogleApiSourceRequest, CallOptions)
public virtual GoogleApiSource GetGoogleApiSource(GetGoogleApiSourceRequest request, CallOptions options)Get a single GoogleApiSource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetGoogleApiSourceRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
GoogleApiSource |
The response received from the server. |
GetGoogleApiSource(GetGoogleApiSourceRequest, Metadata, DateTime?, CancellationToken)
public virtual GoogleApiSource GetGoogleApiSource(GetGoogleApiSourceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Get a single GoogleApiSource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetGoogleApiSourceRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
GoogleApiSource |
The response received from the server. |
GetGoogleApiSourceAsync(GetGoogleApiSourceRequest, CallOptions)
public virtual AsyncUnaryCall<GoogleApiSource> GetGoogleApiSourceAsync(GetGoogleApiSourceRequest request, CallOptions options)Get a single GoogleApiSource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetGoogleApiSourceRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallGoogleApiSource |
The call object. |
GetGoogleApiSourceAsync(GetGoogleApiSourceRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<GoogleApiSource> GetGoogleApiSourceAsync(GetGoogleApiSourceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Get a single GoogleApiSource.
| Parameters | |
|---|---|
| Name | Description |
request |
GetGoogleApiSourceRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallGoogleApiSource |
The call object. |
GetGoogleChannelConfig(GetGoogleChannelConfigRequest, CallOptions)
public virtual GoogleChannelConfig GetGoogleChannelConfig(GetGoogleChannelConfigRequest request, CallOptions options)Get a GoogleChannelConfig. The name of the GoogleChannelConfig in the response is ALWAYS coded with projectID.
| Parameters | |
|---|---|
| Name | Description |
request |
GetGoogleChannelConfigRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
GoogleChannelConfig |
The response received from the server. |
GetGoogleChannelConfig(GetGoogleChannelConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual GoogleChannelConfig GetGoogleChannelConfig(GetGoogleChannelConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Get a GoogleChannelConfig. The name of the GoogleChannelConfig in the response is ALWAYS coded with projectID.
| Parameters | |
|---|---|
| Name | Description |
request |
GetGoogleChannelConfigRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
GoogleChannelConfig |
The response received from the server. |
GetGoogleChannelConfigAsync(GetGoogleChannelConfigRequest, CallOptions)
public virtual AsyncUnaryCall<GoogleChannelConfig> GetGoogleChannelConfigAsync(GetGoogleChannelConfigRequest request, CallOptions options)Get a GoogleChannelConfig. The name of the GoogleChannelConfig in the response is ALWAYS coded with projectID.
| Parameters | |
|---|---|
| Name | Description |
request |
GetGoogleChannelConfigRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallGoogleChannelConfig |
The call object. |
GetGoogleChannelConfigAsync(GetGoogleChannelConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<GoogleChannelConfig> GetGoogleChannelConfigAsync(GetGoogleChannelConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Get a GoogleChannelConfig. The name of the GoogleChannelConfig in the response is ALWAYS coded with projectID.
| Parameters | |
|---|---|
| Name | Description |
request |
GetGoogleChannelConfigRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallGoogleChannelConfig |
The call object. |
GetMessageBus(GetMessageBusRequest, CallOptions)
public virtual MessageBus GetMessageBus(GetMessageBusRequest request, CallOptions options)Get a single MessageBus.
| Parameters | |
|---|---|
| Name | Description |
request |
GetMessageBusRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
MessageBus |
The response received from the server. |
GetMessageBus(GetMessageBusRequest, Metadata, DateTime?, CancellationToken)
public virtual MessageBus GetMessageBus(GetMessageBusRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Get a single MessageBus.
| Parameters | |
|---|---|
| Name | Description |
request |
GetMessageBusRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
MessageBus |
The response received from the server. |
GetMessageBusAsync(GetMessageBusRequest, CallOptions)
public virtual AsyncUnaryCall<MessageBus> GetMessageBusAsync(GetMessageBusRequest request, CallOptions options)Get a single MessageBus.
| Parameters | |
|---|---|
| Name | Description |
request |
GetMessageBusRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallMessageBus |
The call object. |
GetMessageBusAsync(GetMessageBusRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<MessageBus> GetMessageBusAsync(GetMessageBusRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Get a single MessageBus.
| Parameters | |
|---|---|
| Name | Description |
request |
GetMessageBusRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallMessageBus |
The call object. |
GetPipeline(GetPipelineRequest, CallOptions)
public virtual Pipeline GetPipeline(GetPipelineRequest request, CallOptions options)Get a single Pipeline.
| Parameters | |
|---|---|
| Name | Description |
request |
GetPipelineRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Pipeline |
The response received from the server. |
GetPipeline(GetPipelineRequest, Metadata, DateTime?, CancellationToken)
public virtual Pipeline GetPipeline(GetPipelineRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Get a single Pipeline.
| Parameters | |
|---|---|
| Name | Description |
request |
GetPipelineRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Pipeline |
The response received from the server. |
GetPipelineAsync(GetPipelineRequest, CallOptions)
public virtual AsyncUnaryCall<Pipeline> GetPipelineAsync(GetPipelineRequest request, CallOptions options)Get a single Pipeline.
| Parameters | |
|---|---|
| Name | Description |
request |
GetPipelineRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallPipeline |
The call object. |
GetPipelineAsync(GetPipelineRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Pipeline> GetPipelineAsync(GetPipelineRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Get a single Pipeline.
| Parameters | |
|---|---|
| Name | Description |
request |
GetPipelineRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallPipeline |
The call object. |
GetProvider(GetProviderRequest, CallOptions)
public virtual Provider GetProvider(GetProviderRequest request, CallOptions options)Get a single Provider.
| Parameters | |
|---|---|
| Name | Description |
request |
GetProviderRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Provider |
The response received from the server. |
GetProvider(GetProviderRequest, Metadata, DateTime?, CancellationToken)
public virtual Provider GetProvider(GetProviderRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Get a single Provider.
| Parameters | |
|---|---|
| Name | Description |
request |
GetProviderRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Provider |
The response received from the server. |
GetProviderAsync(GetProviderRequest, CallOptions)
public virtual AsyncUnaryCall<Provider> GetProviderAsync(GetProviderRequest request, CallOptions options)Get a single Provider.
| Parameters | |
|---|---|
| Name | Description |
request |
GetProviderRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallProvider |
The call object. |
GetProviderAsync(GetProviderRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Provider> GetProviderAsync(GetProviderRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Get a single Provider.
| Parameters | |
|---|---|
| Name | Description |
request |
GetProviderRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallProvider |
The call object. |
GetTrigger(GetTriggerRequest, CallOptions)
public virtual Trigger GetTrigger(GetTriggerRequest request, CallOptions options)Get a single trigger.
| Parameters | |
|---|---|
| Name | Description |
request |
GetTriggerRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Trigger |
The response received from the server. |
GetTrigger(GetTriggerRequest, Metadata, DateTime?, CancellationToken)
public virtual Trigger GetTrigger(GetTriggerRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Get a single trigger.
| Parameters | |
|---|---|
| Name | Description |
request |
GetTriggerRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Trigger |
The response received from the server. |
GetTriggerAsync(GetTriggerRequest, CallOptions)
public virtual AsyncUnaryCall<Trigger> GetTriggerAsync(GetTriggerRequest request, CallOptions options)Get a single trigger.
| Parameters | |
|---|---|
| Name | Description |
request |
GetTriggerRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallTrigger |
The call object. |
GetTriggerAsync(GetTriggerRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Trigger> GetTriggerAsync(GetTriggerRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Get a single trigger.
| Parameters | |
|---|---|
| Name | Description |
request |
GetTriggerRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallTrigger |
The call object. |
ListChannelConnections(ListChannelConnectionsRequest, CallOptions)
public virtual ListChannelConnectionsResponse ListChannelConnections(ListChannelConnectionsRequest request, CallOptions options)List channel connections.
| Parameters | |
|---|---|
| Name | Description |
request |
ListChannelConnectionsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListChannelConnectionsResponse |
The response received from the server. |
ListChannelConnections(ListChannelConnectionsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListChannelConnectionsResponse ListChannelConnections(ListChannelConnectionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)List channel connections.
| Parameters | |
|---|---|
| Name | Description |
request |
ListChannelConnectionsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListChannelConnectionsResponse |
The response received from the server. |
ListChannelConnectionsAsync(ListChannelConnectionsRequest, CallOptions)
public virtual AsyncUnaryCall<ListChannelConnectionsResponse> ListChannelConnectionsAsync(ListChannelConnectionsRequest request, CallOptions options)List channel connections.
| Parameters | |
|---|---|
| Name | Description |
request |
ListChannelConnectionsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListChannelConnectionsResponse |
The call object. |
ListChannelConnectionsAsync(ListChannelConnectionsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListChannelConnectionsResponse> ListChannelConnectionsAsync(ListChannelConnectionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)List channel connections.
| Parameters | |
|---|---|
| Name | Description |
request |
ListChannelConnectionsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListChannelConnectionsResponse |
The call object. |
ListChannels(ListChannelsRequest, CallOptions)
public virtual ListChannelsResponse ListChannels(ListChannelsRequest request, CallOptions options)List channels.
| Parameters | |
|---|---|
| Name | Description |
request |
ListChannelsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListChannelsResponse |
The response received from the server. |
ListChannels(ListChannelsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListChannelsResponse ListChannels(ListChannelsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)List channels.
| Parameters | |
|---|---|
| Name | Description |
request |
ListChannelsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListChannelsResponse |
The response received from the server. |
ListChannelsAsync(ListChannelsRequest, CallOptions)
public virtual AsyncUnaryCall<ListChannelsResponse> ListChannelsAsync(ListChannelsRequest request, CallOptions options)List channels.
| Parameters | |
|---|---|
| Name | Description |
request |
ListChannelsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListChannelsResponse |
The call object. |
ListChannelsAsync(ListChannelsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListChannelsResponse> ListChannelsAsync(ListChannelsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)List channels.
| Parameters | |
|---|---|
| Name | Description |
request |
ListChannelsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListChannelsResponse |
The call object. |
ListEnrollments(ListEnrollmentsRequest, CallOptions)
public virtual ListEnrollmentsResponse ListEnrollments(ListEnrollmentsRequest request, CallOptions options)List Enrollments.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEnrollmentsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListEnrollmentsResponse |
The response received from the server. |
ListEnrollments(ListEnrollmentsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListEnrollmentsResponse ListEnrollments(ListEnrollmentsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)List Enrollments.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEnrollmentsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListEnrollmentsResponse |
The response received from the server. |
ListEnrollmentsAsync(ListEnrollmentsRequest, CallOptions)
public virtual AsyncUnaryCall<ListEnrollmentsResponse> ListEnrollmentsAsync(ListEnrollmentsRequest request, CallOptions options)List Enrollments.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEnrollmentsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListEnrollmentsResponse |
The call object. |
ListEnrollmentsAsync(ListEnrollmentsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListEnrollmentsResponse> ListEnrollmentsAsync(ListEnrollmentsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)List Enrollments.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEnrollmentsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListEnrollmentsResponse |
The call object. |
ListGoogleApiSources(ListGoogleApiSourcesRequest, CallOptions)
public virtual ListGoogleApiSourcesResponse ListGoogleApiSources(ListGoogleApiSourcesRequest request, CallOptions options)List GoogleApiSources.
| Parameters | |
|---|---|
| Name | Description |
request |
ListGoogleApiSourcesRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListGoogleApiSourcesResponse |
The response received from the server. |
ListGoogleApiSources(ListGoogleApiSourcesRequest, Metadata, DateTime?, CancellationToken)
public virtual ListGoogleApiSourcesResponse ListGoogleApiSources(ListGoogleApiSourcesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)List GoogleApiSources.
| Parameters | |
|---|---|
| Name | Description |
request |
ListGoogleApiSourcesRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListGoogleApiSourcesResponse |
The response received from the server. |
ListGoogleApiSourcesAsync(ListGoogleApiSourcesRequest, CallOptions)
public virtual AsyncUnaryCall<ListGoogleApiSourcesResponse> ListGoogleApiSourcesAsync(ListGoogleApiSourcesRequest request, CallOptions options)List GoogleApiSources.
| Parameters | |
|---|---|
| Name | Description |
request |
ListGoogleApiSourcesRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListGoogleApiSourcesResponse |
The call object. |
ListGoogleApiSourcesAsync(ListGoogleApiSourcesRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListGoogleApiSourcesResponse> ListGoogleApiSourcesAsync(ListGoogleApiSourcesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)List GoogleApiSources.
| Parameters | |
|---|---|
| Name | Description |
request |
ListGoogleApiSourcesRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListGoogleApiSourcesResponse |
The call object. |
ListMessageBusEnrollments(ListMessageBusEnrollmentsRequest, CallOptions)
public virtual ListMessageBusEnrollmentsResponse ListMessageBusEnrollments(ListMessageBusEnrollmentsRequest request, CallOptions options)List message bus enrollments.
| Parameters | |
|---|---|
| Name | Description |
request |
ListMessageBusEnrollmentsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListMessageBusEnrollmentsResponse |
The response received from the server. |
ListMessageBusEnrollments(ListMessageBusEnrollmentsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListMessageBusEnrollmentsResponse ListMessageBusEnrollments(ListMessageBusEnrollmentsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)List message bus enrollments.
| Parameters | |
|---|---|
| Name | Description |
request |
ListMessageBusEnrollmentsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListMessageBusEnrollmentsResponse |
The response received from the server. |
ListMessageBusEnrollmentsAsync(ListMessageBusEnrollmentsRequest, CallOptions)
public virtual AsyncUnaryCall<ListMessageBusEnrollmentsResponse> ListMessageBusEnrollmentsAsync(ListMessageBusEnrollmentsRequest request, CallOptions options)List message bus enrollments.
| Parameters | |
|---|---|
| Name | Description |
request |
ListMessageBusEnrollmentsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListMessageBusEnrollmentsResponse |
The call object. |
ListMessageBusEnrollmentsAsync(ListMessageBusEnrollmentsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListMessageBusEnrollmentsResponse> ListMessageBusEnrollmentsAsync(ListMessageBusEnrollmentsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)List message bus enrollments.
| Parameters | |
|---|---|
| Name | Description |
request |
ListMessageBusEnrollmentsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListMessageBusEnrollmentsResponse |
The call object. |
ListMessageBuses(ListMessageBusesRequest, CallOptions)
public virtual ListMessageBusesResponse ListMessageBuses(ListMessageBusesRequest request, CallOptions options)List message buses.
| Parameters | |
|---|---|
| Name | Description |
request |
ListMessageBusesRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListMessageBusesResponse |
The response received from the server. |
ListMessageBuses(ListMessageBusesRequest, Metadata, DateTime?, CancellationToken)
public virtual ListMessageBusesResponse ListMessageBuses(ListMessageBusesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)List message buses.
| Parameters | |
|---|---|
| Name | Description |
request |
ListMessageBusesRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListMessageBusesResponse |
The response received from the server. |
ListMessageBusesAsync(ListMessageBusesRequest, CallOptions)
public virtual AsyncUnaryCall<ListMessageBusesResponse> ListMessageBusesAsync(ListMessageBusesRequest request, CallOptions options)List message buses.
| Parameters | |
|---|---|
| Name | Description |
request |
ListMessageBusesRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListMessageBusesResponse |
The call object. |
ListMessageBusesAsync(ListMessageBusesRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListMessageBusesResponse> ListMessageBusesAsync(ListMessageBusesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)List message buses.
| Parameters | |
|---|---|
| Name | Description |
request |
ListMessageBusesRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListMessageBusesResponse |
The call object. |
ListPipelines(ListPipelinesRequest, CallOptions)
public virtual ListPipelinesResponse ListPipelines(ListPipelinesRequest request, CallOptions options)List pipelines.
| Parameters | |
|---|---|
| Name | Description |
request |
ListPipelinesRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListPipelinesResponse |
The response received from the server. |
ListPipelines(ListPipelinesRequest, Metadata, DateTime?, CancellationToken)
public virtual ListPipelinesResponse ListPipelines(ListPipelinesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)List pipelines.
| Parameters | |
|---|---|
| Name | Description |
request |
ListPipelinesRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListPipelinesResponse |
The response received from the server. |
ListPipelinesAsync(ListPipelinesRequest, CallOptions)
public virtual AsyncUnaryCall<ListPipelinesResponse> ListPipelinesAsync(ListPipelinesRequest request, CallOptions options)List pipelines.
| Parameters | |
|---|---|
| Name | Description |
request |
ListPipelinesRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListPipelinesResponse |
The call object. |
ListPipelinesAsync(ListPipelinesRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListPipelinesResponse> ListPipelinesAsync(ListPipelinesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)List pipelines.
| Parameters | |
|---|---|
| Name | Description |
request |
ListPipelinesRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListPipelinesResponse |
The call object. |
ListProviders(ListProvidersRequest, CallOptions)
public virtual ListProvidersResponse ListProviders(ListProvidersRequest request, CallOptions options)List providers.
| Parameters | |
|---|---|
| Name | Description |
request |
ListProvidersRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListProvidersResponse |
The response received from the server. |
ListProviders(ListProvidersRequest, Metadata, DateTime?, CancellationToken)
public virtual ListProvidersResponse ListProviders(ListProvidersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)List providers.
| Parameters | |
|---|---|
| Name | Description |
request |
ListProvidersRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListProvidersResponse |
The response received from the server. |
ListProvidersAsync(ListProvidersRequest, CallOptions)
public virtual AsyncUnaryCall<ListProvidersResponse> ListProvidersAsync(ListProvidersRequest request, CallOptions options)List providers.
| Parameters | |
|---|---|
| Name | Description |
request |
ListProvidersRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListProvidersResponse |
The call object. |
ListProvidersAsync(ListProvidersRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListProvidersResponse> ListProvidersAsync(ListProvidersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)List providers.
| Parameters | |
|---|---|
| Name | Description |
request |
ListProvidersRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListProvidersResponse |
The call object. |
ListTriggers(ListTriggersRequest, CallOptions)
public virtual ListTriggersResponse ListTriggers(ListTriggersRequest request, CallOptions options)List triggers.
| Parameters | |
|---|---|
| Name | Description |
request |
ListTriggersRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListTriggersResponse |
The response received from the server. |
ListTriggers(ListTriggersRequest, Metadata, DateTime?, CancellationToken)
public virtual ListTriggersResponse ListTriggers(ListTriggersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)List triggers.
| Parameters | |
|---|---|
| Name | Description |
request |
ListTriggersRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListTriggersResponse |
The response received from the server. |
ListTriggersAsync(ListTriggersRequest, CallOptions)
public virtual AsyncUnaryCall<ListTriggersResponse> ListTriggersAsync(ListTriggersRequest request, CallOptions options)List triggers.
| Parameters | |
|---|---|
| Name | Description |
request |
ListTriggersRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListTriggersResponse |
The call object. |
ListTriggersAsync(ListTriggersRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListTriggersResponse> ListTriggersAsync(ListTriggersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)List triggers.
| Parameters | |
|---|---|
| Name | Description |
request |
ListTriggersRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListTriggersResponse |
The call object. |
NewInstance(ClientBaseConfiguration)
protected override Eventarc.EventarcClient NewInstance(ClientBase.ClientBaseConfiguration configuration)Creates a new instance of client from given ClientBaseConfiguration.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBaseClientBaseConfiguration |
| Returns | |
|---|---|
| Type | Description |
EventarcEventarcClient |
|
UpdateChannel(UpdateChannelRequest, CallOptions)
public virtual Operation UpdateChannel(UpdateChannelRequest request, CallOptions options)Update a single channel.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateChannelRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateChannel(UpdateChannelRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateChannel(UpdateChannelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Update a single channel.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateChannelRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateChannelAsync(UpdateChannelRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateChannelAsync(UpdateChannelRequest request, CallOptions options)Update a single channel.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateChannelRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateChannelAsync(UpdateChannelRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateChannelAsync(UpdateChannelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Update a single channel.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateChannelRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateEnrollment(UpdateEnrollmentRequest, CallOptions)
public virtual Operation UpdateEnrollment(UpdateEnrollmentRequest request, CallOptions options)Update a single Enrollment.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEnrollmentRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateEnrollment(UpdateEnrollmentRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateEnrollment(UpdateEnrollmentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Update a single Enrollment.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEnrollmentRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateEnrollmentAsync(UpdateEnrollmentRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateEnrollmentAsync(UpdateEnrollmentRequest request, CallOptions options)Update a single Enrollment.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEnrollmentRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateEnrollmentAsync(UpdateEnrollmentRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateEnrollmentAsync(UpdateEnrollmentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Update a single Enrollment.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEnrollmentRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateGoogleApiSource(UpdateGoogleApiSourceRequest, CallOptions)
public virtual Operation UpdateGoogleApiSource(UpdateGoogleApiSourceRequest request, CallOptions options)Update a single GoogleApiSource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateGoogleApiSourceRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateGoogleApiSource(UpdateGoogleApiSourceRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateGoogleApiSource(UpdateGoogleApiSourceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Update a single GoogleApiSource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateGoogleApiSourceRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateGoogleApiSourceAsync(UpdateGoogleApiSourceRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateGoogleApiSourceAsync(UpdateGoogleApiSourceRequest request, CallOptions options)Update a single GoogleApiSource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateGoogleApiSourceRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateGoogleApiSourceAsync(UpdateGoogleApiSourceRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateGoogleApiSourceAsync(UpdateGoogleApiSourceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Update a single GoogleApiSource.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateGoogleApiSourceRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateGoogleChannelConfig(UpdateGoogleChannelConfigRequest, CallOptions)
public virtual GoogleChannelConfig UpdateGoogleChannelConfig(UpdateGoogleChannelConfigRequest request, CallOptions options)Update a single GoogleChannelConfig
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateGoogleChannelConfigRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
GoogleChannelConfig |
The response received from the server. |
UpdateGoogleChannelConfig(UpdateGoogleChannelConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual GoogleChannelConfig UpdateGoogleChannelConfig(UpdateGoogleChannelConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Update a single GoogleChannelConfig
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateGoogleChannelConfigRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
GoogleChannelConfig |
The response received from the server. |
UpdateGoogleChannelConfigAsync(UpdateGoogleChannelConfigRequest, CallOptions)
public virtual AsyncUnaryCall<GoogleChannelConfig> UpdateGoogleChannelConfigAsync(UpdateGoogleChannelConfigRequest request, CallOptions options)Update a single GoogleChannelConfig
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateGoogleChannelConfigRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallGoogleChannelConfig |
The call object. |
UpdateGoogleChannelConfigAsync(UpdateGoogleChannelConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<GoogleChannelConfig> UpdateGoogleChannelConfigAsync(UpdateGoogleChannelConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Update a single GoogleChannelConfig
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateGoogleChannelConfigRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallGoogleChannelConfig |
The call object. |
UpdateMessageBus(UpdateMessageBusRequest, CallOptions)
public virtual Operation UpdateMessageBus(UpdateMessageBusRequest request, CallOptions options)Update a single message bus.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateMessageBusRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateMessageBus(UpdateMessageBusRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateMessageBus(UpdateMessageBusRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Update a single message bus.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateMessageBusRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateMessageBusAsync(UpdateMessageBusRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateMessageBusAsync(UpdateMessageBusRequest request, CallOptions options)Update a single message bus.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateMessageBusRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateMessageBusAsync(UpdateMessageBusRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateMessageBusAsync(UpdateMessageBusRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Update a single message bus.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateMessageBusRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdatePipeline(UpdatePipelineRequest, CallOptions)
public virtual Operation UpdatePipeline(UpdatePipelineRequest request, CallOptions options)Update a single pipeline.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdatePipelineRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdatePipeline(UpdatePipelineRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdatePipeline(UpdatePipelineRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Update a single pipeline.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdatePipelineRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdatePipelineAsync(UpdatePipelineRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdatePipelineAsync(UpdatePipelineRequest request, CallOptions options)Update a single pipeline.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdatePipelineRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdatePipelineAsync(UpdatePipelineRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdatePipelineAsync(UpdatePipelineRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Update a single pipeline.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdatePipelineRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateTrigger(UpdateTriggerRequest, CallOptions)
public virtual Operation UpdateTrigger(UpdateTriggerRequest request, CallOptions options)Update a single trigger.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateTriggerRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateTrigger(UpdateTriggerRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateTrigger(UpdateTriggerRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Update a single trigger.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateTriggerRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateTriggerAsync(UpdateTriggerRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateTriggerAsync(UpdateTriggerRequest request, CallOptions options)Update a single trigger.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateTriggerRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateTriggerAsync(UpdateTriggerRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateTriggerAsync(UpdateTriggerRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Update a single trigger.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateTriggerRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |