setVersion method

ResponseFuture<SetVersionResponse> setVersion(
  1. SetVersionRequest request, {
  2. CallOptions? options,
})

Sets the database user_version.

Implementation

$grpc.ResponseFuture<$0.SetVersionResponse> setVersion(
  $0.SetVersionRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$setVersion, request, options: options);
}