updateSink_Pre method

Future<LogSink> updateSink_Pre(
  1. ServiceCall $call,
  2. Future<UpdateSinkRequest> $request
)

Implementation

$async.Future<$0.LogSink> updateSink_Pre($grpc.ServiceCall $call,
    $async.Future<$0.UpdateSinkRequest> $request) async {
  return updateSink($call, await $request);
}