updateSink method

ResponseFuture<LogSink> updateSink(
  1. UpdateSinkRequest request, {
  2. CallOptions? options,
})

Updates a sink. This method replaces the following fields in the existing sink with values from the new sink: destination, and filter.

The updated sink might also have a new writer_identity; see the unique_writer_identity field.

Implementation

$grpc.ResponseFuture<$0.LogSink> updateSink(
  $0.UpdateSinkRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$updateSink, request, options: options);
}